upgrade to trixie

master
lub 2 months ago
parent c3436f2ac1
commit 6491b1de9f

@ -1,2 +1,2 @@
deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
deb https://deb.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
deb https://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware
deb https://deb.debian.org/debian-security trixie-security main contrib non-free non-free-firmware

@ -1 +1 @@
deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb https://deb.debian.org/debian trixie main contrib non-free non-free-firmware

@ -48,7 +48,7 @@ mkdir --parents "$chroot/longhorn/02"
# debootstrap
debootstrap --variant=minbase --arch=amd64 bookworm "$chroot" https://deb.debian.org/debian/
debootstrap --variant=minbase --arch=amd64 trixie "$chroot" https://deb.debian.org/debian/
mount -t proc none "$chroot/proc"
mount -t sysfs none "$chroot/sys"

Loading…
Cancel
Save