diff options
Diffstat (limited to 'fi/appendix')
-rw-r--r-- | fi/appendix/preseed.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/fi/appendix/preseed.xml b/fi/appendix/preseed.xml index 8b6b520a9..dceb52adb 100644 --- a/fi/appendix/preseed.xml +++ b/fi/appendix/preseed.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 33796 untranslated --> +<!-- original version: 33825 untranslated --> <!-- Be carefull with the format of this file as it is parsed to generate @@ -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> |