From: Ian Kelling Date: Wed, 23 Nov 2016 02:34:12 +0000 (-0800) Subject: fix chboot options X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=commitdiff_plain;h=114c4b67d43d7fa1cd7b5014153b82aa8492c74d fix chboot options --- diff --git a/chboot b/chboot index 2a357e6..b90b926 100755 --- a/chboot +++ b/chboot @@ -44,7 +44,7 @@ grub_extn=4 ###### begin command line parsing ##### reboot=true -temp=$(getopt -l opt o "$@") || usage 1 +temp=$(getopt -l help hdr "$@") || usage 1 eval set -- "$temp" while true; do case $1 in