diff options
author | Holger Wansing <hwansing@mailbox.org> | 2021-09-28 09:05:34 +0200 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2021-09-28 09:05:34 +0200 |
commit | a97482dd874df449917f6e18eb3ba6330229f406 (patch) | |
tree | 17d978edd6f6234808f3d695090aafce9b1a9071 /en/appendix | |
parent | 8dffe74c1a03a44a74059050413e8baabdd96e8f (diff) | |
download | installation-guide-a97482dd874df449917f6e18eb3ba6330229f406.zip |
Some clarifications on preseeding
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/preseed.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 83a7a4d6d..d2485d987 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -990,6 +990,13 @@ that no gateway should be used. #d-i network-console/password-again password r00tme </screen></informalexample> +<para> + +More information related to network-console can be found in +<xref linkend="network-console"/>. + +</para> + </sect2> <sect2 id="preseed-mirror"> @@ -1018,7 +1025,9 @@ value and there should be no need to set this. </para> <informalexample role="example"><screen> +# Mirror protocol: # If you select ftp, the mirror/country string does not need to be set. +# Default value for the mirror protocol: http. #d-i mirror/protocol string ftp d-i mirror/country string manual d-i mirror/http/hostname string &archive-mirror; |