Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-17Merge remote-tracking branch 'origin/merge-requests/273'nl6720
* origin/merge-requests/273: Add efibootimg variable in place of full path See merge request https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/273
2022-07-16Add efibootimg variable in place of full pathPellegrino Prevete
Update authors Update CHANGELOG
2022-06-30Add changelog for 65nl6720
2022-06-26configs/*/grub/grub.cfg: enable serial input and outputnl6720
Try to initialize a serial device and use it for input and output. Add more comments to grub.cfg to explain what is done. Related to #75
2022-06-24mkarchiso: work arround GRUB's cmdpath having incorect case on some firmwarenl6720
Fixes #183
2022-06-23configs/*/grub/grub.cfg: auto-boot after 15 secondsnl6720
* Set the default boot entry and its timeout. * Add classes to menu entries to allow theming them. Fixes #179
2022-06-23Merge remote-tracking branch 'origin/merge-requests/266'nl6720
By Alexander Epaneshnikov * origin/merge-requests/266: change grub init tune Closes #180 See merge request https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/266
2022-06-18change grub init tuneAlexander Epaneshnikov
yes it was descriptive but too large. this fixes #180
2022-06-18mkarchiso: add SBAT metadata to grub-mkstandalone created EFI binariesnl6720
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
2022-06-18mkarchiso: improve commentsnl6720
* Fix typos and wording, * Remove impossible TODO.
2022-06-18configs/baseline/profiledef.sh: add `-E ztailpacking` to ↵nl6720
airootfs_image_tool_options for mkfs.erofs As the man page says, it saves more space, although the feature is experimental.
2022-06-18Merge remote-tracking branch 'origin/merge-requests/261'nl6720
By plainlinen * origin/merge-requests/261: Add implicit package dependencies to PACKAGE_LIST in .gitlab-ci.yml Closes #176 See merge request https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/261
2022-06-18Merge remote-tracking branch 'origin/merge-requests/256'nl6720
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 https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/256.
2022-06-17Add implicit package dependencies to PACKAGE_LIST in .gitlab-ci.ymlplainlinen
CI was working before because these dependencies were already in the official ISO but include them explicitly to be safe.
2022-06-10Update documentation for uefi x64 grub boot modesplainlinen
2022-06-09Use grub for uefi x64 boot modes in profiledef.shplainlinen
2022-06-09Add *_uefi-x64.grub.* functions to mkarchisoplainlinen
2022-06-09Add useful grub menu entries to grub.cfgplainlinen
2022-06-09mkarchiso: use C.UTF-8nl6720
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.
2022-06-09configs/: use the C.UTF-8 localenl6720
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.
2022-05-31.gitignore: ignore *.cer, *.crt, *.key, *.pem and *.imgnl6720
* .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.
2022-05-30Fix release date for v64 in CHANGELOG.rstnl6720
2022-05-28packages.i686: bind-tools -> bindAndreas Baumann
2022-05-28Merge branch 'upstreamMaster'Andreas Baumann
2022-05-28Add changelog for 64nl6720
2022-05-28Merge remote-tracking branch 'origin/merge-requests/254'nl6720
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
2022-05-28fix boot menu entry sortingAlexander Epaneshnikov
I guess new systemd changed this
2022-05-28add accessible copytoram entryAlexander Epaneshnikov
2022-05-28enable beeps in boot menuAlexander Epaneshnikov
2022-05-27Merge remote-tracking branch 'origin/merge-requests/216'nl6720
* 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
2022-05-25Update CHANGELOG.Pellegrino Prevete
2022-05-25Update baseline and releng profiledef.sh to support ia32 uefi mode.Pellegrino Prevete
2022-05-25Add GRUB configuration files to baseline and releng profiles.Pellegrino Prevete
2022-05-25Add support for GRUB ia32 UEFI in mkarchiso, update READMEs.Pellegrino Prevete
2022-05-18Merge remote-tracking branch 'origin/merge-requests/250'nl6720
* origin/merge-requests/250: bind-tools has been replaced with bind See merge request !250
2022-05-17bind-tools has been replaced with bindDarren Ng
2022-05-01synched package listAndreas Baumann
2022-05-01merged with upstreamAndreas Baumann
2022-04-30Add changelog for 63nl6720
2022-04-30configs/*: add VMware and Hyper-V guest packages and enable their servicesnl6720
* open-vm-tools package, vmtoolsd.service and vmware-vmblock-fuse.service for VMware. * hyperv package, hv_fcopy_daemon.service, hv_kvp_daemon.service and hv_vss_daemon.service for Hyper-V. Related to #118.
2022-04-28configs/releng/airootfs/etc/xdg/reflector/reflector.conf: use mirrors that ↵nl6720
support both IPv4 & IPv6 This ensures that IPv6-only systems get working mirrors.
2022-04-28configs/releng/packages.x86_64: add open-iscsinl6720
It is needed for installing Arch on an iSCSI target.
2022-04-07configs/releng/packages.x86_64: add dmidecodenl6720
It is useful for finding information about the system's hardware and firmware.
2022-04-06configs/releng/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: use ramfsnl6720
When using tmpfs, it is possible that parts of it end up getting put in swap space (only if there is one). This may not be desired, so use ramfs instead.
2022-04-05Add changelog for 62.1David Runge
CHANGELOG.rst: Add changelog for 62.1
2022-04-05Merge remote-tracking branch 'tpowa/crda'David Runge
* tpowa/crda: remove crda, removed from core recently
2022-04-05remove crda, removed from core recentlyTobias Powalowski
2022-04-04Revert "Merge remote-tracking branch 'origin/merge-requests/239'"nl6720
People get scared by it. See https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/239#note_61954. This reverts commit b5011af3f4ac63214fdecef442550cce5ae4a971, reversing changes made to 07d8035624cff64e28f1148ddec9e970e26173da.
2022-03-31CHANGELOG.rst: version 62nl6720
2022-03-31Merge remote-tracking branch 'origin/merge-requests/239'nl6720
* origin/merge-requests/239: add needed files See merge request !239