public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] scripts/start_vm: Use bookworm as default distro
@ 2024-05-13  7:16 srinuvasan.a
  2024-05-21  7:16 ` Srinuvasan Arjunan
  2024-05-21 10:42 ` Anton Mikanovich
  0 siblings, 2 replies; 3+ messages in thread
From: srinuvasan.a @ 2024-05-13  7:16 UTC (permalink / raw)
  To: isar-users; +Cc: Srinuvasan A

From: Srinuvasan A <srinuvasan.a@siemens.com>

Use bookworm as the default distro for qemu startup script.

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

diff --git a/scripts/start_vm b/scripts/start_vm
index 8c696a4a..42899df9 100755
--- a/scripts/start_vm
+++ b/scripts/start_vm
@@ -61,7 +61,7 @@ show_help() {
 
 # Set default values, that can be overwritten from command line
 ARCH=arm
-DISTRO=bullseye
+DISTRO=bookworm
 BUILD_DIR=$PWD
 
 # Parse command line to get user configuration
-- 
2.34.1


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

end of thread, other threads:[~2024-05-21 10:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-13  7:16 [PATCH] scripts/start_vm: Use bookworm as default distro srinuvasan.a
2024-05-21  7:16 ` Srinuvasan Arjunan
2024-05-21 10:42 ` Anton Mikanovich

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