summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2012-12-27 18:47:09 +0000
committerSamuel Thibault <sthibault@debian.org>2012-12-27 18:47:09 +0000
commit39801595ddee28b098417041e7927ef20856b726 (patch)
treedbfa9ba32d0e161721d229692a19e0822310d264
parent09ed5b4a2c689d9e398005e7a74d6e68f8aadf5f (diff)
downloadinstallation-guide-39801595ddee28b098417041e7927ef20856b726.zip
Explain how to include firmware or packages on a USB stick built by hand.
-rw-r--r--debian/changelog1
-rw-r--r--en/install-methods/boot-usb-files.xml55
2 files changed, 33 insertions, 23 deletions
diff --git a/debian/changelog b/debian/changelog
index 22d2c3dab..3a802ac4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ installation-guide (2012XXXX) UNRELEASED; urgency=low
* Improve documentation about user accounts: move it to the right place
and explain how setting an empty root password leads to sudo being
installed. Closes: #692314.
+ * Explain how to include firmware or packages on a USB stick built by hand.
[ Salvatore Bonaccorso ]
* Fix typo in network configuration preseed example snipped
diff --git a/en/install-methods/boot-usb-files.xml b/en/install-methods/boot-usb-files.xml
index 22a89c424..6ae3e13f2 100644
--- a/en/install-methods/boot-usb-files.xml
+++ b/en/install-methods/boot-usb-files.xml
@@ -41,29 +41,6 @@ Alternatively,
for very small USB sticks, only a few megabytes in size, you can download
the <filename>mini.iso</filename> image from the <filename>netboot</filename>
directory (at the location mentioned in <xref linkend="where-files"/>).
-<footnote>
-
-<para arch="not-s390">
-
-A special method can be used to add firmware to the
-<filename>mini.iso</filename>. First, write the
-<filename>mini.iso</filename> to the USB stick.
-Next obtain the necessary firmware files.
-See <xref linkend="loading-firmware"/> for more information about firmware.
-Now unplug and replug the USB stick, and two partitions should now be visible on it.
-You should mount the second of the two partitions, and unpack the firmware onto it.
-
-<informalexample><screen>
-# mount /dev/<replaceable>sdX2</replaceable> /mnt
-# cd /mnt
-# tar zxvf <replaceable>/path/to/</replaceable>firmware.tar.gz
-# cd /
-# umount
-</screen></informalexample>
-
-</para>
-
-</footnote>
</para><para>
@@ -85,6 +62,38 @@ people with specialised needs.
</para></important>
+<para>
+
+The hybrid image on the stick does not occupy all the storage space, so
+it may be worth considering using the free space to hold firmware files
+or packages or any other files of your choice. This could be useful if
+you have only one stick or just want to keep everything you need on one
+device.
+
+</para><para>
+
+Create a second, FAT partition on the stick, mount the partition
+and copy or unpack the firmware onto it. For example:
+
+<informalexample><screen>
+# mount /dev/<replaceable>sdX2</replaceable> /mnt
+# cd /mnt
+# tar zxvf <replaceable>/path/to/</replaceable>firmware.tar.gz
+# cd /
+# umount
+</screen></informalexample>
+
+</para><para arch="not-s390">
+
+You might have written the <filename>mini.iso</filename> to the USB
+stick. In this case the second partition doesn't have to be created as,
+very nicely, it will already be present. Unplugging and replugging the
+USB stick should make the two partitions visible.
+
+</para>
+
+
+
</sect2>
<sect2 id="usb-copy-easy">