Skip to content

Commit

Permalink
man: Add reason for disk model info not working
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
KaiSforza authored and ahkok committed Feb 17, 2013
1 parent 71bf4f6 commit 1e447e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions man/systemd-bootchart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>[email protected]</email></member>
Expand Down

0 comments on commit 1e447e0

Please sign in to comment.