From 788f32949778fd0451c43c215d46cd1653ec2b10 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 23 Jul 2024 07:34:37 +0200 Subject: [PATCH] kernel is set by config --- usr/lib/archboot/cpio/cpio.sh | 6 ------ 1 file changed, 6 deletions(-) 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}" ;;