Running ./mklive-image.sh -b gnome on x86_64 it appears linux-lts package must be installed directly instead of linux:
However even with adding -p linux-lts to args it fails on linux-modules-zfs:
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:
(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 :)
Running
./mklive-image.sh -b gnome
on x86_64 it appearslinux-lts
package must be installed directly instead oflinux
:However even with adding
-p linux-lts
to args it fails onlinux-modules-zfs
: I guess it got renamed tolinux-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: (Sorry for the screenshots, would be nice ifvirt-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 :)