chimera-linux / chimera-live

Image creation tooling
Other
41 stars 12 forks source link

mklive-image.sh doesn't work anymore #8

Closed JamiKettunen closed 1 year ago

JamiKettunen commented 1 year ago

Running ./mklive-image.sh -b gnome on x86_64 it appears linux-lts package must be installed directly instead of linux: image

However even with adding -p linux-lts to args it fails on linux-modules-zfs: image I guess it got renamed to linux-lts-zfs-bin? sed 's/linux-modules-zfs/linux-lts-zfs-bin/' -i mklive-image.sh at least seems to make it work again.

Since I'm trying the command in a Chimera VM it appears mtools is also broken presumably due to some CFI or similar hardening options: image image (Sorry for the screenshots, would be nice if virt-manager stuff was integrated in GNOME images by default and allowed for copy-paste etc)

Probably good to make sure the rest of the scripts are still functional too :)

JamiKettunen commented 1 year ago

Since new images are now available under https://repo.chimera-linux.org/live/20230305/ I presume this issue to be fully resolved :)