<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/archiso/configs/releng/airootfs/etc, branch custom_config</title>
<subtitle>Fork of the official archiso scripts repository</subtitle>
<id>https://git.freethoughts.de/forks/archiso/atom?h=custom_config</id>
<link rel='self' href='https://git.freethoughts.de/forks/archiso/atom?h=custom_config'/>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/'/>
<updated>2025-07-24T22:47:06Z</updated>
<entry>
<title>Fix networkd drop-in configuration path</title>
<updated>2025-07-24T22:47:06Z</updated>
<author>
<name>cvlc12</name>
<email>cvlc12@outlook.fr</email>
</author>
<published>2025-07-23T12:06:38Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=0bb033bedb7e461a431aeeda253790d7397bb573'/>
<id>urn:sha1:0bb033bedb7e461a431aeeda253790d7397bb573</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configs: Adapt enabled systemd services to changes in cloud-init 24.3</title>
<updated>2024-10-28T15:13:30Z</updated>
<author>
<name>David Runge</name>
<email>dvzrv@archlinux.org</email>
</author>
<published>2024-10-27T09:11:46Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=a0af54f3a29227971d24b8f6e9234f8755c1829c'/>
<id>urn:sha1:a0af54f3a29227971d24b8f6e9234f8755c1829c</id>
<content type='text'>
Adapt enabled services in both baseline and releng profiles to cope with
changes in cloud-init 24.3.

Related-to: https://gitlab.archlinux.org/archlinux/packaging/packages/cloud-init/-/issues/3
Related-to: https://github.com/canonical/cloud-init/pull/5489
Fixes: https://gitlab.archlinux.org/archlinux/archiso/-/issues/236
Signed-off-by: David Runge &lt;dvzrv@archlinux.org&gt;
</content>
</entry>
<entry>
<title>configs/releng/airootfs/etc/mkinitcpio.conf.d/archiso.conf: use xz -9e</title>
<updated>2024-05-18T09:06:03Z</updated>
<author>
<name>nl6720</name>
<email>nl6720@gmail.com</email>
</author>
<published>2024-05-07T11:41:52Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=8d07ca35413f505afa57fcab475064970c2a602f'/>
<id>urn:sha1:8d07ca35413f505afa57fcab475064970c2a602f</id>
<content type='text'>
Use higher compression for the initramfs.

Now that mkinitcpio moves the compressed kernel modules and firmware
files to the early uncompressed initramfs, we can compress the main
initramfs image slightly more without it increasing the built time too
much. This will increase the memory required for decompression from
9 MiB to 65 MiB (assuming the kernel's decompressor works the same as
the xz tool), but that should not be an issue for any system targeting
Arch.

This reduces the initramfs size by ~250 KiB, which will save ~500 KiB
for the whole ISO.
</content>
</entry>
<entry>
<title>configs/releng/: use mkinitcpio's microcode hook instead of external microcode images</title>
<updated>2024-04-19T07:53:42Z</updated>
<author>
<name>nl6720</name>
<email>nl6720@gmail.com</email>
</author>
<published>2024-04-01T15:39:09Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=2facc4630cd3677e5c61705a25d5d5594fd0cc80'/>
<id>urn:sha1:2facc4630cd3677e5c61705a25d5d5594fd0cc80</id>
<content type='text'>
This simplifies boot loader configuration, but custom PXE setups will
be forced to update theirs.

Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/226
</content>
</entry>
<entry>
<title>configs/*/airootfs/etc/systemd/network/: add RequiredForOnline=routable</title>
<updated>2023-12-09T10:40:59Z</updated>
<author>
<name>nl6720</name>
<email>nl6720@gmail.com</email>
</author>
<published>2023-12-09T10:31:58Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=cb61daf8eaffb5e831e51f50aa44080fffac27e8'/>
<id>urn:sha1:cb61daf8eaffb5e831e51f50aa44080fffac27e8</id>
<content type='text'>
By default systemd-networkd-wait-online.service considers a network
connection to be "online" when it has reached the "degraded" state
(see networkctl(1) for the definitions).
Since "degraded" does not ensure there's a routable address, let's
change the connection's requirement to "routable" instead.

This gives a better chance that the network really is online when
network-online.target is reached.
</content>
</entry>
<entry>
<title>Use pcsclite for communicating with OpenPGP smartcards</title>
<updated>2023-08-29T18:13:32Z</updated>
<author>
<name>David Runge</name>
<email>dvzrv@archlinux.org</email>
</author>
<published>2023-08-29T18:09:46Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=6c5ab3d3885024bc7a8feb724b721d4b481f13a9'/>
<id>urn:sha1:6c5ab3d3885024bc7a8feb724b721d4b481f13a9</id>
<content type='text'>
As opgpcard uses pcsclite and gnupg is able to use it as well, switch
away from using gnupg's internal ccid driver.
</content>
</entry>
<entry>
<title>/etc/ssh/sshd_config.d/10-archiso.conf: keep only the modified options</title>
<updated>2023-08-26T07:54:26Z</updated>
<author>
<name>nl6720</name>
<email>nl6720@gmail.com</email>
</author>
<published>2023-08-12T06:13:42Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=174f8185813aa9b26dde20be41b5215f33d2139e'/>
<id>urn:sha1:174f8185813aa9b26dde20be41b5215f33d2139e</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Move custom sshd_config to /etc/ssh/sshd_config.d/</title>
<updated>2023-08-26T07:54:26Z</updated>
<author>
<name>nl6720</name>
<email>nl6720@gmail.com</email>
</author>
<published>2023-08-12T06:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=d501e235bb784885b3bd59843d701b1e546ad492'/>
<id>urn:sha1:d501e235bb784885b3bd59843d701b1e546ad492</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Set IPv6PrivacyExtensions=yes in global systemd-netorkd configuration</title>
<updated>2023-08-11T08:40:14Z</updated>
<author>
<name>nl6720</name>
<email>nl6720@gmail.com</email>
</author>
<published>2023-08-02T08:10:37Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=2e6db24f23abe37e0aefbe8950ecc6c15e3bd50f'/>
<id>urn:sha1:2e6db24f23abe37e0aefbe8950ecc6c15e3bd50f</id>
<content type='text'>
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/.
</content>
</entry>
<entry>
<title>configs/releng/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: use tmpfs with noswap option</title>
<updated>2023-08-05T13:00:28Z</updated>
<author>
<name>nl6720</name>
<email>nl6720@gmail.com</email>
</author>
<published>2023-07-30T12:52:51Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=0b8704fe4bda6b9208b5bb9e4060a0aeeea2a669'/>
<id>urn:sha1:0b8704fe4bda6b9208b5bb9e4060a0aeeea2a669</id>
<content type='text'>
Since tmpfs has a `noswap` option, use it instead of ramfs. Unlike
ramfs, tmpfs has a limit to its size.

This reverts commit 09b0428128700f37bd465eb54c6e45f69c17617d ("configs/releng/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: use ramfs").
</content>
</entry>
</feed>
