Skip to content
Snippets Groups Projects
  1. Aug 18, 2022
  2. Aug 17, 2022
    • nl6720's avatar
      mkarchiso: copy all GRUB files to the ISO · b13e5e33
      nl6720 authored
      Do not limit file copying to only grub.cfg and instead copy all GRUB configuration files and assets to both the ISO9660 and FAT image.
      This will allow for including custom images, fonts, etc.
      
      To easily match all non-configuration files (i.e. files without the .cfg extension), bash's extended glob feature will be enabled.
      Actions common to multiple _make_bootmode_uefi-*.grub are split off into dedicated functions:
      
      * _make_common_bootmode_grub_copy_to_efibootimg,
      * _make_common_bootmode_grub_copy_to_isofs,
      * _make_common_bootmode_grub_cfg.
      
      Use the same du command in all efiboot_imgsize variable assignments.
      
      Fixes #185.
  3. Aug 07, 2022
  4. Jul 17, 2022
  5. Jul 16, 2022
  6. Jun 30, 2022
  7. Jun 26, 2022
  8. Jun 24, 2022
  9. Jun 23, 2022
  10. Jun 18, 2022
  11. Jun 11, 2022
  12. Jun 10, 2022
  13. Jun 09, 2022
    • nl6720's avatar
      mkarchiso: use C.UTF-8 · de151089
      nl6720 authored
      The glibc 2.35-6 package ships with the C.UTF-8 locale included, so mkarchiso does not need to use a non-UTF-8 locale anymore.
      
      Implements #175.
    • nl6720's avatar
      configs/: use the C.UTF-8 locale · ba11c40e
      nl6720 authored
      The glibc 2.35-6 package ships with the C.UTF-8 locale included.
      This means there is now a UTF-8 locale available by default and en_US.UTF-8, which requires editing /etc/locale.gen and running locale-gen, is not needed anymore.
      
      Implements #175.
  14. May 31, 2022
    • nl6720's avatar
      .gitignore: ignore *.cer, *.crt, *.key, *.pem and *.img · 89292ce8
      nl6720 authored
      * .cer, .crt, .key and .pem are typical file name extensions for TLS certificates and keys. They are used when codesigning with openssl and should never be commited in the repo.
      * .img is a generic image file. Such files could be used when repacking an ISO to attach cloud-init CIDATA.
  15. May 30, 2022
  16. May 28, 2022
  17. May 27, 2022
  18. May 25, 2022
  19. May 18, 2022
  20. May 17, 2022
  21. Apr 30, 2022
  22. Apr 28, 2022
Loading