Skip to content
Snippets Groups Projects
  1. May 17, 2022
  2. Apr 30, 2022
  3. Apr 28, 2022
  4. Apr 07, 2022
  5. Apr 06, 2022
  6. Apr 05, 2022
  7. Apr 04, 2022
  8. Mar 31, 2022
  9. Mar 29, 2022
  10. Mar 25, 2022
    • nl6720's avatar
      configs/{baseline,releng}/: disable systemd-gpt-auto-generator · e5bdf0c6
      nl6720 authored
      When booting the ISO, you can observe a message that systemd-gpt-auto-generator has failed:
      
          systemd-gpt-auto-generator[197]: Reading EFI variable /sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f.
          systemd-gpt-auto-generator[197]: open("/sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f") failed: No such file or directory
          systemd-gpt-auto-generator[197]: EFI loader partition unknown, exiting.
          systemd-gpt-auto-generator[197]: (The boot loader did not set EFI variable LoaderDevicePartUUID.)
          systemd-gpt-auto-generator[197]: Failed to open device: No such device
      
      Seeing as it started to appear relatively recently, it may be a systemd bug.
      Since we do not want any GPT partition automounting in the live environment anyway, systemd-gpt-auto-generator can simply be disabled.
      
      Fixes #164.
      e5bdf0c6
    • nl6720's avatar
      Merge remote-tracking branch 'origin/merge-requests/237' · 914382c6
      nl6720 authored
      * origin/merge-requests/237:
        syslinux PXE: Forced all TFTP paths to be absolute
      
      See merge request !237
      914382c6
    • Eric Toombs's avatar
      syslinux PXE: Forced all TFTP paths to be absolute · 0c6ecb6b
      Eric Toombs authored
      By default, syslinux interprets TFTP paths as relative to the location of the *.c32 modules, regardless whether a path starts with a slash. Without the `::` that I added to all of these paths, syslinux cannot find these files. It searches for them in /%INSTALL_DIR%/syslinux//%INSTALL_DIR%/boot/x86_64/vmlinuz-linux, etc.
      0c6ecb6b
  11. Jan 31, 2022
  12. Jan 30, 2022
  13. Jan 29, 2022
  14. Jan 28, 2022
  15. Jan 22, 2022
  16. Jan 21, 2022
  17. Jan 09, 2022
  18. Jan 08, 2022
  19. Dec 28, 2021
  20. Dec 18, 2021
  21. Dec 10, 2021
    • nl6720's avatar
      Merge branch... · 754caf0c
      nl6720 authored
      Merge branch '151-mkarchiso-should-show-code-signing-certificates-none-if-no-keys-cerfificates-are-specified'
      
      * 151-mkarchiso-should-show-code-signing-certificates-none-if-no-keys-cerfificates-are-specified:
        mkarchiso: show "Code signing certificates: None" if no keys/certificates are specified
      754caf0c
Loading