You are not logged in.
Pages: 1
Topic closed
How can I find out which modules are allowed in this section of mkinitcpio.conf ?
Are these modules the same as the kernel modules available in /usr/lib/modules ??
Let's go check out Hades!
Offline
Yes, the MODULES= array in mkinitcpio.conf is a list of kernel modules that you want to be avalable to the kernel when only the initramfs is avalable i.e. boot time.
Yes, they are the same modules, and same names you would see when running the command:
lsmod
Like, this is what that array looks like in my mkinitcpio.conf
MODULES="aesni_intel ata_generic ata_piix nls_cp437 ext4 intel_agp i915 dm-snapshot"
OpenBSD-current Thinkpad X230, i7-3520M, 16GB CL9 Kingston, Samsung 830 256GB
Contributor: linux-grsec
Offline
Note: mkinitcpio.conf syntax change around march 2017
old syntax:
MODULES="aesni_intel ata_generic ata_piix nls_cp437 ext4 intel_agp i915 dm-snapshot"
new syntax:
MODULES=(aesni_intel ata_generic ata_piix nls_cp437 ext4 intel_agp i915 dm-snapshot)
Offline
Don't necrobump a five year old thread to add material that is documented on the wiki.
https://wiki.archlinux.org/index.php/Co … bumping.22
Closing
Offline
Pages: 1
Topic closed