Write to /dev/vdb, not /dev/null
User guide had two lines that were writing data to /dev/null. From context, it seems clear the writes should be happening to /dev/vdb instead. Change-Id: I7e9e42bd7d688a78aea25cc9fa5865c411c7f154
This commit is contained in:
parent
0392b26da1
commit
ff0ba37e95
@ -78,7 +78,7 @@
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>For a raw image:</para>
|
||||
<screen><prompt>$</prompt> <userinput>cat IMAGE >/dev/null</userinput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>cat IMAGE >/dev/vdb</userinput></screen>
|
||||
<para>Alternatively, use
|
||||
<command>dd</command>.</para>
|
||||
</listitem>
|
||||
@ -88,7 +88,7 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>For a *.tar.bz2 image:</para>
|
||||
<screen><prompt>$</prompt> <userinput>tar xfjO IMAGE >/dev/null</userinput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>tar xfjO IMAGE >/dev/vdb</userinput></screen>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
|
Loading…
x
Reference in New Issue
Block a user