Signed-off-by: Michal Soltys <soltys@xxxxxxxx> --- dracut.8.xml | 9 +++++++++ dracut.kernel.7.xml | 14 ++++++++++++++ 2 files changed, 23 insertions(+), 0 deletions(-) diff --git a/dracut.8.xml b/dracut.8.xml index d4689ee..8947780 100644 --- a/dracut.8.xml +++ b/dracut.8.xml @@ -297,6 +297,15 @@ include in the generic initramfs. This parameter can be specified multiple times </varlistentry> <varlistentry> <term> + <option>--ctty</option> + </term> + <listitem> + <para>if possible, try to spawn an emergency shell on a terminal + with job control</para> + </listitem> + </varlistentry> + <varlistentry> + <term> <option>-h</option> </term> <term> diff --git a/dracut.kernel.7.xml b/dracut.kernel.7.xml index 0571031..08f1838 100644 --- a/dracut.kernel.7.xml +++ b/dracut.kernel.7.xml @@ -109,6 +109,20 @@ This parameter can be specified multiple times.</para> <para>force loading kernel module <drivername> after all automatic loading modules have been loaded. This parameter can be specified multiple times.</para> </listitem> </varlistentry> + <varlistentry> + <term> + <envar>rd.ctty=<replaceable><terminal></replaceable></envar> + </term> + <listitem> + <para> + if the dracut image was generated with --ctty option, try to + spawn an emergency shell on the specified terminal; if + <envar>rd.ctty</envar> is specified without a value or not + provided at all, the default is /dev/tty1. The '/dev' prefix + can be omitted. + </para> + </listitem> + </varlistentry> </variablelist> </refsect2> <refsect2 id="dracut-kernel-debug"> -- 1.7.5.3 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html