diff --git a/setup b/setup index 28e93d6..1160b29 100644 --- a/setup +++ b/setup @@ -33,7 +33,7 @@ print_usage() { echo -e "y: Continue installation without prompts" } -while getopts "B:b:l:P:p:y" flag; do +while getopts "B:b:l:P:p:r:y" flag; do case "${flag}" in B) EFIBOOT="${OPTARG}" ;; b) BOOT="${OPTARG}" ;;