V8.13.432.2025.11.18
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m26s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m26s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -45,6 +45,9 @@ MNT_ROOTFS="/run/live/rootfs"
|
|||||||
_PARAMETER=""
|
_PARAMETER=""
|
||||||
_dev=""
|
_dev=""
|
||||||
|
|
||||||
|
### Read the kernel cmdline once -----------------------------------------------------------------------------------------------
|
||||||
|
LIVE_BOOT_CMDLINE="${LIVE_BOOT_CMDLINE:-$(cat /proc/cmdline 2>/dev/null)}"
|
||||||
|
|
||||||
for _PARAMETER in ${LIVE_BOOT_CMDLINE}; do
|
for _PARAMETER in ${LIVE_BOOT_CMDLINE}; do
|
||||||
|
|
||||||
case "${_PARAMETER}" in
|
case "${_PARAMETER}" in
|
||||||
|
|||||||
Reference in New Issue
Block a user