2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-21 17:11:58 +00:00

Update for Ubuntu 24.04 diskless

This commit is contained in:
Jarrod Johnson 2024-07-22 16:33:07 -04:00
parent 4f18294d93
commit 34b03da494
2 changed files with 2 additions and 0 deletions

View File

@ -655,6 +655,7 @@ class DebHandler(OsHandler):
def prep_root(self, args):
shutil.copy('/etc/apt/sources.list', os.path.join(self.targpath, 'etc/apt/sources.list'))
shutil.copytree('/etc/apt/sources.list.d', os.path.join(self.targpath, 'etc/apt/sources.list.d'))
args.cmd = ['apt-get', 'update']
run_constrainedx(fancy_chroot, (args, self.targpath))
args.cmd = ['apt-get', '-y', 'install'] + self.includepkgs

1
imgutil/ubuntu24.04 Symbolic link
View File

@ -0,0 +1 @@
ubuntu