would it be possible for the surface-specific images to use the refind bootloader instead of grub? refind supports touchscreens, i feel like it'd be a better choice than grub on a tablet
It's all right... I kind of see it like this - even if updates were pushed out only once every two weeks that's still more frequent than a lot of other projects
is there more to this issue that's being done elsewhere? https://github.com/ublue-os/bazzite/issues/237 I ran into this, and manage to rollback a pinned deploy but I'm not sure if the process is a bug or not in ostree or rpm-ostree, because it doesn't make sense and it's not documented AFAICT?
i rebased to bazzite, it did a second deploy such that a simple 'rpm-ostree rollback' would not have rolled back to my previous deploy that i was at when I rebased
yep i just verified. i've pinned a previous deployment, booted into it. cleanup the now "pending" one, did an upgrade and it turned out exactly as we say earlier
ok i finished making the changes to bazzite-hardware-setup to make it support user defined initramfs arguments and such. if this is something needed across ublue i will gladly write something more ublue generic as i know this only was an issue with bazzite (with vfio enabled) and how it handles initramfs arguments for different hardware support https://github.com/ublue-os/bazzite/pull/586 hope the americans are having a nice thanksgiving weekend
This adds come needed flexibility to how bazzite-hardware-setup handles initramfs args. Changes: Added /etc/bazzite/initramfs/ as $INITRAMFS_DIR Added /etc/bazzite/initramfs/args.d/ as $INITRAMFS_C...