- 18 Jun, 2022 1 commit
-
-
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 !256.
-
- 11 Jun, 2022 1 commit
-
-
plain linen authored
-
- 10 Jun, 2022 3 commits
-
-
plain linen authored
-
plain linen authored
-
plain linen authored
-
- 09 Jun, 2022 2 commits
-
- 31 May, 2022 1 commit
-
-
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.
-
- 30 May, 2022 1 commit
-
-
nl6720 authored
-
- 28 May, 2022 5 commits
-
-
nl6720 authored
-
Alexander Epaneshnikov authored
I guess new systemd changed this
-
Alexander Epaneshnikov authored
-
Alexander Epaneshnikov authored
-
- 27 May, 2022 1 commit
-
- 25 May, 2022 4 commits
-
-
Tallero Tallero authored
-
Tallero Tallero authored
-
Tallero Tallero authored
-
Tallero Tallero authored
-
- 18 May, 2022 1 commit
-
- 17 May, 2022 1 commit
-
-
Darren Ng authored
-
- 30 Apr, 2022 2 commits
-
-
nl6720 authored
-
- 28 Apr, 2022 2 commits
- 07 Apr, 2022 1 commit
-
-
nl6720 authored
It is useful for finding information about the system's hardware and firmware.
-
- 06 Apr, 2022 1 commit
-
-
nl6720 authored
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.
-
- 05 Apr, 2022 3 commits
-
-
David Runge authored
CHANGELOG.rst: Add changelog for 62.1
-
David Runge authored
* tpowa/crda: remove crda, removed from core recently
-
Tobias Powalowski authored
-
- 04 Apr, 2022 1 commit
-
-
nl6720 authored
People get scared by it. See !239 (comment 61954). This reverts commit b5011af3, reversing changes made to 07d80356.
-
- 31 Mar, 2022 3 commits
- 29 Mar, 2022 2 commits
-
-
Kristian Klausen authored
Fix #167
-
Alexander Epaneshnikov authored
this fixes #167
-
- 25 Mar, 2022 3 commits
-
-
nl6720 authored
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.
-
nl6720 authored
* origin/merge-requests/237: syslinux PXE: Forced all TFTP paths to be absolute See merge request !237
-
Eric Toombs authored
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.
-
- 31 Jan, 2022 1 commit
-
-
David Runge authored
CHANGELOG.rst: Add changelog entry for 61.
-