Open StudioLE opened 5 months ago
Not too familiar with BlueFin OS, but since it is container-based looks like it mounts /usr/sbin/
as readonly, so patching grub2-mkconfig is not really possible.
Ignoring the error, have the grub changes been applied?
I believe it was able to modify /etc/default/grub
sucessfully but didn't check as I was concerned about grub being broken. I ran ./matter.py -u
which I believe was able to remove the changes to /etc/default/grub
but again failed on opening /usr/sbin/grub2-mkconfig
If you're concerned about the error you can try running it again with the --seticons_once
flag.
Tried running
./matter.py
on Project BlueFin but it fails as/usr/sbin
is read-only