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:
Jan Dittberner 2020-03-01 21:49:00 +01:00
parent e775f21a3a
commit 5b4dd18d7c
4 changed files with 20 additions and 12 deletions

View file

@ -1,6 +1,6 @@
# Clean up
apt-get --yes remove libc6-dev gcc-4.8 gcc-4.9 linux-libc-dev gcc-4.8-base dmidecode laptop-detect
apt-get --yes remove dmidecode gcc-8 laptop-detect libc6-dev linux-libc-dev
apt-get --yes autoremove
apt-get --yes clean