From 5e4790760d99893764a5d183e4d664fd0c511b56 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 8 Apr 2019 22:15:15 +0800 Subject: [PATCH] Fix --- netboot.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/netboot.sh b/netboot.sh index 1b42790..f073905 100644 --- a/netboot.sh +++ b/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