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)
     --dry-run)
       DEBI_DRY_RUN=true
       DEBI_DRY_RUN=true
-    ;;
+      ;;
     --disk-encryption)
     --disk-encryption)
       DEBI_DISK_ENCRYPTION="crypto"
       DEBI_DISK_ENCRYPTION="crypto"
-    ;;
+      ;;
     --manual)
     --manual)
       DEBI_MANUAL=true
       DEBI_MANUAL=true
-    ;;
+      ;;
     --architecture)
     --architecture)
       DEBI_ARCHITECTURE=$2
       DEBI_ARCHITECTURE=$2
       shift
       shift
-    ;;
+      ;;
     --boot-partition)
     --boot-partition)
       DEBI_BOOT_PARTITION=true
       DEBI_BOOT_PARTITION=true
-    ;;
+      ;;
     *)
     *)
       echo "Illegal option $1"
       echo "Illegal option $1"
       exit 1
       exit 1