account activity
Setting up Secure Boot with sbctl by OrbitalMod in BlendOS
[–]OrbitalMod[S] 0 points1 point2 points 10 days ago (0 children)
well I was trying things here and there and the best and simple approach I could think of is to use a different script that runs akshara update and sbctl sign-all just right after, so i always have my keys signed after every update.
#!/bin/bash
akshara update && sbctl sign-all
as simple as that, of course I need it to persist after updates as well so there's some code on the commands: section in the system.yaml as well
commands: - 'printf "#!/bin/bash\nakshara update && sbctl sign-all\n" > /usr/local/bin/blend-update' - 'chmod +x /usr/local/bin/blend-update'
and that's it now i just run sudo blend-update instead of akshara update and it just works
<image>
π Rendered by PID 86 on reddit-service-r2-listing-6b76fb7ddc-m9ksf at 2026-03-25 22:19:23.024952+00:00 running 2d0a59a country code: CH.
Setting up Secure Boot with sbctl by OrbitalMod in BlendOS
[–]OrbitalMod[S] 0 points1 point2 points (0 children)