From 0f402483fd8d485c873bf685c87762b73f633c94 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 31 Jan 2022 15:45:56 +0100 Subject: [PATCH] move modules to top --- usr/lib/initcpio/install/archboot_base_common | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index 1510db8c2..11d7e18be 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -3,6 +3,9 @@ build () { + ### add virtio modules + add_checked_modules 'virtio' + ### setting up base structure add_dir "/mnt" add_dir "/install" @@ -47,7 +50,7 @@ build () ### add kmod related config file(s) add_file "/usr/lib/depmod.d/search.conf" - ### fixing network support + ### fixing network support from glibc add_file "/lib/libnss_files.so.2" add_file "/lib/libnss_dns.so.2" @@ -71,9 +74,6 @@ build () done add_file "/etc/login.defs" - ### add virtio modules - add_checked_modules 'virtio' - ### add systemd # add systemd kernel modules add_checked_modules 'nfs|autofs4|loop'