diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-07-16 20:22:57 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-07-16 20:34:28 +0200 |
commit | 1a68a5349bb423ddff5ec56ea733631621eba862 (patch) | |
tree | 0078dd45ddd5a0fdc871b147ae93443b5c12814e /doc | |
parent | gen_initramfs.sh: create_initramfs(): Call set_initramfs_compression_method()... (diff) | |
download | genkernel-1a68a5349bb423ddff5ec56ea733631621eba862.tar.gz genkernel-1a68a5349bb423ddff5ec56ea733631621eba862.tar.bz2 genkernel-1a68a5349bb423ddff5ec56ea733631621eba862.zip |
linuxrc: Add gk.userinteraction.disabled
When this option is set and enabled, genkernel initramfs will not prompt
on errors, i.e. this will disable any user interaction, e.g. for a kiosk system.
Bug: https://bugs.gentoo.org/730966
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/genkernel.8.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 5b15a021..f84892c4 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -835,6 +835,14 @@ genkernel's initramfs will only mount root filesystem by default. If you want to store the log file in '/var/log/genkernel-boot.log' for example make sure that this mountpoint is accessible, see *initramfs.mounts*. +*gk.userinteraction.disabled*=<...>:: +By default, genkernel will prompt on errors. In case this is not wanted +or desired, e.g. for a kiosk system, this boolean option will disable +any prompting, including the rescue shell. + +NOTE: Because no user interaction is possible when this option is set, +system will automatically reboot on error after a timeout. + *noload*=<...>:: List of modules to skip loading. Separate using commas or spaces. |