public inbox for yew-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH proxmox-yew-comp 1/1] qemu ostype selector: use Linux Kernel 7.x as most recent version
@ 2026-04-29 12:23 Michael Köppl
  2026-04-30  7:02 ` applied: " Dominik Csapak
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Köppl @ 2026-04-29 12:23 UTC (permalink / raw)
  To: yew-devel

Considering the release of 7.0 in April 2026 and to match the available
options in pve-manager, use 7.x instead of 6.x.

Signed-off-by: Michael Köppl <m.koeppl@proxmox.com>
---
 src/form/pve/qemu_ostype_selector.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/form/pve/qemu_ostype_selector.rs b/src/form/pve/qemu_ostype_selector.rs
index ae04946..a92f264 100644
--- a/src/form/pve/qemu_ostype_selector.rs
+++ b/src/form/pve/qemu_ostype_selector.rs
@@ -68,7 +68,7 @@ impl Component for PveQemuOstypeSelector {
 macro_rules! item_list {
     () => {
         [
-            ("l26", "Linux 6.x - 2.6 Kernel"),
+            ("l26", "Linux 7.x - 2.6 Kernel"),
             ("l24", "Linux 2.4 Kernel"),
             ("win11", "Windows 11/2022/2025"),
             ("win10", "Windows 10/2016/2019"),
-- 
2.47.3





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

end of thread, other threads:[~2026-04-30  7:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29 12:23 [PATCH proxmox-yew-comp 1/1] qemu ostype selector: use Linux Kernel 7.x as most recent version Michael Köppl
2026-04-30  7:02 ` applied: " Dominik Csapak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal