Skip to content
Snippets Groups Projects
  1. May 30, 2022
  2. May 28, 2022
  3. May 27, 2022
    • nl6720's avatar
      Merge remote-tracking branch 'origin/merge-requests/216' · 376e9282
      nl6720 authored
      * origin/merge-requests/216:
        Update CHANGELOG.
        Update baseline and releng profiledef.sh to support ia32 uefi mode.
        Add GRUB configuration files to baseline and releng profiles.
        Add support for GRUB ia32 UEFI in mkarchiso, update READMEs.
      
      Closes #107
      
      See merge request !216
      376e9282
  4. May 25, 2022
  5. May 18, 2022
  6. May 17, 2022
  7. Apr 30, 2022
  8. Apr 28, 2022
  9. Apr 07, 2022
  10. Apr 06, 2022
  11. Apr 05, 2022
  12. Apr 04, 2022
  13. Mar 31, 2022
  14. Mar 29, 2022
  15. 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
  16. Jan 31, 2022
  17. Jan 30, 2022
  18. Jan 29, 2022
Loading