diff --git a/usr/lib/archboot/cpio/cpio.sh b/usr/lib/archboot/cpio/cpio.sh index b13052153..ef8a9e80f 100644 --- a/usr/lib/archboot/cpio/cpio.sh +++ b/usr/lib/archboot/cpio/cpio.sh @@ -16,10 +16,7 @@ ARCHBOOT CPIO Tool for creating an archboot initramfs image. -h Display this message and exit - -c Use file - -k Use specified - -g Generate cpio image and write to specified -d Generate image into @@ -39,9 +36,6 @@ while [ $# -gt 0 ]; do -c) shift _CONFIG="${1}" ;; - -k) shift - _KERNEL="${1}" - ;; -d) shift _TARGET_DIR="${1}" ;;