public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] scripts/start_vm: Use bullseye as default distro
@ 2022-02-11  7:13 Srinuvasan A
  2022-02-23  7:25 ` Anton Mikanovich
  0 siblings, 1 reply; 2+ messages in thread
From: Srinuvasan A @ 2022-02-11  7:13 UTC (permalink / raw)
  To: isar-users; +Cc: jan.kiszka, Srinuvasan A

From: Srinuvasan A <srinuvasan_a@mentor.com>

Use bullseye as the default distro for qemu startup script.

Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
---
 scripts/start_vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/start_vm b/scripts/start_vm
index 2d8a8b7..c114d86 100755
--- a/scripts/start_vm
+++ b/scripts/start_vm
@@ -59,7 +59,7 @@ show_help() {
 
 # Set default values, that can be overwritten from command line
 ARCH=arm
-DISTRO=buster
+DISTRO=bullseye
 BUILD_DIR=$PWD
 
 # Parse command line to get user configuration
-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-23  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11  7:13 [PATCH] scripts/start_vm: Use bullseye as default distro Srinuvasan A
2022-02-23  7:25 ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox