Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 0.5
    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
    
  • 0.4
    Release 0.4
    
    Morten Linderud (2):
          Updated srcinfo
          sbctl: Inverted bool broke key enrollment
    
    igo95862 (3):
          Directly pass arguments to subprocesses instead of args spliting
          Use argument list for objcopy instead of split by whitespace
          Redirect objcopy stderr to parent stderr
    
    Érico Nogueira (1):
          Use x/sys/unix for ioctl instead of rolling our own.
    
  • 0.3
    Release 0.3
    
    This is mostly just a quick bugfix release. The x509 cert change adds a
    expire date for 5 years, but shouldn't matter too much in the immediate
    future.
    
    The bug is that sbctl gets confused if the PK file in efivarfs does not
    exist since we are checking for immutable
    
    Morten Linderud (3):
          sbctl: Create valid x509 certs for the kernel
          sbctl: IsImmutable should return false if the file does not exist
          Fixed sbctl hooks in PKGBUILD
  • 0.2
    Release 0.2
    
    This release has mostly UX issues and improves the error handling of the
    underlying commands.
    
    The major change has been moving from /proc/cmdline as the default cmdline file
    to /etc/kernel/cmdline which should be better suited for this task.
    
    Morten Linderud (13):
          sbctl: Added missing format argument
          sbctl: Microcode won't always be passed
          cmd/sbctl: proper exit if we fail creating bundle
          cmd/sbctl: Typo in err
          sbctl: Check for immutable files before sbkeysync
          keys: sbkeysync can have "Permissiond denide" errors
          sbctl: Check for persmission denied. Use errors package
          sbctl/bundle: Change default cmdline to /etc/kernel/cmdline
          sbctl.hook: Renamed to be ordered last, added more paths
  • 0.1
    Release 0.1
    
    First release of sbctl 🎉
    
    Thanks to Érico Nogueira Rolim for sticking with this project :)
    
    (Proper release notes when they make sense. I swear)