From: Harald Hoyer Date: Fri, 15 Aug 2014 09:44:26 +0000 (+0200) Subject: dracut.usage.asc: extend parameters for shutdown debug procedure X-Git-Tag: 039~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e02a29e7a2403dd1bb4f581b14ec4bf4ace6cba7;p=thirdparty%2Fdracut.git dracut.usage.asc: extend parameters for shutdown debug procedure --- diff --git a/dracut.usage.asc b/dracut.usage.asc index 6979af6bb..50ceb49e6 100644 --- a/dracut.usage.asc +++ b/dracut.usage.asc @@ -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 ----