[systemd-devel] [PATCH] man: Add reason for disk model info not working
William Giokas
1007380 at gmail.com
Sat Feb 16 19:54:02 PST 2013
In systemd-bootchart, the disk model information will not be found
unless the root device is specified using `root=/dev/sdxY` on the kernel
line. Just add a note as to why this doesn't happen.
---
man/systemd-bootchart.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml
index f87f821..d690ed3 100644
--- a/man/systemd-bootchart.xml
+++ b/man/systemd-bootchart.xml
@@ -259,6 +259,10 @@
<refsect1>
<title>Bugs</title>
+ <para>systemd-bootchart does not get the model information for the hard drive
+ unless the root device is specified with <code>root=/dev/sdxY</code>. Using
+ UUIDs or PARTUUIDs will boot fine, but the hard drive model will not be
+ added to the chart.</para>
<para>For bugs, please contact the author or current maintainer:</para>
<varlistentry>
<term>Auke Kok</term>
--
1.8.1.3.605.g02339dd
More information about the systemd-devel
mailing list