aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/genkernel.8.txt13
1 files changed, 1 insertions, 12 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 2625d6f8..d8b9e09a 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -827,20 +827,9 @@ when not set. This will allow remote user to provide answer through
*gk.log.disabled*=<...>::
By default, any shown message and external command calls will be logged
- to '/tmp/init.log' in initramfs. This boolean option allows you to
+ to '/run/initramfs/init.log'. This boolean option allows you to
disable logging for some reason.
-*gk.log.keep*=<...>::
-When set to a boolean value, genkernel will preserve '/tmp/init.log',
-see above, and copy file to '/genkernel-boot.log' on *root* device.
-You can also set your own file like '/root/my-genkernel-boot.log' to
-copy log to a custom path.
-
-NOTE: The default file '/genkernel-boot.log' on *root* was chosen because
-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