systemrescue-zfs/patches
Gerd v. Egidy e87660beeb execute sysrescue-configuration.lua only once
Before this patch sysrescue-configuration.lua was executed twice each boot:
(1) during initramfs stage (2) in the regular system as sysrescue-configuration.service

While in theory both runs should create the same output, this isn't guaranteed and
differences could appear for example because of network issues. Finding and debugging
these is difficult because the output of sysrescue-configuration.lua created during
initramfs isn't available anymore when the final system is running.

This patch lets sysrescue-configuration.lua just run once during initramfs. The
output JSON file is then written to the new tmpfs mounted dir /run/archiso/config/.
This dir is also made the new default location for sysrescue-effective-config.json.

A symlink from /etc/sysrescue/sysrescue-effective-config.json to the new location
is created for compatibility with previous releases.
2022-04-25 20:31:18 +02:00
..
archiso-v43-01-squashfs-options.patch Rename archiso patches to make it clear which version is being used 2020-08-07 17:41:15 +01:00
archiso-v43-02-fix-pxeboot-dhcp.patch Rename archiso patches to make it clear which version is being used 2020-08-07 17:41:15 +01:00
archiso-v43-03-fix-pxeboot-multiple-interfaces.patch Rename archiso patches to make it clear which version is being used 2020-08-07 17:41:15 +01:00
archiso-v43-04-increase-cow-spacesize.patch Rename archiso patches to make it clear which version is being used 2020-08-07 17:41:15 +01:00
archiso-v43-05-add-loadsrm.patch srm patch: override airootfs files 2020-08-09 21:29:11 -03:00
archiso-v43-06-copytoram.patch Allow autorun scripts to be located in a folder at the root of the ISO 2022-01-08 17:14:01 +00:00
archiso-v43-07-yaml-config.patch execute sysrescue-configuration.lua only once 2022-04-25 20:31:18 +02:00