mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-04-28 20:26:11 +00:00
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:
parent
135f5269bc
commit
de7f779df6
@ -12,13 +12,13 @@ parse_cmdline() {
|
||||
# shellcheck disable=SC2013 # per word splitting is wanted here
|
||||
for par in $(cat /proc/cmdline); do
|
||||
case $par in
|
||||
proxdebug)
|
||||
proxdebug|proxmox-debug)
|
||||
proxdebug=1
|
||||
;;
|
||||
proxtui)
|
||||
proxtui|proxmox-tui-mode)
|
||||
proxtui=1
|
||||
;;
|
||||
proxauto)
|
||||
proxauto|proxmox-start-auto-installer)
|
||||
start_auto_installer=1
|
||||
;;
|
||||
console=ttyS*)
|
||||
|
Loading…
Reference in New Issue
Block a user