]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
chore(removal): eliminate bootchart module
authorJóhann B. Guðmundsson <johannbg@gmail.com>
Mon, 18 Jan 2021 11:33:42 +0000 (11:33 +0000)
committerDaniel Molkentin <daniel@molkentin.de>
Mon, 18 Jan 2021 23:44:30 +0000 (00:44 +0100)
dracut.usage.asc
mkinitrd-dracut.sh

index 59e1900d1e20ec32c1d6ede11279df8f22d2c103..e02da6b08ec946c6d6c6bb16b46324cc5fc90a39 100644 (file)
@@ -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:
index c2141d682732c28039f17da22bf000caefbd6cf8..0ef999b8daba020ba11f2a34a0bc507e7051c331 100755 (executable)
@@ -153,7 +153,6 @@ while (($# > 0)); do
         --loopopts*) ;;
         --looppath*) ;;
         --dsdt*) ;;
-        --bootchart) ;;
        -s) ;;
        --quiet|-q) quiet=1;;
        -b) read_arg boot_dir "$@" || shift $?