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