This should make things more reliable for Surface users.
We can change surface-hardware-setup script to exclude initramfs-etc argument that would be leftover from this transition for some time, which would run this command:
rpm-ostree initramfs-etc --untrack=/etc/modules-load.d/ublue-surface.conf
We wouldn't use --untrack-all, because we don't want to erase user modifications to it.
Besides this, it should be a simple change to utilize:
This should make things more reliable for Surface users.
We can change
surface-hardware-setup
script to exclude initramfs-etc argument that would be leftover from this transition for some time, which would run this command:rpm-ostree initramfs-etc --untrack=/etc/modules-load.d/ublue-surface.conf
We wouldn't use
--untrack-all
, because we don't want to erase user modifications to it.Besides this, it should be a simple change to utilize:
Than we would place
ublue-surface.conf
file from/etc/modules-load.d/
to/usr/lib/modules-load.d/
That would be basically it.