summaryrefslogtreecommitdiff
path: root/hurd/running
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-12-03 15:14:46 +0100
committerThomas Schwinge <tschwinge@gnu.org>2007-12-03 15:14:46 +0100
commit386ce5531a6df7431b03b2c5909f76c20e34e9d3 (patch)
tree002c2d0ffceb2dd0a32c7e9d1a756a4576d7f3ef /hurd/running
parent76f813b92fa0b8f3b48abfcc1c51ace7ff9018d5 (diff)
hurd/running/debian/faq/kernel_logs: Split out. Written by Michael Banck.
Diffstat (limited to 'hurd/running')
-rw-r--r--hurd/running/debian/faq.mdwn7
-rw-r--r--hurd/running/debian/faq/kernel_logs.mdwn13
2 files changed, 13 insertions, 7 deletions
diff --git a/hurd/running/debian/faq.mdwn b/hurd/running/debian/faq.mdwn
index 3a2e77a2..49176494 100644
--- a/hurd/running/debian/faq.mdwn
+++ b/hurd/running/debian/faq.mdwn
@@ -109,10 +109,3 @@ If you want to use the `apt-get source` facility, make sure that
deb-src http://ftp.de.debian.org/debian unstable main
... replacing _de_ with your homeland's code.
-
-
-# Kernel Logs
-
-The kernel logs are written to `/dev/klog`. Run `cat /dev/klog > foo` as root
-and hit `ctrl+c` after a few seconds to catch the logs. You can do this only
-once and do not do this in single-user mode (where `ctrl+c` does not work).
diff --git a/hurd/running/debian/faq/kernel_logs.mdwn b/hurd/running/debian/faq/kernel_logs.mdwn
new file mode 100644
index 00000000..526f45d8
--- /dev/null
+++ b/hurd/running/debian/faq/kernel_logs.mdwn
@@ -0,0 +1,13 @@
+[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]]
+[[meta license="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled
+[[GNU_Free_Documentation_License|/fdl]]."]]
+
+# Kernel Logs
+
+The kernel logs are written to `/dev/klog`. Run `cat /dev/klog > foo` as root
+and hit `ctrl+c` after a few seconds to catch the logs. You can do this only
+once and do not do this in single-user mode (where `ctrl+c` does not work).