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

View File

@@ -392,7 +392,7 @@
"comment": "8.80"
},
{
"name": "systemd tuning",
"name": "system tuning",
"dependencies": [ null ],
"comment": "9.2"
}

View File

@@ -1405,8 +1405,8 @@
"environment": "environments/stage4.env.bash"
},
{
"name": "systemd tuning",
"target": "components/stage5/systemd-tuning.bash",
"name": "system tuning",
"target": "components/stage5/system-tuning.bash",
"is_shell_command": true,
"shell_definition": "bash",
"force_pty": true,