demarcation point from LFS

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

1
configs/etc_dhl-release Normal file
View File

@ -0,0 +1 @@
pyrois_pre-release_2023-03-21

4
configs/etc_lsb-release Normal file
View File

@ -0,0 +1,4 @@
DISTRIB_ID="Dark Horse Linux"
DISTRIB_RELEASE="20230321_pre-release"
DISTRIB_CODENAME="Christopher M. Punches"
DISTRIB_DESCRIPTION="Pre-Release ALFS-NG"

5
configs/etc_os-release Normal file
View File

@ -0,0 +1,5 @@
NAME="Dark Horse Linux"
VERSION="2023-03-21-ALFS-NG-pre-release"
ID=DHLP
PRETTY_NAME="Dark Horse Linux ALFS-NG Pre-release 2023-03-21"
VERSION_CODENAME="Christopher M. Punches"

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,