/srv/irclogs.ubuntu.com/2024/07/10/#cloud-init.txt

yoggHi13:53
yoggI playing around with ubuntu cloud-init installer. I added a list of packages to the "packages:" area and while running the whole thing I realized that the installer starts a chroot for every single package in the list, installs it and then closes the chroot.13:53
yoggThis takes forever if the list is long. Is there a way to install the packages in one bulk action?13:53
falcojryogg: which platform and package manager?13:55
yoggubuntu 24.0413:57
yoggapt13:57
yoggI mean I could just add a "late-command" "apt install package1 package2 package3 ..." but I hoped there is a better way to do this13:59
falcojryogg: can I get a pastebin of /var/log/cloud-init.log ?14:05
yoggThe installer is currently running. I post it after it has finished14:09
anankespeaking of packages: module, what would be the correct way to specify a package group that starts with '@' sign? I've tried quoting, escaping, nothing seems to work14:11
falcojrananke: for apt? It may not be possible. I'm not familiar with that syntax. Can you provide a link to documentation describing it?14:23
yoggfalcojr: here is the logfile: https://pastebin.com/d1kkLhwu14:26
anankefalcojr: it's for dnf, in fedora14:27
anankeeg: https://fedoraproject.org/wiki/Xfce : dnf install @xfce-desktop-environment14:29
falcojryogg: Ah, sorry. I misread your initial about the installer. I thought you were trying to use cloud-init to install packages, but you're using the Ubuntu installer? Those are separate projects. I can help with the cloud-init side of things, but the log you provided isn't installing anything via cloud-init.14:29
falcojrYou'll probably have better luck getting help with installer in the #ubuntu-server channel14:30
yoggfalcojr: thx, it is really confusing everything is called cloud-init ^^14:31

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!