diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cb252dae7..200d0930f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ installation-guide (2008xxxx) UNRELEASED; urgency=low devices no longer exist. * Document noshell boot parameter. See #504381. * Clarify behaviour of "auto" preseed alias. + * Clarify that preseeding aliases are only aliases for question names, and + that a value is always needed as well. [ Frans Pop ] * Document preseeding of network-console now that its postinst can be diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 4d3a5afa9..a45fad1ea 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -516,6 +516,9 @@ nice effects that can be achieved by creative use of preconfiguration. <para> The following aliases can be useful when using (auto mode) preseeding. +Note that these are simply short aliases for question names, and you +always need to specify a value as well: for example, +<literal>auto=true</literal> or <literal>interface=eth0</literal>. </para> |