Skip to content

Commit

Permalink
Add qemu-debootstrap deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 1, 2021
1 parent 8792421 commit 5d6756b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ initArgs+=(

if [ -n "$qemu" ]; then
initArgs+=( --debootstrap=qemu-debootstrap )
echo >&2 "warning: qemu-debootstrap is deprecated in favor of binfmt 'fix binary' mode: https://bugs.debian.org/901197"
sleep 1
fi

if [ -n "$include" ]; then
Expand Down

0 comments on commit 5d6756b

Please sign in to comment.