X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=unconfigured.sh;fp=unconfigured.sh;h=1c4bc64ddb4816ff0281061c86ae6bda6c530cfd;hb=de7f779df60cca7700d7e0c80ed0f9d8da1df461;hp=b8e10ea5f3db1368f561220f1e017eda901e8268;hpb=135f5269bc43c8b939ceca7761678a4ea8fea9e3;p=pve-installer.git diff --git a/unconfigured.sh b/unconfigured.sh index b8e10ea..1c4bc64 100755 --- a/unconfigured.sh +++ b/unconfigured.sh @@ -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*)