diff options
author | maximilian attems <maks@debian.org> | 2008-12-19 14:29:30 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-12-19 14:31:30 +0100 |
commit | 71c6b1c173931725b1a2eb480450f5f5b198d364 (patch) | |
tree | 8241790329c12a88fa7c1f5c6f25a421c98a489f | |
parent | 6966048d94e1951fc7699a004bd6e1f602c2ec3e (diff) | |
download | initramfs-tools-71c6b1c173931725b1a2eb480450f5f5b198d364.tar.gz initramfs-tools-71c6b1c173931725b1a2eb480450f5f5b198d364.zip |
initramfs-tools.8: Fix path of debug log - now kept after boot.
and no we can't write into /var/log itself.
(closes: #488804)
-rw-r--r-- | initramfs-tools.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs-tools.8 b/initramfs-tools.8 index 05c7734..c5928d9 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -110,7 +110,7 @@ panic=<sec> is a documented security feature: it disables the debug shell. .TP \fB\fI debug -generates lots of output. It writes a log to /tmp/initramfs.debug. +generates lots of output. It writes a log to /dev/.initramfs/initramfs.debug. Instead when invoked with an arbitrary argument output is written to console. Use for example "debug=vc". |