Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
filesystem/resources/pbuilder: use debootstrap, not qemu-debootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
austin987 committed Mar 31, 2021
1 parent aed319e commit e30941c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions filesystem/resources/pbuilder/prawnos-pbuilder-arm64.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-apt"
DISTRIBUTION=bullseye
ARCHITECTURE=arm64
DEBOOTSTRAP=qemu-debootstrap
DEBOOTSTRAPOPTS=( '--variant=buildd' '--arch=arm64' )
DEBOOTSTRAP=debootstrap
DEBOOTSTRAPOPTS=( '--variant=buildd' '--arch=arm64' )
4 changes: 2 additions & 2 deletions filesystem/resources/pbuilder/prawnos-pbuilder-armhf.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-apt"
DISTRIBUTION=bullseye
ARCHITECTURE=armhf
DEBOOTSTRAP=qemu-debootstrap
DEBOOTSTRAPOPTS=( '--variant=buildd' '--arch=armhf' )
DEBOOTSTRAP=debootstrap
DEBOOTSTRAPOPTS=( '--variant=buildd' '--arch=armhf' )

0 comments on commit e30941c

Please sign in to comment.