From 8b5a6b91be3833cb6cea3d2643cf5612a83de66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= Date: Mon, 18 Jan 2021 11:33:42 +0000 Subject: [PATCH] chore(removal): eliminate bootchart module --- dracut.usage.asc | 2 +- mkinitrd-dracut.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dracut.usage.asc b/dracut.usage.asc index 59e1900d..e02da6b0 100644 --- a/dracut.usage.asc +++ b/dracut.usage.asc @@ -62,7 +62,7 @@ _/etc/dracut.conf_ or _/etc/dracut.conf.d/myconf.conf_. See *dracut.conf*(5). You can also add dracut modules on the command line by using the -a or --add option: ---- -# dracut --add bootchart initramfs-bootchart.img +# dracut --add module initramfs-module.img ---- To see a list of available dracut modules, use the --list-modules option: diff --git a/mkinitrd-dracut.sh b/mkinitrd-dracut.sh index c2141d68..0ef999b8 100755 --- a/mkinitrd-dracut.sh +++ b/mkinitrd-dracut.sh @@ -153,7 +153,6 @@ while (($# > 0)); do --loopopts*) ;; --looppath*) ;; --dsdt*) ;; - --bootchart) ;; -s) ;; --quiet|-q) quiet=1;; -b) read_arg boot_dir "$@" || shift $?