move modules to top

This commit is contained in:
Tobias Powalowski 2022-01-31 15:45:56 +01:00
parent bafd6b55e0
commit 0f402483fd

View file

@ -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'