@@ -29,7 +29,7 @@ The `bool` setting is one of `on, off, true false, 1, 0`.
2929 system bootstrap.
3030
3131 Very useful for selecting different boot modes, e.g. manufacturing test,
32- firmware upgrade, or rescue mode.
32+ firmware upgrade, or [ rescue mode] [ rescue ] .
3333
3434> [ !NOTE]
3535> ` <boot/...> ` conditions cannot be cleared with ` initctl ` !
@@ -39,10 +39,10 @@ The `bool` setting is one of `on, off, true false, 1, 0`.
3939
4040 ./configure --with-config=/etc/finit.conf
4141
42- Useful when starting up in various rescue mode, factory, or
42+ Useful when starting up in various [ rescue mode] [ rescue ] , factory, or
4343 production test setups. Use the top-level configuration file
44- directive ` rcsd /path/to/finit.d ` to override the default
45- rcS.d directory.
44+ directive ` rcsd /path/to/finit.d ` to override the default rcS.d
45+ directory.
4646
4747* ` finit.debug[=bool] ` : Enable finit debug. This is operated
4848 independently of the kernel `debug` setting. New as of Finit v4.
@@ -75,7 +75,7 @@ The `bool` setting is one of `on, off, true false, 1, 0`.
7575* ` init=/bin/sh ` : Bypass system default init and tell kernel to start a
7676 shell. Note, this shell is very limited and does not support
7777 signals and has no job control. Recommend using, and modifying,
78- `rescue` mode instead.
78+ [ `rescue` mode][rescue] instead.
7979
8080* ` loglevel=<0-7> ` , sets the kernel's log level, which is more granular
8181 than ` debug ` . Also, when ` loglevel=7 ` , Finit will * not disable*
@@ -90,12 +90,11 @@ The `bool` setting is one of `on, off, true false, 1, 0`.
9090* ` quiet ` : Suppress kernel logging to console, except for warnings and
9191 errors. Also, see ` loglevel ` and ` quiet ` above.
9292
93- * ` rescue ` : Start rescue/maintenance mode. If your system comes with
94- the bundled ` sulogin ` program (Finit, or from util-linux/Busybox),
95- you will be given a root login to a maintenance shell. However, if
96- ` sulogin ` is missing, the file ` /lib/finit/rescue.conf ` is read and
97- the system booted in a limited fallback mode. See [ config.md] [ ]
98- for more information.
93+ * ` rescue ` : Start [ rescue/maintenance mode] [ rescue ] . If your system
94+ comes with the bundled ` sulogin ` program (Finit, or from util-linux,
95+ or Busybox), you will be given a root login to a maintenance shell.
96+ However, if ` sulogin ` is missing, the file ` /lib/finit/rescue.conf `
97+ is read and the system booted in a limited fallback mode.
9998
10099 This option can be disabled with ` configure --without-rescue `
101100
@@ -116,5 +115,5 @@ The `bool` setting is one of `on, off, true false, 1, 0`.
116115
117116For more on kernel boot parameters, see the man page [ bootparam(7)] [ ] .
118117
119- [ config.md ] : config.md#rescue-mode
118+ [ rescue ] : config/rescue .md
120119[ bootparam(7) ] : https://www.man7.org/linux/man-pages/man7/bootparam.7.html
0 commit comments