2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-12 01:38:49 +00:00

Add ubuntu 26.04 diskless

This commit is contained in:
Jarrod Johnson
2026-06-10 08:14:20 -04:00
parent 7de61941e1
commit b3ef8bfc1e
3 changed files with 10 additions and 0 deletions
+7
View File
@@ -531,6 +531,13 @@ class OsHandler(object):
else:
ignoremode = False
continue
if line.startswith(r'%onlyversions '):
vers = line[len(r'%onlyversions '):].split()
if self.version not in vers:
ignoremode = True
else:
ignoremode = False
continue
if not ignoremode:
pkgs += line + ' '
pkgs = pkgs.split()
+2
View File
@@ -42,6 +42,8 @@ libmaxminddb0
libuv1
dbus-user-session
tpm2-tools
%onlyversions 26.04
libfuse2t64
%onlyarch x86_64
grub-efi-amd64-bin
%onlyarch aarch64
+1
View File
@@ -0,0 +1 @@
ubuntu