update to bullseye

master
lub 3 years ago
parent 08aaf9176f
commit 2cd009264a

@ -1 +1 @@
deb https://deb.debian.org/debian-security buster/updates main contrib non-free
deb https://deb.debian.org/debian-security bullseye/updates main contrib non-free

@ -1 +1 @@
deb https://deb.debian.org/debian buster main contrib non-free
deb https://deb.debian.org/debian bullseye main contrib non-free

@ -1 +1 @@
deb [signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian buster stable
deb [signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian bullseye stable

@ -42,7 +42,7 @@ mount "$esp" "$chroot/boot/efi"
# debootstrap
debootstrap --variant=minbase --arch=amd64 buster "$chroot" https://deb.debian.org/debian/
debootstrap --variant=minbase --arch=amd64 bullseye "$chroot" https://deb.debian.org/debian/
mount -t proc none "$chroot/proc"
mount -t sysfs none "$chroot/sys"

Loading…
Cancel
Save