]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut.usage.asc: extend parameters for shutdown debug procedure
authorHarald Hoyer <harald@redhat.com>
Fri, 15 Aug 2014 09:44:26 +0000 (11:44 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 15 Aug 2014 09:44:26 +0000 (11:44 +0200)
dracut.usage.asc

index 6979af6bb3b494b8b7932e713e2ce033724776ec..50ceb49e64aa7473732ece98c2ab4cf53c553d8a 100644 (file)
@@ -528,7 +528,7 @@ on _pre-shutdown_ or _shutdown_.
 To do this from an already booted system:
 ----
 # mkdir -p /run/initramfs/etc/cmdline.d
-# echo "rd.break=pre-shutdown" > /run/initramfs/etc/cmdline.d/debug.conf
+# echo "rd.debug rd.break=pre-shutdown rd.break=shutdown" > /run/initramfs/etc/cmdline.d/debug.conf
 # touch /run/initramfs/.need_shutdown
 ----