iankelling.org
/
git
/
automated-distro-installer
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
708c79e
)
fix chboot options
author
Ian Kelling
<ian@iankelling.org>
Wed, 23 Nov 2016 02:34:12 +0000
(18:34 -0800)
committer
Ian Kelling
<ian@iankelling.org>
Mon, 6 Feb 2017 06:21:42 +0000
(22:21 -0800)
chboot
patch
|
blob
|
history
diff --git
a/chboot
b/chboot
index 2a357e6d2f1dba5e01d92bdd8fa597a3958cbfd0..b90b9261187bd5ab6aaff97110a88cb819ad822e 100755
(executable)
--- 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