diff options
| -rwxr-xr-x | init | 1 | ||||
| -rw-r--r-- | initramfs-tools.8 | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -170,6 +170,7 @@ maybe_break mount log_begin_msg "Mounting root file system" . /scripts/${BOOT} parse_numeric ${ROOT} +maybe_break mountroot mountroot log_end_msg diff --git a/initramfs-tools.8 b/initramfs-tools.8 index b564e2c..75c7827 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -113,7 +113,7 @@ Use for example "debug=vc". .TP \fB \fI break spawns a shell in the initramfs image at chosen run-time -(top, modules, premount, mount, bottom, init). +(top, modules, premount, mount, mountroot, bottom, init). The default is premount without any arg. Beware that if both "panic" and "break" are present, initramfs will not spawn any shells but reboot instead. |
