Signed-off-by: Florian Bezdeka <[email protected]> --- conf/distro/jailhouse-demo.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/distro/jailhouse-demo.conf b/conf/distro/jailhouse-demo.conf index 5b0fb54..6f2c021 100644 --- a/conf/distro/jailhouse-demo.conf +++ b/conf/distro/jailhouse-demo.conf @@ -9,9 +9,9 @@ # SPDX-License-Identifier: MIT # -require conf/distro/debian-buster.conf +require conf/distro/debian-bullseye.conf -DISTRO_APT_SOURCES = "conf/distro/debian-buster.list" +DISTRO_APT_SOURCES = "conf/distro/debian-bullseye.list" KERNEL_NAME ?= "jailhouse" -- 2.31.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20210521080646.488836-3-florian.bezdeka%40siemens.com.
