From 5d6756b02b203779bf1b25a0360efa6f62289e74 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 31 May 2021 21:39:57 -0700 Subject: [PATCH] Add qemu-debootstrap deprecation warning --- examples/debian.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/debian.sh b/examples/debian.sh index 5d63df2..0edb1fb 100755 --- a/examples/debian.sh +++ b/examples/debian.sh @@ -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