From: Sai <Sai.Sathujoda@...>
Signed-off-by: Sai <Sai.Sathujoda@...>
---
start-qemu.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/start-qemu.sh b/start-qemu.sh
index bcc7a51..639951e 100755
--- a/start-qemu.sh
+++ b/start-qemu.sh
@@ -31,10 +31,10 @@ if [ -n "${QEMU_PATH}" ]; then
fi
if [ -z "${DISTRO_RELEASE}" ]; then
- if grep -s -q "DEBIAN_BULLSEYE: true" .config.yaml; then
- DISTRO_RELEASE="bullseye"
- else
+ if grep -s -q "DEBIAN_BUSTER: true" .config.yaml; then
DISTRO_RELEASE="buster"
+ else
+ DISTRO_RELEASE="bullseye"
fi
fi
--
2.20.1