<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/archiso/configs/baseline/efiboot/loader/entries, 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>2024-04-19T10:45:04Z</updated>
<entry>
<title>configs/: replace archisodevice boot parameter with archisosearchuuid</title>
<updated>2024-04-19T10:45:04Z</updated>
<author>
<name>nl6720</name>
<email>nl6720@gmail.com</email>
</author>
<published>2024-04-05T10:33:45Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=43e4d9ce364a4776f6f8873dcfb1e53e86211feb'/>
<id>urn:sha1:43e4d9ce364a4776f6f8873dcfb1e53e86211feb</id>
<content type='text'>
`archisosearchuuid=` first searches for a matching UUID. If that fails,
then it mounts and looks for a `/boot/${archisosearchuuid}.uuid` file in
all detected block devices (in whatever order `blkid` lists them).

This implements "file system transposition" without relaying on boot
loader specific features and does not tie us to GRUB anymore.

Related to https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio-archiso/-/merge_requests/48
Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/217
</content>
</entry>
<entry>
<title>Use UUIDs in all boot loader configuration files</title>
<updated>2023-05-17T12:23:18Z</updated>
<author>
<name>nl6720</name>
<email>nl6720@gmail.com</email>
</author>
<published>2023-03-16T07:30:03Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=ce8fdedbf7af54544983f87472f8854b7b850603'/>
<id>urn:sha1:ce8fdedbf7af54544983f87472f8854b7b850603</id>
<content type='text'>
Relying on the volume UUID instead of its LABEL avoids collisions of
multiple ISOs created in the same month.

Fixes #202
</content>
</entry>
<entry>
<title>configs/: remove "Copy to RAM" boot entries since it is automatic now</title>
<updated>2022-10-22T14:31:46Z</updated>
<author>
<name>nl6720</name>
<email>nl6720@gmail.com</email>
</author>
<published>2022-06-17T12:01:31Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=2f9cfdf42fce7144f2a83dff08df5af899aceaba'/>
<id>urn:sha1:2f9cfdf42fce7144f2a83dff08df5af899aceaba</id>
<content type='text'>
The default is now copytoram=auto which enables copying to RAM when the rootfs image size is less than 4 GiB and free RAM exceeds the rootfs image size + 2 GiB.

See https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso/-/issues/13 and https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso/-/merge_requests/26.

Implements #177.
</content>
</entry>
<entry>
<title>Remove SPDX license identifier from releng configs</title>
<updated>2021-07-29T18:45:08Z</updated>
<author>
<name>David Runge</name>
<email>dvzrv@archlinux.org</email>
</author>
<published>2021-07-29T18:45:08Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=f4324e2f814733e711ba29b1b0272dc593e014bc'/>
<id>urn:sha1:f4324e2f814733e711ba29b1b0272dc593e014bc</id>
<content type='text'>
configs/baseline/*:
Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for
copyright.
</content>
</entry>
<entry>
<title>Apply copytoram Boot Option Menu Entries also to releng</title>
<updated>2021-05-14T17:47:25Z</updated>
<author>
<name>Simon Wilper</name>
<email>sxw@chronowerks.de</email>
</author>
<published>2021-04-06T20:21:11Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=31427eca7a3a6eea80fa2e3910e5805bee14c0c4'/>
<id>urn:sha1:31427eca7a3a6eea80fa2e3910e5805bee14c0c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorder UEFI boot menu entries</title>
<updated>2021-05-14T17:47:25Z</updated>
<author>
<name>Simon Wilper</name>
<email>sxw@chronowerks.de</email>
</author>
<published>2021-04-05T21:53:24Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=9c783a8e719ecc0f113786e22ac14ca834fc07bd'/>
<id>urn:sha1:9c783a8e719ecc0f113786e22ac14ca834fc07bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add optional pv tool</title>
<updated>2021-05-14T17:46:23Z</updated>
<author>
<name>Simon Wilper</name>
<email>sxw@chronowerks.de</email>
</author>
<published>2021-01-01T02:15:33Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=bb503b90308ea12542c85dea9b799e11632158a6'/>
<id>urn:sha1:bb503b90308ea12542c85dea9b799e11632158a6</id>
<content type='text'>
use pv to give feedback on copying the airootfs to RAM when copytoram
kernel parameter is given
</content>
</entry>
<entry>
<title>configs/baseline: support UEFI</title>
<updated>2020-10-24T16:57:30Z</updated>
<author>
<name>nl6720</name>
<email>nl6720@gmail.com</email>
</author>
<published>2020-10-04T14:48:15Z</published>
<link rel='alternate' type='text/html' href='https://git.freethoughts.de/forks/archiso/commit/?id=ae0e914114d2ff84e43b4da3b1b2bf855cff01d3'/>
<id>urn:sha1:ae0e914114d2ff84e43b4da3b1b2bf855cff01d3</id>
<content type='text'>
</content>
</entry>
</feed>
