summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2020-06-19 20:36:23 +0200
committerHolger Wansing <hwansing@mailbox.org>2020-06-19 20:36:23 +0200
commit570e0b80121558da901d40df18e3e9432c70816e (patch)
tree0aa835fa931a7ee6f75267ec4c0356dba378a6e6 /en/appendix
parent697db2e1ecae862dd7f1ac6f5926c652d0da4e2e (diff)
downloadinstallation-guide-570e0b80121558da901d40df18e3e9432c70816e.zip
Add a chapter to illustrate examples of boot prompt lines with preceeding options
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index d7570d6b3..b2d12ac15 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -570,6 +570,27 @@ always need to specify a value as well: for example,
</sect2>
+ <sect2 id="preseed-bootparms-examples">
+ <title>Examples of boot prompt preseeding</title>
+<para>
+
+Here are some examples of how the boot prompt might look like
+(you will need to adapt this to your needs; also see <xref linkend="boot-screen"/>).
+
+<informalexample><screen>
+# To set French as language and France as country:
+/install.amd/vmlinuz vga=788 initrd=/install.amd/gtk/initrd.gz language=fr country=FR --- quiet
+# To set English as language and Germany as country, and use a German keyboard layout:
+/install.amd/vmlinuz vga=788 initrd=/install.amd/gtk/initrd.gz language=en country=DE locale=en_US.UTF-8 keymap=de --- quiet
+# To install the MATE desktop:
+/install.amd/vmlinuz vga=788 initrd=/install.amd/gtk/initrd.gz desktop=mate-desktop --- quiet
+# To install the web-server task:
+/install.amd/vmlinuz initrd=/install.amd/initrd.gz tasksel:tasksel/first=web-server ---
+</screen></informalexample>
+</para>
+
+ </sect2>
+
<sect2 id="preseed-dhcp">
<title>Using a DHCP server to specify preconfiguration files</title>
<para>