chiark / gitweb /
man: Add reason for disk model info not working
authorWilliam Giokas <1007380@gmail.com>
Sun, 17 Feb 2013 04:04:29 +0000 (22:04 -0600)
committerAuke Kok <auke-jan.h.kok@intel.com>
Sun, 17 Feb 2013 22:46:22 +0000 (14:46 -0800)
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

index a4770fc62d7132804766debc7dd3aa5687a68c41..9067d6530cf35f6c7ef999398a7d98988ab71f15 100644 (file)
 
         <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>