diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e5fb48b3f..cfb3f8865 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ installation-guide (2008xxxx) UNRELEASED; urgency=low [ Colin Watson ] * Document partman/early_command (added in partman-base 129). + * Add note about preseeding ownership to preseed-seenflag section, since I + had a user confused by this who hadn't found the note elsewhere + explaining owners. [ 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 cedd384dd..ffd64f8c6 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1442,6 +1442,11 @@ setting the parameter <classname>preseed/interactive=true</classname> at the boot prompt. This can also be useful for testing or debugging your preconfiguration file. +Note that the <quote>d-i</quote> owner should only be used for variables +used in the installer itself. For variables belonging to packages installed +on the target system, you should use the name of that package instead. See +the footnote to <xref linkend="preseed-bootparms"/>. + </para><para> If you are preseeding using boot parameters, you can make the installer ask |