diff --git a/usr/lib/archboot/iso.sh b/usr/lib/archboot/iso.sh index a9fa7c2ef..9af91952a 100644 --- a/usr/lib/archboot/iso.sh +++ b/usr/lib/archboot/iso.sh @@ -6,16 +6,16 @@ _ISODIR="$(mktemp -d ISODIR.XXX)" _BOOTLOADER="/usr/share/archboot/bootloader" _usage () { - echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create ${_ARCH} USB/CD Image\e[m" + echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create ${_ARCH} ISO Image\e[m" echo -e "\e[1m--------------------------------------\e[m" - echo "This will create an Archboot iso image." + echo "This will create an Archboot ISO image." echo echo "Options:" - echo -e " \e[1m-g\e[m Starting generation of image." + echo -e " \e[1m-g\e[m Start generation of an ISO image." echo -e " \e[1m-c=CONFIG\e[m Which CONFIG should be used." echo " ${_CONFIG_DIR} includes the config files" echo " default=${_ARCH}.conf" - echo -e " \e[1m-i=IMAGENAME\e[m Your IMAGENAME." + echo -e " \e[1m-i=ISO\e[m Your custom ISO name." echo -e " \e[1m-s\e[m Save initramfs files in current work directory" echo echo -e "Usage: \e[1m${_BASENAME} \e[m" diff --git a/usr/lib/archboot/uki.sh b/usr/lib/archboot/uki.sh index eae70fa10..91894ba87 100644 --- a/usr/lib/archboot/uki.sh +++ b/usr/lib/archboot/uki.sh @@ -10,12 +10,12 @@ _usage () { echo "This will create an Archboot UKI image." echo echo "Options:" - echo -e " \e[1m-g\e[m Starting generation of image." + echo -e " \e[1m-g\e[m Start generation of an UKI image." echo -e " \e[1m-c=CONFIG\e[m Which CONFIG should be used." echo " ${_CONFIG_DIR} includes the config files" echo " default=${_ARCH}.conf" echo -e " \e[1m-cli='options'\e[m Your custom kernel commandline options." - echo -e " \e[1m-i=IMAGENAME\e[m Your IMAGENAME." + echo -e " \e[1m-i=UKI\e[m Your custom UKI image name." echo echo -e "Usage: \e[1m${_BASENAME} \e[m" exit 0