fix script and remove norescue
This commit is contained in:
parent
66a6daf666
commit
bbe8f20b9c
@ -14,7 +14,7 @@ __usage="
|
||||
usage: $SCRNAME [OPTIONS]
|
||||
|
||||
Options:
|
||||
-o, --output-di r DIR
|
||||
-o, --output-dir DIR
|
||||
-l, --cloud-image NAME
|
||||
-p, --peridot ID # optional. will use peridot repos.
|
||||
-d, --debug # optional
|
||||
@ -22,7 +22,7 @@ Options:
|
||||
"
|
||||
|
||||
OPTS=$(getopt -a -n cloud-build -o l:,o:,p:,d,h \
|
||||
-l cloud-image:,output-dir:,peridot:,debug,help -- "$@")
|
||||
-c cloud-image:,output-dir:,peridot:,debug,help -- "$@")
|
||||
|
||||
function is_in_path() {
|
||||
builtin type -P "${1}"
|
||||
|
@ -221,7 +221,6 @@
|
||||
<package name="cloud-init"/>
|
||||
<package name="cloud-utils-growpart"/>
|
||||
<package name="dracut-config-generic"/>
|
||||
<package name="dracut-norescue"/>
|
||||
<package name="firewalld"/>
|
||||
<package name="gdisk"/>
|
||||
<package name="grub2"/>
|
||||
|
Loading…
Reference in New Issue
Block a user