]> git.proxmox.com Git - pve-installer.git/blobdiff - unconfigured.sh
unconfigured: accept more telling boot cmdline option names
[pve-installer.git] / unconfigured.sh
index b8e10ea5f3db1368f561220f1e017eda901e8268..1c4bc64ddb4816ff0281061c86ae6bda6c530cfd 100755 (executable)
@@ -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*)