mirror of
https://github.com/krislamo/preseed
synced 2024-12-16 08:00:35 +00:00
Current
This commit is contained in:
parent
04e0b3f34f
commit
a8bf76e8f9
@ -1,7 +1,11 @@
|
||||
#### QEMU/KVM Virtual Machine Seed for Debian Buster
|
||||
|
||||
# Only show critical messages
|
||||
d-i debconf/priority string critical
|
||||
|
||||
# Just after preseeding is read, reset automatic network settings
|
||||
d-i preseed/early_command string kill-all-dhcp; netcfg
|
||||
|
||||
### Localization
|
||||
|
||||
# Preseeding only locale sets language, country and locale.
|
||||
@ -121,9 +125,6 @@ d-i grub-installer/bootdev string /dev/vda
|
||||
# Avoid that last message about the install being complete.
|
||||
d-i finish-install/reboot_in_progress note
|
||||
|
||||
# Just after preseeding is read, reset network settings
|
||||
d-i preseed/early_command string kill-all-dhcp; netcfg
|
||||
|
||||
# Just before install finishes, install SSH keys into root
|
||||
d-i preseed/late_command string \
|
||||
mkdir -p /target/root/.ssh; \
|
||||
|
Loading…
Reference in New Issue
Block a user