aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* configs/*/grub/grub.cfg: auto-boot after 15 secondsnl67202022-06-232-12/+20
| | | | | | | * Set the default boot entry and its timeout. * Add classes to menu entries to allow theming them. Fixes #179
* Merge remote-tracking branch 'origin/merge-requests/266'nl67202022-06-231-9/+2
|\ | | | | | | | | | | | | | | | | | | 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
| * change grub init tuneAlexander Epaneshnikov2022-06-181-9/+2
|/ | | | yes it was descriptive but too large. this fixes #180
* mkarchiso: add SBAT metadata to grub-mkstandalone created EFI binariesnl67202022-06-181-0/+2
| | | | | | 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
* mkarchiso: improve commentsnl67202022-06-181-12/+10
| | | | | * Fix typos and wording, * Remove impossible TODO.
* configs/baseline/profiledef.sh: add `-E ztailpacking` to ↵nl67202022-06-182-1/+2
| | | | | | airootfs_image_tool_options for mkfs.erofs As the man page says, it saves more space, although the feature is experimental.
* Merge remote-tracking branch 'origin/merge-requests/261'nl67202022-06-181-1/+1
|\ | | | | | | | | | | | | | | | | | | 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
| * Add implicit package dependencies to PACKAGE_LIST in .gitlab-ci.ymlplainlinen2022-06-171-1/+1
| | | | | | | | | | CI was working before because these dependencies were already in the official ISO but include them explicitly to be safe.
* | Merge remote-tracking branch 'origin/merge-requests/256'nl67202022-06-188-33/+296
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Update documentation for uefi x64 grub boot modesplainlinen2022-06-103-2/+11
| |
| * Use grub for uefi x64 boot modes in profiledef.shplainlinen2022-06-092-4/+4
| |
| * Add *_uefi-x64.grub.* functions to mkarchisoplainlinen2022-06-091-21/+251
| |
| * Add useful grub menu entries to grub.cfgplainlinen2022-06-092-6/+30
|/
* mkarchiso: use C.UTF-8nl67202022-06-092-1/+3
| | | | | | 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.
* configs/: use the C.UTF-8 localenl67202022-06-094-14/+9
| | | | | | | 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.
* .gitignore: ignore *.cer, *.crt, *.key, *.pem and *.imgnl67202022-05-311-0/+5
| | | | | * .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.
* Fix release date for v64 in CHANGELOG.rstnl67202022-05-301-1/+1
|
* Add changelog for 64nl67202022-05-281-2/+15
|
* Merge remote-tracking branch 'origin/merge-requests/254'nl67202022-05-285-18/+29
|\ | | | | | | | | | | | | | | | | | | 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
| * fix boot menu entry sortingAlexander Epaneshnikov2022-05-284-24/+28
| | | | | | | | I guess new systemd changed this
| * add accessible copytoram entryAlexander Epaneshnikov2022-05-281-0/+6
| |
| * enable beeps in boot menuAlexander Epaneshnikov2022-05-281-0/+1
|/
* Merge remote-tracking branch 'origin/merge-requests/216'nl67202022-05-278-12/+215
|\ | | | | | | | | | | | | | | | | | | | | | | * 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
| * Update CHANGELOG.Pellegrino Prevete2022-05-251-0/+3
| |
| * Update baseline and releng profiledef.sh to support ia32 uefi mode.Pellegrino Prevete2022-05-252-2/+6
| |
| * Add GRUB configuration files to baseline and releng profiles.Pellegrino Prevete2022-05-252-0/+75
| |
| * Add support for GRUB ia32 UEFI in mkarchiso, update READMEs.Pellegrino Prevete2022-05-253-10/+131
|/
* Merge remote-tracking branch 'origin/merge-requests/250'nl67202022-05-181-1/+1
|\ | | | | | | | | | | | | * origin/merge-requests/250: bind-tools has been replaced with bind See merge request !250
| * bind-tools has been replaced with bindDarren Ng2022-05-171-1/+1
|/
* Add changelog for 63nl67202022-04-301-2/+12
|
* configs/*: add VMware and Hyper-V guest packages and enable their servicesnl67202022-04-3013-0/+16
| | | | | | | * 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.
* configs/releng/airootfs/etc/xdg/reflector/reflector.conf: use mirrors that ↵nl67202022-04-282-0/+3
| | | | | | support both IPv4 & IPv6 This ensures that IPv6-only systems get working mirrors.
* configs/releng/packages.x86_64: add open-iscsinl67202022-04-282-0/+2
| | | | It is needed for installing Arch on an iSCSI target.
* configs/releng/packages.x86_64: add dmidecodenl67202022-04-072-0/+3
| | | | It is useful for finding information about the system's hardware and firmware.
* configs/releng/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: use ramfsnl67202022-04-062-2/+4
| | | | | 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.
* Add changelog for 62.1David Runge2022-04-051-0/+8
| | | | | CHANGELOG.rst: Add changelog for 62.1
* Merge remote-tracking branch 'tpowa/crda'David Runge2022-04-051-1/+0
|\ | | | | | | | | * tpowa/crda: remove crda, removed from core recently
| * remove crda, removed from core recentlyTobias Powalowski2022-04-051-1/+0
|/
* Revert "Merge remote-tracking branch 'origin/merge-requests/239'"nl67202022-04-047-23/+0
| | | | | | | 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.
* CHANGELOG.rst: version 62nl67202022-03-311-3/+9
|
* Merge remote-tracking branch 'origin/merge-requests/239'nl67202022-03-317-0/+23
|\ | | | | | | | | | | | | * origin/merge-requests/239: add needed files See merge request !239
| * add needed filesAlexander Epaneshnikov2022-03-297-0/+23
| | | | | | | | this fixes #167
* | Merge remote-tracking branch 'origin/merge-requests/240'nl67202022-03-311-0/+1
|\ \ | |/ |/| | | | | | | | | * origin/merge-requests/240: configs/releng: Improve motd See merge request !240
| * configs/releng: Improve motdKristian Klausen2022-03-291-0/+1
|/ | | | Fix #167
* configs/{baseline,releng}/: disable systemd-gpt-auto-generatornl67202022-03-253-0/+4
| | | | | | | | | | | | | | | 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.
* Merge remote-tracking branch 'origin/merge-requests/237'nl67202022-03-252-6/+9
|\ | | | | | | | | | | | | * origin/merge-requests/237: syslinux PXE: Forced all TFTP paths to be absolute See merge request !237
| * syslinux PXE: Forced all TFTP paths to be absoluteEric Toombs2022-03-252-6/+9
|/ | | | 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.
* Add changelog for 61David Runge2022-01-311-0/+21
| | | | | CHANGELOG.rst: Add changelog entry for 61.
* Limit CI pipelines on default branch and merge requestsDavid Runge2022-01-311-0/+6
| | | | | .gitlab-ci.yml: Only run build pipelines on default branch and merge requests if they change code or profile files.
* Set all build steps to be interruptableDavid Runge2022-01-301-0/+3
| | | | | | .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.