diff options
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> |