summaryrefslogtreecommitdiff
path: root/en/appendix/preseed.xml
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-01-06 20:27:40 +0000
committerFrans Pop <elendil@planet.nl>2006-01-06 20:27:40 +0000
commit0fdbbfcf0b05d6fb53891968ce40a189cfc9b25a (patch)
tree74d40c94d94a5b862da2a9b5a25b903702eb4e57 /en/appendix/preseed.xml
parent06130b0748dfb335ebc7dd64e9ad7f77b27b770c (diff)
downloadinstallation-guide-0fdbbfcf0b05d6fb53891968ce40a189cfc9b25a.zip
Document preseeding of initramfs generator
Diffstat (limited to 'en/appendix/preseed.xml')
-rw-r--r--en/appendix/preseed.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 56cf2d268..ef21bdef8 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -732,6 +732,22 @@ $ echo "r00tme" | mkpasswd -s -H MD5
</para>
</sect2>
+ <sect2 id="preseed-base-installer">
+ <title>Base system installation</title>
+<para>
+
+There is actually not very much that can be preseeded for this stage of the
+installation. The only questions asked concern the installation of the kernel.
+
+</para>
+
+<informalexample role="example"><screen>
+# Select the initramfs generator used to generate the initrd for 2.6 kernels.
+#d-i base-installer/kernel/linux/initramfs-generators string yaird
+</screen></informalexample>
+
+ </sect2>
+
<sect2 id="preseed-bootloader">
<title>Boot loader installation</title>