stretch+ preseed: add sudo

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
master
Robert Nelson 5 years ago
parent a6ac2921c6
commit 4e8e46247b

@ -63,7 +63,7 @@ d-i partman-auto/expert_recipe_file string /partition_recipe
#d-i apt-setup/contrib boolean true
# Individual additional packages to install
d-i pkgsel/include string bash dosfstools initramfs-tools rcn-ee-archive-keyring util-linux wget board-firmware net-tools
d-i pkgsel/include string bash dosfstools initramfs-tools rcn-ee-archive-keyring util-linux wget board-firmware net-tools sudo
# Whether to upgrade packages after debootstrap.
# Allowed values: none, safe-upgrade, full-upgrade
d-i pkgsel/upgrade select safe-upgrade

@ -63,7 +63,7 @@ d-i partman-auto/expert_recipe_file string /partition_recipe
#d-i apt-setup/contrib boolean true
# Individual additional packages to install
d-i pkgsel/include string bash dosfstools initramfs-tools rcn-ee-archive-keyring util-linux wget board-firmware net-tools
d-i pkgsel/include string bash dosfstools initramfs-tools rcn-ee-archive-keyring util-linux wget board-firmware net-tools sudo
# Whether to upgrade packages after debootstrap.
# Allowed values: none, safe-upgrade, full-upgrade
d-i pkgsel/upgrade select safe-upgrade

Loading…
Cancel
Save