public inbox for yew-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: "Michael Köppl" <m.koeppl@proxmox.com>
To: yew-devel@lists.proxmox.com
Subject: [PATCH proxmox-yew-comp 1/1] qemu ostype selector: use Linux Kernel 7.x as most recent version
Date: Wed, 29 Apr 2026 14:23:57 +0200	[thread overview]
Message-ID: <20260429122357.161115-1-m.koeppl@proxmox.com> (raw)

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





                 reply	other threads:[~2026-04-29 12:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260429122357.161115-1-m.koeppl@proxmox.com \
    --to=m.koeppl@proxmox.com \
    --cc=yew-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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