fix script and remove norescue

This commit is contained in:
Louis Abel 2024-05-01 15:14:13 -07:00
parent 66a6daf666
commit bbe8f20b9c
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 2 additions and 3 deletions

View File

@ -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}"

View File

@ -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"/>