Commit graph

3 commits

Author SHA1 Message Date
Gerd v. Egidy 253e1fed4f fix build with newer glibc due to libnss symlinks
Newer glibc versions do not provide nss libraries like libnss_files
as fully versioned files and symlinks anymore, but just have libnss_files.so.2.
archiso expected symlinks and this leads to build failures.

Adapt the archiso patch to the new file scheme.

Fixes #314
2022-12-15 23:01:02 +01:00
Gerd v. Egidy 59aab67d6d fix dns requests in sysrescue-configuration.lua (#291)
The dns library used by lua requires /etc/hosts to exist, otherwise all
requests for name resolution are denied. This meant that using the
sysrescuecfg boot option with a http URL and hostname did not work
while using an IP worked.

This patch adds an empty /etc/hosts file to the initramfs image to fix this.
2022-07-26 22:05:42 +02:00
Gerd v. Egidy d024b66e04 add patch for archiso to fix dns name resolution in the initramfs stage
glibc recently changed how dns name resolution is implemented. It now
needs additional .so files that are loaded dynamically. Include these
files in the initramfs image.
2022-07-05 21:34:36 +02:00