Start port to Debian 12

- qemu installation works
- babelbox installation works
- system is broken after the first demo installation
This commit is contained in:
Jan Dittberner 2024-02-09 10:17:42 +01:00
parent 7983c85acf
commit 20e2a485ce
5 changed files with 48 additions and 28 deletions

View file

@ -43,7 +43,7 @@ d-i partman-auto/disk string /dev/vda
d-i partman-auto/method string regular
d-i partman-auto/expert_recipe string \
root :: \
6144 50 6144 ext4 \
8192 50 8192 ext4 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
@ -78,7 +78,7 @@ d-i apt-setup/security_host string security.debian.org
### Package selection
tasksel tasksel/first multiselect standard
d-i pkgsel/include string parted openssh-server acpid sudo ca-certificates curl
d-i pkgsel/include string parted openssh-server acpid sudo ca-certificates curl git vim-nox
d-i pkgsel/upgrade select safe-upgrade
popularity-contest popularity-contest/participate boolean false