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:
parent
4f18294d93
commit
34b03da494
@ -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
1
imgutil/ubuntu24.04
Symbolic link
@ -0,0 +1 @@
|
||||
ubuntu
|
Loading…
Reference in New Issue
Block a user