diff options
author | William Giokas <1007380@gmail.com> | 2013-02-16 22:04:29 -0600 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2013-02-17 14:46:22 -0800 |
commit | 1e447e0a3cb3e98827938a182593056ddbb13b29 (patch) | |
tree | 284aa613f25d537ebdbbd72b316a97d849567169 /man/systemd-bootchart.xml | |
parent | 71bf4f6f6c450e111795054e1bc50da692202c31 (diff) |
man: Add reason for disk model info not working
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.
Diffstat (limited to 'man/systemd-bootchart.xml')
-rw-r--r-- | man/systemd-bootchart.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml index a4770fc62d..9067d6530c 100644 --- a/man/systemd-bootchart.xml +++ b/man/systemd-bootchart.xml @@ -300,6 +300,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 and current maintainer:</para> <simplelist> <member>Auke Kok <email>auke-jan.h.kok@intel.com</email></member> |