diff options
author | Frans Pop <elendil@planet.nl> | 2006-04-28 19:31:36 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-04-28 19:31:36 +0000 |
commit | f6fe47e9d11f883fab2044bf914486078ff3e07c (patch) | |
tree | 788ebfcd1aa3b81681299a636343cfff4bf4bae8 /fi/appendix/preseed.xml | |
parent | 3adc31626659f915b9ae9959c08fba7ef0c80a95 (diff) | |
download | installation-guide-f6fe47e9d11f883fab2044bf914486078ff3e07c.zip |
Update of original English docs
Diffstat (limited to 'fi/appendix/preseed.xml')
-rw-r--r-- | fi/appendix/preseed.xml | 41 |
1 files changed, 28 insertions, 13 deletions
diff --git a/fi/appendix/preseed.xml b/fi/appendix/preseed.xml index 17be3b04b..b64c281f2 100644 --- a/fi/appendix/preseed.xml +++ b/fi/appendix/preseed.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 36269 untranslated --> +<!-- original version: 36758 untranslated --> <!-- Be carefull with the format of this file as it is parsed to generate @@ -380,6 +380,14 @@ can still be fully automated, since you can pass preseed values to the kernel on the command line. Just pass <userinput>path/to/var=value</userinput> for any of the preseed variables listed in the examples. +</para><para> + +A <quote>––</quote> in the boot options has special meaning. +Kernel parameters that appear after it will be copied into the installed +bootloader configuration (if supported by the installer for the +bootloader). Note that the <quote>––</quote> may already be +present in the default boot parameters. + </para> <note><para> @@ -909,31 +917,37 @@ Available tasks as of this writing include: <itemizedlist> <listitem><para> - <userinput>Standard system</userinput> + <userinput>standard</userinput> +</para></listitem> +<listitem><para> + <userinput>desktop</userinput> +</para></listitem> +<listitem><para> + <userinput>gnome-desktop</userinput> </para></listitem> <listitem><para> - <userinput>Desktop environment</userinput> + <userinput>kde-desktop</userinput> </para></listitem> <listitem><para> - <userinput>Web server</userinput> + <userinput>web-server</userinput> </para></listitem> <listitem><para> - <userinput>Print server</userinput> + <userinput>print-server</userinput> </para></listitem> <listitem><para> - <userinput>DNS server</userinput> + <userinput>dns-server</userinput> </para></listitem> <listitem><para> - <userinput>File server</userinput> + <userinput>file-server</userinput> </para></listitem> <listitem><para> - <userinput>Mail server</userinput> + <userinput>mail-server</userinput> </para></listitem> <listitem><para> - <userinput>SQL database</userinput> + <userinput>sql-database</userinput> </para></listitem> <listitem><para> - <userinput>Laptop</userinput> + <userinput>laptop</userinput> </para></listitem> </itemizedlist> @@ -941,13 +955,14 @@ Available tasks as of this writing include: You can also choose to install no tasks, and force the installation of a set of packages in some other way. We recommend always including the -<userinput>Standard system</userinput> task. +<userinput>standard</userinput> task. </para> <informalexample role="example"><screen> -tasksel tasksel/first multiselect Standard system, Desktop environment -#tasksel tasksel/first multiselect Standard system, Web server +tasksel tasksel/first multiselect standard, desktop +#tasksel tasksel/first multiselect standard, web-server +#tasksel tasksel/first multiselect standard, kde-desktop # Some versions of the installer can report back on what software you have # installed, and what software you use. The default is not to report back, |