Fix Buster incompatibilities
- fix locale kernel parameter for installation - use Buster ISO and checksum and switch to AMD64 architecture - increase memory of VirtualBox VM to 1 GB to allow graphical installer - avoid CD questions by pre-seeding apt-setup/cdrom - uninstall gcc-8 instead of gcc-4.8 in scripts/cleanup.sh - modify hd-media initrd.gz by adding fdisk udeb content needed by the babelbox partition deletion script
This commit is contained in:
parent
e775f21a3a
commit
5b4dd18d7c
4 changed files with 20 additions and 12 deletions
|
@ -69,6 +69,9 @@ d-i partman/confirm_nooverwrite boolean true
|
|||
### Apt setup
|
||||
d-i apt-setup/non-free boolean false
|
||||
d-i apt-setup/contrib boolean false
|
||||
d-i apt-setup/cdrom/set-first boolean false
|
||||
d-i apt-setup/cdrom/set-next boolean false
|
||||
d-i apt-setup/cdrom/set-failed boolean false
|
||||
d-i base-installer/install-recommends boolean false
|
||||
d-i apt-setup/services-select multiselect security, updates
|
||||
d-i apt-setup/security_host string security.debian.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue