demarcation point from LFS

This commit is contained in:
phanes
2023-03-21 21:11:40 -04:00
parent 0b5d868da1
commit 7fdac0e72e
6 changed files with 25 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
# make variables persist in subprocesses for logging function
set -a
APPNAME="systemd-tuning"
APPNAME="system-tuning"
# the file to log to
@@ -90,6 +90,17 @@ logprint "Fixing systemd scope creep on logind.conf"
cp -vf ${CONFIGS_DIR}/etc_systemd_logind.conf /etc/systemd/logind.conf
assert_zero $?
logprint "Setting Release Files"
cp -vf ${CONFIGS_DIR}/etc_dhl-release /etc/dhl-release
assert_zero $?
cp -vf ${CONFIGS_DIR}/etc_lsb-release /etc/lsb-release
assert_zero $?
cp -vf ${CONFIGS_DIR}/etc_os-release /etc/os-release
assert_zero $?
# re: fstab, since this artifact will boot on an iso, the booting disk
# may need to be assumed
# deferring this for later testing