Blame 0020-dracut.asc-add-doc-about-journalctl.patch
|
Harald Hoyer |
12f6cc |
From a844fb1552d7867c77caa027ea38249c26866479 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
12f6cc |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
12f6cc |
Date: Wed, 25 Jul 2012 14:53:23 +0200
|
|
Harald Hoyer |
12f6cc |
Subject: [PATCH] dracut.asc: add doc about journalctl
|
|
Harald Hoyer |
12f6cc |
|
|
Harald Hoyer |
12f6cc |
---
|
|
Harald Hoyer |
12f6cc |
dracut.asc | 9 ++++++++-
|
|
Harald Hoyer |
12f6cc |
1 file changed, 8 insertions(+), 1 deletion(-)
|
|
Harald Hoyer |
12f6cc |
|
|
Harald Hoyer |
12f6cc |
diff --git a/dracut.asc b/dracut.asc
|
|
Harald Hoyer |
12f6cc |
index ca896ee..1791e40 100644
|
|
Harald Hoyer |
12f6cc |
--- a/dracut.asc
|
|
Harald Hoyer |
12f6cc |
+++ b/dracut.asc
|
|
Harald Hoyer |
12f6cc |
@@ -459,6 +459,13 @@ dracut shell commands are printed as they are executed
|
|
Harald Hoyer |
12f6cc |
# less /run/initramfs/init.log
|
|
Harald Hoyer |
12f6cc |
# dmesg | less
|
|
Harald Hoyer |
12f6cc |
----
|
|
Harald Hoyer |
12f6cc |
+. With dracut >= 022 and systemd, you can inspect the rd.debug output with:
|
|
Harald Hoyer |
12f6cc |
+----
|
|
Harald Hoyer |
12f6cc |
+# journalctl -ab
|
|
Harald Hoyer |
12f6cc |
+----
|
|
Harald Hoyer |
12f6cc |
+
|
|
Harald Hoyer |
12f6cc |
+If you want to save that output, simply mount /boot by hand or insert an USB stick and mount that.
|
|
Harald Hoyer |
12f6cc |
+Then you can store the output for later inspection.
|
|
Harald Hoyer |
12f6cc |
|
|
Harald Hoyer |
12f6cc |
[[information-to-include-in-your-report]]
|
|
Harald Hoyer |
12f6cc |
=== Information to include in your report
|
|
Harald Hoyer |
12f6cc |
@@ -472,7 +479,7 @@ configuration file (e.g. _/etc/grub.conf_) or from _/proc/cmdline_.
|
|
Harald Hoyer |
12f6cc |
* A copy of your disk partition information from _/etc/fstab_, which might be
|
|
Harald Hoyer |
12f6cc |
obtained booting an old working initramfs or a rescue medium.
|
|
Harald Hoyer |
12f6cc |
* A device listing from device-mapper. This can be obtained by running the
|
|
Harald Hoyer |
12f6cc |
-command
|
|
Harald Hoyer |
12f6cc |
+command
|
|
Harald Hoyer |
12f6cc |
+
|
|
Harald Hoyer |
12f6cc |
----
|
|
Harald Hoyer |
12f6cc |
# dmsetup ls --tree
|