dracut.usage.asc: extend parameters for shutdown debug procedure

master
Harald Hoyer 2014-08-15 11:44:26 +02:00
parent ae488efa5e
commit e02a29e7a2
1 changed files with 1 additions and 1 deletions

View 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
----