mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-24 12:01:59 +01:00
cleanup(gen_tmpfiles): Move to build_library
This commit is contained in:
parent
ad908d0820
commit
ebbd281f0d
@ -210,7 +210,7 @@ create_base_image() {
|
|||||||
|
|
||||||
# Record directories installed to the stateful partition.
|
# Record directories installed to the stateful partition.
|
||||||
# Ignore /var/tmp, systemd covers this entry.
|
# Ignore /var/tmp, systemd covers this entry.
|
||||||
sudo "${SCRIPTS_DIR}/gen_tmpfiles.py" --root="${root_fs_dir}" \
|
sudo "${BUILD_LIBRARY_DIR}/gen_tmpfiles.py" --root="${root_fs_dir}" \
|
||||||
--output="${root_fs_dir}/usr/lib/tmpfiles.d/base_image.conf" \
|
--output="${root_fs_dir}/usr/lib/tmpfiles.d/base_image.conf" \
|
||||||
--ignore=/var/tmp "${root_fs_dir}/var"
|
--ignore=/var/tmp "${root_fs_dir}/var"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user