diff --git a/CHANGELOG b/CHANGELOG index 69749c3b9..d3dca4ccd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ On the road to 2023.11: +- kernel 6.6.x - switched to pure systemd boot in early userspace 2023.10 Highlights: - GeoIP - CDN Hosting: https://archboot.com, diff --git a/usr/lib/archboot/cpio/hooks/init b/usr/lib/archboot/cpio/hooks/init index 0b6106fc6..1a180f07c 100644 --- a/usr/lib/archboot/cpio/hooks/init +++ b/usr/lib/archboot/cpio/hooks/init @@ -13,7 +13,7 @@ _run () ### systemd _map _binary /usr/lib/systemd/systemd{,-sulogin-shell,-modules-load,-udevd,-sysctl,-vconsole-setup} _map _file /usr/lib/systemd/{lib*,system-generators/systemd-fstab-generator} - _map _full_dir /usr/lib/modules-load.d /usr/lib/systemd/system + _map _file $(pacman -Ql systemd | grep '/usr/lib/systemd/system/' | cut -d ' ' -f2) _map _file /usr/share/systemd/{kbd-model-map,language-fallback-map} ### turn on initrd mode