diff options
author | Frans Pop <elendil@planet.nl> | 2005-11-15 23:00:32 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2005-11-15 23:00:32 +0000 |
commit | 93593692c0b2dc6d1498bce677aae6885f81821e (patch) | |
tree | 6105bfb720c8e76f681868d24a737b1c9f3516c2 /fi/install-methods | |
parent | 586a87ebda627c0bccdca11a3a6a2628561ad2f7 (diff) | |
download | installation-guide-93593692c0b2dc6d1498bce677aae6885f81821e.zip |
Update of original English docs
Diffstat (limited to 'fi/install-methods')
-rw-r--r-- | fi/install-methods/boot-usb-files.xml | 15 | ||||
-rw-r--r-- | fi/install-methods/usb-setup/i386.xml | 4 |
2 files changed, 10 insertions, 9 deletions
diff --git a/fi/install-methods/boot-usb-files.xml b/fi/install-methods/boot-usb-files.xml index dffc1c3e0..1ac9adbba 100644 --- a/fi/install-methods/boot-usb-files.xml +++ b/fi/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 > /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 > /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> diff --git a/fi/install-methods/usb-setup/i386.xml b/fi/install-methods/usb-setup/i386.xml index cbeab6250..9355ee888 100644 --- a/fi/install-methods/usb-setup/i386.xml +++ b/fi/install-methods/usb-setup/i386.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 27345 untranslated --> +<!-- original version: 32141 untranslated --> <sect3 arch="i386"> <title>USB stick partitioning on &arch-title;</title> @@ -87,7 +87,7 @@ contain the following two lines: <informalexample><screen> default vmlinuz -append initrd=initrd.gz ramdisk_size=12000 root=/dev/rd/0 init=/linuxrc rw +append initrd=initrd.gz ramdisk_size=12000 root=/dev/ram rw </screen></informalexample> Please note that the <userinput>ramdisk_size</userinput> parameter |