- 29 Jul, 2021 1 commit
-
-
David Runge authored
configs/releng/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright.
-
- 27 Jul, 2021 2 commits
-
-
nl6720 authored
configs/*/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf: document why the drop-in file exists Related to #142. Add missing `ExecStart=` to baseline's /etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf.
-
nl6720 authored
systemd moved the option. See https://github.com/systemd/systemd/commit/8ebafba9f987c21aa5787c8767f2e390b4ec0bc5 . Implements #123. Document in comments why the route metrics need to be set (because of https://github.com/systemd/systemd/issues/17698 ) and use the same metric values as NetworkManager. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c Additionally remove RouteMetric from configs/baseline/airootfs/etc/systemd/network/20-ethernet.network. There is only one networkd configuration file in baseline, meaning, there are no other routes.
-
- 18 Jun, 2021 1 commit
-
-
nl6720 authored
Use the new, prettier short URLs.
-
- 29 May, 2021 1 commit
-
-
nl6720 authored
configs/releng/airootfs/etc/systemd/network/: match by globbing the interface name instead of matching the type Type=ether matches virtual Ethernet interfaces (veth*) which may break networking inside containers. Fixes https://bugs.archlinux.org/task/70892 . Partially reverts 8a521d0b .
-
- 12 May, 2021 1 commit
-
- 11 May, 2021 1 commit
-
- 30 Mar, 2021 2 commits
-
-
David Runge authored
This reverts commit 8b6f3545.
-
Implements #90
-
- 29 Mar, 2021 2 commits
-
-
David Runge authored
configs/releng/airootfs/etc/xdg/reflector/reflector.conf: Reduce the amount mirrors that reflector checks from 70 to 20. This significantly reduces the time it takes to end up with an up-to-date mirrorlist during boot with the releng profile. Fixes #92
-
David Runge authored
configs/releng/airootfs/root/.automated_script.sh: Add the `--location` curl parameter (see `man 1 curl`) to allow for curl to retrieve a remote script even if the source is being redirected (e.g. moved permanently) when using the `script=` kernel commandline parameter. Fixes #113
-
- 26 Mar, 2021 4 commits
- 16 Feb, 2021 1 commit
-
-
Kristian Klausen authored
haveged was added 8 years ago[1] to increase entropy and presumably to prevent entropy starvation. A few things has changed since, most notable: * the kernel actively tries to add entropy (jitter entropy)[2][3][4][5] * /dev/random no longer blocks after CRNG initialization[6][7] [1] d7e790df ("Initialize pacman keyring on bootup") [2] https://github.com/torvalds/linux/commit/3f2dc2798b81531fd93a3b9b7c39da47ec689e55 [3] https://github.com/torvalds/linux/commit/50ee7529ec4500c88f8664560770a7a1b65db72b [4] https://lore.kernel.org/lkml/alpine.DEB.2.21.1909290010500.2636@nanos.tec.linutronix.de/T/ [5] https://lwn.net/Articles/800509/ [6] https://github.com/torvalds/linux/commit/30c08efec8884fb106b8e57094baa51bb4c44e32 [7] https://lwn.net/Articles/808575/ Fix #98
-
- 31 Jan, 2021 2 commits
-
-
nl6720 authored
This works around https://bugs.archlinux.org/task/49347 . Leaving the hooks in the airootfs image will result in it being run when pacstrap is run in the live environment. This should not happen as they are intended for the ISO build process only. Fixes #91 .
- 26 Jan, 2021 1 commit
-
-
nl6720 authored
configs/releng: move the mirror uncommenting sed command from customize_airootfs.sh to a pacman hook After pacman-mirrorlist is installed, /etc/pacman.d/hooks/uncomment-mirrors.hook will run a sed command which uncomments all Server lines in /etc/pacman.d/mirrorlist. This brings us another step closer to the complete removal of customize_airootfs.sh. Related to #21 .
-
- 23 Jan, 2021 2 commits
-
-
- 29 Oct, 2020 3 commits
-
-
David Runge authored
configs/releng/airootfs/usr/local/bin/livecd-sound: Replace oldstyle expr with a bash test in `is_numeric()`. Replace use of `nword()` with call to `wc -w`. Quote variables in `pick_a_card()`. Fixes #78
-
Alexander Epaneshnikov authored
this fixes #67
-
nl6720 authored
The default mkinitcpio.conf includes modconf in HOOKS.
-
- 27 Sep, 2020 2 commits
-
-
nl6720 authored
This is a breaking change. archweb, archiso-manager and various documentation must be updated. * https://github.com/archlinux/archweb/blob/master/templates/releng/archlinux.ipxe * https://github.com/pierres/archiso-manager/blob/master/Makefile
-
nl6720 authored
archiso specific options are placed in a /etc/systemd/system/reflector.service.d/archiso.conf drop-in.
-
- 18 Aug, 2020 1 commit
-
-
nl6720 authored
Fixes archlinux/archiso#42 .
-
- 17 Aug, 2020 1 commit
-
-
nl6720 authored
Replace build.sh scripts with calls to mkarchiso -B "profiledir" build_profile. Fixes archlinux/archiso#37 .
-
- 30 Jul, 2020 2 commits
-
-
David Runge authored
configs/releng/airootfs/etc/systemd/system/reflector.service: Use the 70 mirrors synced most recently (--latest) instead of a specific time since last sync (--age). According to FS#67399 using 1hour as sync age is too short, as it sometimes leads to empty list.
- 29 Jul, 2020 3 commits
-
-
nl6720 authored
Place custom mkinitcpio.conf in airootfs. Use a custom mkinitcpio preset to specify generated image file path.
-
nl6720 authored
configs/releng/airootfs/etc/fstab: /etc/fstab shipped by the filesystem package has only comments. There is no reason to replace it with an empty file. configs/releng/airootfs/etc/systemd/system/default.target: There is no harm in booting to graphical.target. releng does not enable (or even install) any service that has {Required,Wanted}By=graphical.target.
-
David Runge authored
LICENSE: Add GPL-3.0 license. {{archiso,configs}/*,.editorconfig,.gitlab-ci.yml}: Add SPDX license identifier. Makefile: Add SPDX license identifier. Install the `run_archiso.sh` script as global executable `run_archiso`. Use -D and -t flags to install to install files more generically (without a previous call to install the directory). README.rst: Add README outlining the project's scope, how to build images from the profiles and how to test. AUTHORS.rst: Add list of all direct contributors to the repository. CONTRIBUTING.rst: Add basic contribution guidelines, explaining the linter and the license in use. Closes #7 Closes #3
-
- 28 Jul, 2020 2 commits
- 20 Jul, 2020 1 commit
-
-
nl6720 authored
Correct shadow file permissions from build.sh.
-
- 11 Jul, 2020 4 commits
-
-
nl6720 authored
/usr/local/bin/Installation_guide: Add a convenience script which opens the installation guide in lynx. /etc/motd: Provide a message with minimal instructions for connecting to internet and inform about the Installation_guide convenience script.
-
nl6720 authored
-
nl6720 authored
configs/releng/airootfs/etc/systemd/system/reflector.service: Remove references to a nonexistent file.
-
nl6720 authored
The filesystem package installs /root as 750 not 700. Move chmod from customize_airootfs.sh to build.sh.
-