From 33a07557dc445cbfc62fa9a4d66daf7b732272c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20HANNEBERT?= Date: Mon, 18 Jul 2022 11:54:38 +0200 Subject: [PATCH] chg: disable qemu as it might creates some issues --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 87b7e32..e751d63 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ IMG_NAME="yunohost" RELEASE="bullseye" -USE_QEMU="1" +USE_QEMU="0" LOCALE_DEFAULT="en_US.UTF-8" TARGET_HOSTNAME="yunohost" KEYBOARD_KEYMAP="us"