[d-i-commits] r32124 - trunk/manual/en/install-methods

Frans Pop fjp at costa.debian.org
Tue Nov 15 20:49:36 UTC 2005


Author: fjp
Date: 2005-11-15 20:49:29 +0000 (Tue, 15 Nov 2005)
New Revision: 32124

Modified:
   trunk/manual/en/install-methods/boot-usb-files.xml
Log:
Make warning about overwriting usb-stick more explicit

Modified: trunk/manual/en/install-methods/boot-usb-files.xml
===================================================================
--- trunk/manual/en/install-methods/boot-usb-files.xml	2005-11-15 20:41:22 UTC (rev 32123)
+++ trunk/manual/en/install-methods/boot-usb-files.xml	2005-11-15 20:49:29 UTC (rev 32124)
@@ -34,9 +34,6 @@
 # zcat boot.img.gz &gt; /dev/<replaceable>sda</replaceable>
 </screen></informalexample>
 
-Of course this will destroy anything already on the device, so take
-care that you use the correct device name for your USB stick.
-
 </para><para arch="powerpc">
 
 There is an all-in-one file <filename>hd-media/boot.img.gz</filename>
@@ -50,11 +47,15 @@
 # zcat boot.img.gz &gt; /dev/<replaceable>sda2</replaceable>
 </screen></informalexample>
 
-Of course this will destroy anything already on the device, so take
-care that you use the correct device name for your USB stick.
+</para>
+<warning><para>
 
-</para><para>
+Using this method will destroy anything already on the device. Make sure
+that you use the correct device name for your USB stick.
 
+</para></warning>
+<para>
+
 After that, mount the USB memory stick (<userinput>mount
 <replaceable arch="i386">/dev/sda</replaceable>
 <replaceable arch="powerpc">/dev/sda2</replaceable>




More information about the d-i-commits mailing list