- Sep 29, 2023
-
-
nl6720 authored
-
- Sep 28, 2023
-
-
nl6720 authored
Even if GRUB is not used as a boot loader for the ISO, create a `/boot/grub/grubenv` file in the ISO 9660 file system. If a `loopback.cfg` file exists in the profile's `grub` directory, copy it to `/boot/grub/loopback.cfg` on the ISO. This ensures the funtionality will not be lost if the used boot loaders are changed.
-
nl6720 authored
See https://www.supergrubdisk.org/wiki/Loopback.cfg for details. Only `${iso_path}` is guaranteed, so we need to search for the volume, on which the ISO file resides, ourselves. Implements archlinux/archiso#165
-
nl6720 authored
Construct a human readable platform identifier from GRUB's built-in variables and use it in menu item descriptions. Only add the menu entries for the additional tools (UEFI shell, Memtest86+) if the files exist. Modify baseline's `grub.cfg` to closer match releng.
-
nl6720 authored
Move the `play` command to the end of the file so it plays after the menu entries are shown and ready.
-
nl6720 authored
* Do not manually load modules that will get loaded by invoking a command. * Explicitly load serial modules. * Move `insmod all_video` after the font is loaded.
-
- Sep 24, 2023
-
-
nl6720 authored
The systemd 254.2-1 package ships with IA32 systemd-boot, so it is possible to use for booting on IA32 UEFI. Perhaps they will be useful in the future. At least for now, the baseline and releng profiles are not changed to use them. When the issues and headaches caused with GRUB reach a critical point, then we will switch.
-
nl6720 authored
bolt can be used to list and authorize Thunderbolt and USB4 devices. Inspired by https://bbs.archlinux.org/viewtopic.php?id=288731 where a user needed to install the package in the live environment.
-
- Aug 29, 2023
-
-
-
David Runge authored
As opgpcard uses pcsclite and gnupg is able to use it as well, switch away from using gnupg's internal ccid driver.
-
David Runge authored
-
- Aug 26, 2023
-
-
nl6720 authored
The only changes we make to the default are to enable root login via a password. While `PasswordAuthentication yes` is the default, let's set it explicitly to avoid potential issues in the future.
-
nl6720 authored
openssh 9.4p1-2 changed /etc/ssh/sshd_config to add support for drop-in files in /etc/ssh/sshd_config.d/. Using drop-in files avoids needing to keep up with changes to the default /etc/ssh/sshd_config.
-
nl6720 authored
The tools are useful for clearing, creating and reading keys and etc. on the TPM.
-
- Aug 21, 2023
-
-
David Runge authored
Remove qemu-headless since it is no longer needed to build the project and is also no longer provided by qemu-base.
-
- Aug 11, 2023
-
-
nl6720 authored
Since systemd 245, IPv6PrivacyExtensions can be set not just per connection, but also globally for all connection with a configuration file in /etc/systemd/network.conf.d/.
-
- Aug 05, 2023
- Aug 02, 2023
-
-
nl6720 authored
Make sure the certificate has a extendedKeyUsage section with codeSigning per the iPXE requirements. Fixes #195
-
nl6720 authored
Adjust subject name to more closely match what's used in create_ephemeral_pgp_key. Reduce the certificate validity to two days. These are just temporary certificates, they will not be used anywhere. Fixes #196
-
- Jun 21, 2023
- Jun 15, 2023
-
-
nl6720 authored
Additionally fix a few code style issues found with shfmt.
-
nl6720 authored
* Suggest explicitly using -n in `[ $var ]`. https://www.shellcheck.net/wiki/SC2243 & https://www.shellcheck.net/wiki/SC2244 * Suggest 'command -v' instead of 'which'. https://www.shellcheck.net/wiki/SC2230 * Suggest quoting variables without metacharacters. https://www.shellcheck.net/wiki/SC2248 * Require [[ and warn about [ in Bash/Ksh. https://www.shellcheck.net/wiki/SC2292
-
nl6720 authored
Options set in xorriso startup files (~/.xorrisorc) could interfere with the xorriso command run by mkarchiso. For example, if ~root/.xorrisorc contains -dummy on, then the ISO file will be empty. Pass -no_rc as the first option to xorriso to prevent interference and unintended behavior. Fixes #153.
-
- Jun 01, 2023
- May 28, 2023
-
-
nl6720 authored
-
- May 25, 2023
-
-
nl6720 authored
Update pacman.conf to match the one shipped with pacman 6.0.2-7. The community repository is gone. See https://archlinux.org/news/git-migration-completed/
-
nl6720 authored
By Sorin Pânca * origin/merge-requests/330: Add support for mDNS. See merge request archlinux/archiso!330
-
- May 22, 2023
-
-
Sorin Pânca authored
-
- May 17, 2023
-
-
2hexed . authored
-
nl6720 authored
Add foot-terminfo and wezterm-terminfo packages to allow using their terminfo entries for installations via SSH.
-
nl6720 authored
While their values are not affected by `profiledef.sh` variables, there is no other place to document these *identifiers*.
-
nl6720 authored
Relying on the volume UUID instead of its LABEL avoids collisions of multiple ISOs created in the same month. Fixes #202
-
nl6720 authored
By shivanandvp * origin/merge-requests/325: mkarchiso: Fix the cp command arguments to retain mkarchiso's behavior prior to the GNU Coreutils update. Fixes Issue #214 See merge request archlinux/archiso!325