Bohan Yang 7 年之前
父節點
當前提交
5e4790760d
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      netboot.sh

+ 5 - 5
netboot.sh

@@ -104,20 +104,20 @@ while [ $# -gt 0 ]; do
       ;;
     --dry-run)
       DEBI_DRY_RUN=true
-    ;;
+      ;;
     --disk-encryption)
       DEBI_DISK_ENCRYPTION="crypto"
-    ;;
+      ;;
     --manual)
       DEBI_MANUAL=true
-    ;;
+      ;;
     --architecture)
       DEBI_ARCHITECTURE=$2
       shift
-    ;;
+      ;;
     --boot-partition)
       DEBI_BOOT_PARTITION=true
-    ;;
+      ;;
     *)
       echo "Illegal option $1"
       exit 1