diff --git a/mkinitcpio.conf b/mkinitcpio.conf index 6b22c17..3494fab 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -4,7 +4,7 @@ # run. Advanced users may wish to specify all system modules # in this array. For instance: # MODULES=(piix ide_disk reiserfs) -MODULES=(ext4) +MODULES=() # BINARIES # This setting includes any additional binaries a given user may @@ -49,7 +49,7 @@ FILES=() # ## NOTE: If you have /usr on a separate partition, you MUST include the # usr, fsck and shutdown hooks. -HOOKS=(base udev autodetect modconf block keyboard fsck) +HOOKS=(base udev autodetect modconf block filesystems keyboard fsck) # COMPRESSION # Use this to compress the initramfs image. By default, zstd compression