unconfigured: accept more telling boot cmdline option names

as alternative accept more telling names too

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-04-19 13:05:32 +02:00
parent 135f5269bc
commit de7f779df6

View File

@ -12,13 +12,13 @@ parse_cmdline() {
# shellcheck disable=SC2013 # per word splitting is wanted here # shellcheck disable=SC2013 # per word splitting is wanted here
for par in $(cat /proc/cmdline); do for par in $(cat /proc/cmdline); do
case $par in case $par in
proxdebug) proxdebug|proxmox-debug)
proxdebug=1 proxdebug=1
;; ;;
proxtui) proxtui|proxmox-tui-mode)
proxtui=1 proxtui=1
;; ;;
proxauto) proxauto|proxmox-start-auto-installer)
start_auto_installer=1 start_auto_installer=1
;; ;;
console=ttyS*) console=ttyS*)