diff --git a/filesystem/resources/pbuilder/prawnos-pbuilder-arm64.rc b/filesystem/resources/pbuilder/prawnos-pbuilder-arm64.rc index afd3f06..59f53d0 100644 --- a/filesystem/resources/pbuilder/prawnos-pbuilder-arm64.rc +++ b/filesystem/resources/pbuilder/prawnos-pbuilder-arm64.rc @@ -1,5 +1,5 @@ PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-apt" DISTRIBUTION=bullseye ARCHITECTURE=arm64 -DEBOOTSTRAP=qemu-debootstrap -DEBOOTSTRAPOPTS=( '--variant=buildd' '--arch=arm64' ) \ No newline at end of file +DEBOOTSTRAP=debootstrap +DEBOOTSTRAPOPTS=( '--variant=buildd' '--arch=arm64' ) diff --git a/filesystem/resources/pbuilder/prawnos-pbuilder-armhf.rc b/filesystem/resources/pbuilder/prawnos-pbuilder-armhf.rc index 9c18b9d..f0a86b9 100644 --- a/filesystem/resources/pbuilder/prawnos-pbuilder-armhf.rc +++ b/filesystem/resources/pbuilder/prawnos-pbuilder-armhf.rc @@ -1,5 +1,5 @@ PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-apt" DISTRIBUTION=bullseye ARCHITECTURE=armhf -DEBOOTSTRAP=qemu-debootstrap -DEBOOTSTRAPOPTS=( '--variant=buildd' '--arch=armhf' ) \ No newline at end of file +DEBOOTSTRAP=debootstrap +DEBOOTSTRAPOPTS=( '--variant=buildd' '--arch=armhf' )