diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-04-11 22:03:18 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-04-11 22:03:18 +0200 |
commit | 8d509d3b41e9419af1c986441b5bda7a12870120 (patch) | |
tree | 7f697aa313e14c552d67e8f5ebb7c515566c9ce0 | |
parent | a1c7f0400ce6136f0c330158a827155bc2e17203 (diff) | |
download | installation-guide-8d509d3b41e9419af1c986441b5bda7a12870120.zip |
preseed: Document comments syntax. Closes: #985853
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 46603e518..1c31eb8ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +installation-guide (20210306) UNRELEASED; urgency=medium + + [ Charles Curley ] + * preseed: Document comments syntax. Closes: #985853 + + -- Samuel Thibault <sthibault@debian.org> Sun, 11 Apr 2021 22:02:59 +0200 + installation-guide (20210305) unstable; urgency=medium [ Samuel Thibault ] diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index cee5d50bf..4f984b33b 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -695,6 +695,11 @@ There are a few rules to keep in mind when writing a preconfiguration file. Start with <literal>#_preseed_V1</literal> <!-- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848726 --> </para></listitem> +<listitem><para> + A comment consists of a line which <emphasis>starts</emphasis> with a hash + character (<quote><literal>#</literal></quote>) and extends up to the length + of that line. +</para></listitem> </itemizedlist> <para> |