diff options
author | Joey Hess <joeyh@debian.org> | 2008-07-04 18:11:16 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2008-07-04 18:11:16 +0000 |
commit | 19a6a9f6b67b5cc603b1ba72e7084512c67203aa (patch) | |
tree | ae4cc0db32f835ac66a34d0cde17e458d0ccc82c /en | |
parent | 3673f363db284a8ccf8a9fc0911a8fa0211f85bc (diff) | |
download | installation-guide-19a6a9f6b67b5cc603b1ba72e7084512c67203aa.zip |
add upgrade preseed
This could be converted to a low priority question if desired.
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 8b6692271..e20afa727 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1262,6 +1262,9 @@ to be used easily on the kernel command line as well. # Individual additional packages to install #d-i pkgsel/include string openssh-server build-essential +# Whether to upgrade packages after debootstrap. +# Allowed values: none, safe-upgrade, full-upgrade +#d-i pkgsel/upgrade select none # Some versions of the installer can report back on what software you have # installed, and what software you use. The default is not to report back, |