diff --git a/archiso/mkarchiso b/archiso/mkarchiso index f4af2ad..aaf8325 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -93,7 +93,7 @@ usage: ${app_name} [options] Default: '${iso_label}' -P Set the ISO publisher Default: '${iso_publisher}' - -g Set the GPG key to be used for signing the sqashfs image + -g Set the PGP key ID to be used for signing the rootfs image -h This message -o Set the output directory Default: '${out_dir}' @@ -225,7 +225,7 @@ _mkchecksum() { } _mksignature() { - _msg_info "Signing SquashFS image..." + _msg_info "Signing rootfs image..." cd -- "${isofs_dir}/${install_dir}/${arch}" # always use the .sig file extension, as that is what mkinitcpio-archiso's hooks expect if [[ -e "${isofs_dir}/${install_dir}/${arch}/airootfs.sfs" ]]; then