summaryrefslogtreecommitdiff
path: root/nl/install-methods/boot-usb-files.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nl/install-methods/boot-usb-files.xml')
-rw-r--r--nl/install-methods/boot-usb-files.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/nl/install-methods/boot-usb-files.xml b/nl/install-methods/boot-usb-files.xml
index dffc1c3e0..1ac9adbba 100644
--- a/nl/install-methods/boot-usb-files.xml
+++ b/nl/install-methods/boot-usb-files.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 25496 untranslated -->
+<!-- original version: 32124 untranslated -->
<sect1 condition="bootable-usb" id="boot-usb-files">
<title>Preparing Files for USB Memory Stick Booting</title>
@@ -34,9 +34,6 @@ have to extract it directly to your USB stick:
# 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,10 +47,14 @@ extract the image directly to that:
# 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>