You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 0.5
This release contains a few changes to the documentation of sbctl. The most
notable change is to the `GetESP` functionality which should behave better on
systems with more then one EFI partition. This can also be overridden with
`SYSTEMD_ESP_PATH` or `ESP_PATH`.
Hugo Barrera (3):
Update man entry for default cmdline
Update docs/sbctl.8.txt
Typo
Hugo Osvaldo Barrera (4):
Extend the documentation a bit
Refine docs based on feedback
Typos
Tweak unconvincing working
Morten Linderud (5):
bundles: Handle command not found errors
util: Expand array in print generator
Updated readme for libera
sbctl/bundle: Do not default to ESP for fetching kernel and initramfs
man: Mention environment variables for ESP location
igo95862 (3):
Remove ioutil
Improved GetEsp function.
Add SYSTEMD_ESP_PATH and ESP_PATH environment variables support