- 25 Mar, 2022 1 commit
-
-
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 2 commits
-
-
David Runge authored
CHANGELOG.rst: Add changelog entry for 61.
-
David Runge authored
.gitlab-ci.yml: Only run build pipelines on default branch and merge requests if they change code or profile files.
-
- 30 Jan, 2022 4 commits
-
-
David Runge authored
.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.
-
David Runge authored
.gitlab-ci.yml: Only trigger builds in CI when changing code files or profiles.
-
David Runge authored
CONTRIBUTING.rst: Elaborate on when merge requests are merged using `--no-ff` or `--ff`.
-
David Runge authored
CONTRIBUTING.rst: Add info about adding a changelog entry for merge requests, explaining where in the file it needs to be added.
-
- 29 Jan, 2022 1 commit
-
-
David Runge authored
.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... archlinux-keyring#4
-
- 28 Jan, 2022 1 commit
-
-
nl6720 authored
Update the drop-in to more closely match getty@.service of systemd 250. Use example from https://wiki.archlinux.org/title/getty#Virtual_console
-
- 22 Jan, 2022 4 commits
-
-
https://gitlab.archlinux.org/weltio/archiso.gitnl6720 authored
By weltio weltio move $arch override to before it is used closes #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.
- 21 Jan, 2022 1 commit
-
-
weltio weltio authored
-
- 09 Jan, 2022 1 commit
-
-
nl6720 authored
* hayao0819/archiso-fix-mmd-validation-error: mkarchiso: Fix mmd-command check
-
- 08 Jan, 2022 1 commit
-
-
valication_error variable is not changed when mmd and/or mcopy are missing.
-
- 28 Dec, 2021 4 commits
-
-
David Runge authored
* version/60: Add changelog for version 60 Add dummy changelog entry
-
David Runge authored
CHANGELOG.rst: Add a changelog entry for version 60.
-
David Runge authored
CHANGELOG.rst: Add a dummy changelog entry that serves as entry for any unreleased changes.
-
David Runge authored
* nl6720_developer: Add nl6720 to the list of maintainers
-
- 18 Dec, 2021 1 commit
-
-
David Runge authored
README.rst: Add nl6720 to the list of maintainers eligible to craft releases using the PGP key with the ID `BB8E6F1B81CF0BB301D74D1CBF425A01E68B38EF`.
-
- 10 Dec, 2021 3 commits
-
-
nl6720 authored
Merge branch '151-mkarchiso-should-show-code-signing-certificates-none-if-no-keys-cerfificates-are-specified' * 151-mkarchiso-should-show-code-signing-certificates-none-if-no-keys-cerfificates-are-specified: mkarchiso: show "Code signing certificates: None" if no keys/certificates are specified
-
nl6720 authored
* rm-archiso_shutdown: configs/releng/airootfs/etc/mkinitcpio.conf: remove archiso_shutdown
-
- 02 Dec, 2021 1 commit
-
-
nl6720 authored
The archiso_shutdown hook has been obsolete since mkinitcpio 16. https://lists.archlinux.org/pipermail/arch-dev-public/2013-December/025742.html Related to mkinitcpio/mkinitcpio-archiso#8.
-
- 30 Nov, 2021 7 commits
-
-
David Runge authored
* origin/changelog/59: Add changelog for v59
-
David Runge authored
CHANGELOG.rst: Add changelog information for v59.
-
David Runge authored
* deimosian/deimosian-master-patch-67154: Fixes failure to retry script download. Tested and verified the issue is resolved.
-
The curl --retry-connrefused option is used with not instead of the --retry <num> option to add an extra type of failure to retry on, without --retry <num> it does not retry at all even on a connection refused. https://man.archlinux.org/man/curl.1.en
-
David Runge authored
* tomty89/grub_refind: Add grub and refind back
-
"rescue/installation actions for {grub,refind} should be run from within a chroot" is a false statement. See --boot-directory of grub-install and --root of refind-install. (In the case of grub, there are people that do not use the ugly grub-mkconfig at all.)
-
David Runge authored
* nl6720/more-quiet: mkarchiso: use mkfs.erofs --quiet in quiet mode mkarchiso: use mksquashfs -quiet instead of redirecting its stdout to /dev/null mkarchiso: do not show subdirectory sizes in netboot mode mkarchiso: redirect command -v output to /dev/null mkarchiso: silence xorriso's note about SOURCE_DATE_EPOCH mkarchiso: silence mkfs.fat in quiet mode
-
- 22 Nov, 2021 1 commit
-
- 05 Nov, 2021 4 commits
-
-
nl6720 authored
mksquashfs supports a -quiet option since squashfs-tools 4.4. Use this option in non-verbose mode instead of redirecting stdout of the whole command to /dev/null. This allows to have only one instance of mksquashfs in _run_mksquashfs instead of multiple ones in if-then-else. Related to #148.
-
- 04 Nov, 2021 1 commit
-
-
nl6720 authored
mkfs.fat does not have a -q/--quiet option, so redirect its stdout to /dev/null instead. See https://github.com/dosfstools/dosfstools/issues/103 . Related to #148.
-
- 03 Nov, 2021 1 commit
-
-
David Runge authored
* nl6720/netboot-no-bootmodes: mkarchiso: do not require setting boot modes when building only netboot artifacts
-
- 02 Nov, 2021 1 commit
-