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:
@@ -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()
|
||||
|
||||
@@ -42,6 +42,8 @@ libmaxminddb0
|
||||
libuv1
|
||||
dbus-user-session
|
||||
tpm2-tools
|
||||
%onlyversions 26.04
|
||||
libfuse2t64
|
||||
%onlyarch x86_64
|
||||
grub-efi-amd64-bin
|
||||
%onlyarch aarch64
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
ubuntu
|
||||
Reference in New Issue
Block a user