diff options
author | Frans Pop <elendil@planet.nl> | 2006-01-06 20:27:40 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-01-06 20:27:40 +0000 |
commit | 0fdbbfcf0b05d6fb53891968ce40a189cfc9b25a (patch) | |
tree | 74d40c94d94a5b862da2a9b5a25b903702eb4e57 /en/appendix | |
parent | 06130b0748dfb335ebc7dd64e9ad7f77b27b770c (diff) | |
download | installation-guide-0fdbbfcf0b05d6fb53891968ce40a189cfc9b25a.zip |
Document preseeding of initramfs generator
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/preseed.xml | 16 |
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> |