forked from Dark-Horse-Linux/pyrois
demarcation point from LFS
parent
0b5d868da1
commit
7fdac0e72e
|
@ -0,0 +1 @@
|
||||||
|
pyrois_pre-release_2023-03-21
|
|
@ -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"
|
|
@ -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"
|
|
@ -5,7 +5,7 @@
|
||||||
# make variables persist in subprocesses for logging function
|
# make variables persist in subprocesses for logging function
|
||||||
set -a
|
set -a
|
||||||
|
|
||||||
APPNAME="systemd-tuning"
|
APPNAME="system-tuning"
|
||||||
|
|
||||||
|
|
||||||
# the file to log to
|
# 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
|
cp -vf ${CONFIGS_DIR}/etc_systemd_logind.conf /etc/systemd/logind.conf
|
||||||
assert_zero $?
|
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
|
# re: fstab, since this artifact will boot on an iso, the booting disk
|
||||||
# may need to be assumed
|
# may need to be assumed
|
||||||
# deferring this for later testing
|
# deferring this for later testing
|
|
@ -392,7 +392,7 @@
|
||||||
"comment": "8.80"
|
"comment": "8.80"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "systemd tuning",
|
"name": "system tuning",
|
||||||
"dependencies": [ null ],
|
"dependencies": [ null ],
|
||||||
"comment": "9.2"
|
"comment": "9.2"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1405,8 +1405,8 @@
|
||||||
"environment": "environments/stage4.env.bash"
|
"environment": "environments/stage4.env.bash"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "systemd tuning",
|
"name": "system tuning",
|
||||||
"target": "components/stage5/systemd-tuning.bash",
|
"target": "components/stage5/system-tuning.bash",
|
||||||
"is_shell_command": true,
|
"is_shell_command": true,
|
||||||
"shell_definition": "bash",
|
"shell_definition": "bash",
|
||||||
"force_pty": true,
|
"force_pty": true,
|
||||||
|
|
Loading…
Reference in New Issue