Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-28packages.i686: bind-tools -> bindAndreas Baumann
2022-05-28Merge branch 'upstreamMaster'Andreas Baumann
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
2022-03-31Merge remote-tracking branch 'origin/merge-requests/240'nl6720
* origin/merge-requests/240: configs/releng: Improve motd See merge request !240
2022-03-29configs/releng: Improve motdKristian Klausen
Fix #167
2022-03-29add needed filesAlexander Epaneshnikov
this fixes #167
2022-03-25configs/{baseline,releng}/: disable systemd-gpt-auto-generatornl6720
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.
2022-03-25Merge remote-tracking branch 'origin/merge-requests/237'nl6720
* origin/merge-requests/237: syslinux PXE: Forced all TFTP paths to be absolute See merge request !237
2022-03-25syslinux PXE: Forced all TFTP paths to be absoluteEric Toombs
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.
2022-02-03correctly overwirte the arch variableAndreas Baumann
2022-02-01added an uninstall target to the top-level MakefileAndreas Baumann
2022-02-01Merge branch 'upstreamMaster'Andreas Baumann
2022-02-01merged with upstreamAndreas Baumann
2022-01-31Add changelog for 61David Runge
CHANGELOG.rst: Add changelog entry for 61.
2022-01-31Limit CI pipelines on default branch and merge requestsDavid Runge
.gitlab-ci.yml: Only run build pipelines on default branch and merge requests if they change code or profile files.
2022-01-30Set all build steps to be interruptableDavid Runge
.gitlab-ci.yml: Set all build steps to be interruptable, so they will be interrupted if a newer commit is pushed on the same branch, which also triggers CI.
2022-01-30Limit triggering a CI build to change of non-code filesDavid Runge
.gitlab-ci.yml: Only trigger builds in CI when changing code files or profiles.
2022-01-30Add contributing guideline about merge requestsDavid Runge
CONTRIBUTING.rst: Elaborate on when merge requests are merged using `--no-ff` or `--ff`.
2022-01-30Add info about adding a changelog entry for merge requestsDavid Runge
CONTRIBUTING.rst: Add info about adding a changelog entry for merge requests, explaining where in the file it needs to be added.
2022-01-29Add the installation of latest archlinux-keyring to CIDavid Runge
.gitlab-ci.yml: Install the latest archlinux-keyring before installing anything else. This is to make sure to not run into outdated keys upon updating, which is a problem because we can currently not even ensure a keyring that is valid longer than one month... https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/issues/4
2022-01-28configs/releng/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.co ↵nl6720
nf: update ExecStart Update the drop-in to more closely match getty@.service of systemd 250. Use example from https://wiki.archlinux.org/title/getty#Virtual_console
2022-01-22configs/*/airootfs/etc/systemd/network/20-ethernet.network: add a comment to ↵nl6720
document why an interface name glob is used This documents the changes made in !177 inside the .network files themselves. Related to #142.
2022-01-22Merge remote-tracking branch 'origin/merge-requests/228'nl6720
* origin/merge-requests/228: Add linux-firmware-marvell for Surface Pro 6 wi-fi Update packages.x86_64 See merge request archlinux/archiso!228
2022-01-22Add linux-firmware-marvell for Surface Pro 6 wi-fimono wock
2022-01-22Merge branch 'weltio-master-patch-55325' of ↵nl6720
https://gitlab.archlinux.org/weltio/archiso.git By weltio weltio move $arch override to before it is used closes https://gitlab.archlinux.org/archlinux/archiso/-/issues/163 * initial: arch="" * _read_profile: packages="${profile}/packages.${arch}" * _set_overrides: [[ -n "$arch" ]] || arch="$(uname -m)" $arch is not defined in _read_profile if arch is not defined in profiledef.sh and packages is not updated after _set_overrides [[ -n "$arch" ]] || arch="$(uname -m)" should be moved from _set_overrides to _read_profile.
2022-01-21https://gitlab.archlinux.org/archlinux/archiso/-/issues/163weltio weltio