- Aug 18, 2022
-
-
Shadow a authored
-
- Aug 17, 2022
-
-
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.
-
- Aug 07, 2022
-
-
nl6720 authored
LC_ALL=C.UTF-8, unlike LC_ALL=C, does not override LANGUAGE. See https://sourceware.org/bugzilla/show_bug.cgi?id=16621 and https://savannah.gnu.org/bugs/?62815
-
- Jul 17, 2022
-
-
nl6720 authored
* origin/merge-requests/273: Add efibootimg variable in place of full path See merge request archlinux/archiso!273
-
- Jul 16, 2022
-
-
Tallero Tallero authored
Update authors Update CHANGELOG
-
- Jun 30, 2022
-
-
nl6720 authored
-
- Jun 26, 2022
- Jun 24, 2022
-
-
nl6720 authored
Fixes #183
-
- Jun 23, 2022
-
-
nl6720 authored
By Alexander Epaneshnikov * origin/merge-requests/266: change grub init tune Closes #180 See merge request archlinux/archiso!266
- Jun 18, 2022
-
-
Alexander Epaneshnikov authored
yes it was descriptive but too large. this fixes #180
-
nl6720 authored
Even though archiso created ISOs do not support Secure Boot, having SBAT would allow users to more easily repack the files in the ISO to add a signed shim. Fixes #174
-
nl6720 authored
* Fix typos and wording, * Remove impossible TODO.
-
nl6720 authored
As the man page says, it saves more space, although the feature is experimental.
-
nl6720 authored
By plainlinen * origin/merge-requests/261: Add implicit package dependencies to PACKAGE_LIST in .gitlab-ci.yml Closes #176 See merge request archlinux/archiso!261
-
nl6720 authored
After more than ten years, archiso is once again using GRUB. GRUB! Only this time, it's for UEFI not BIOS boot. By plainlinen * origin/merge-requests/256: Update documentation for uefi x64 grub boot modes Use grub for uefi x64 boot modes in profiledef.sh Add *_uefi-x64.grub.* functions to mkarchiso Add useful grub menu entries to grub.cfg Closes #63 and #159 See merge request archlinux/archiso!256.
-
plain linen authored
CI was working before because these dependencies were already in the official ISO but include them explicitly to be safe.
-
- Jun 11, 2022
-
-
plain linen authored
-
- Jun 10, 2022
-
-
plain linen authored
-
plain linen authored
-
plain linen authored
-
- Jun 09, 2022
- May 31, 2022
-
-
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.
-
- May 30, 2022
-
-
nl6720 authored
-
- May 28, 2022
-
-
nl6720 authored
-
nl6720 authored
By Alexander Epaneshnikov * origin/merge-requests/254: fix boot menu entry sorting add accessible copytoram entry enable beeps in boot menu See merge request !254
-
Alexander Epaneshnikov authored
I guess new systemd changed this
-
Alexander Epaneshnikov authored
-
Alexander Epaneshnikov authored
-
- May 27, 2022
- May 25, 2022
-
-
Tallero Tallero authored
-
Tallero Tallero authored
-
Tallero Tallero authored
-
Tallero Tallero authored
-
- May 18, 2022
-
-
nl6720 authored
* origin/merge-requests/250: bind-tools has been replaced with bind See merge request !250
-
- May 17, 2022
-
-
Darren Ng authored
-
- Apr 30, 2022
- Apr 28, 2022
-
-
nl6720 authored
This ensures that IPv6-only systems get working mirrors.
-