From b4689b6c01fb423387e720f22ff6230c1498d773 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 11 May 2019 10:18:47 +0000 Subject: [PATCH] update debian release to buster --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 2323f55..82f95fd 100755 --- a/setup.sh +++ b/setup.sh @@ -33,7 +33,7 @@ mount /dev/md1 "$chroot/boot" # debootstrap -debootstrap --variant=minbase --arch=amd64 stretch "$chroot" https://deb.debian.org/debian/ +debootstrap --variant=minbase --arch=amd64 buster "$chroot" https://deb.debian.org/debian/ mount -t proc none "$chroot/proc" mount -t sysfs none "$chroot/sys"