blob: 7bd711a41f99cfb6dcb3f79827f7a50e8de93c48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- mkinitcpio.conf.orig 2015-01-02 21:13:27.682427426 +0000
+++ mkinitcpio.conf 2015-01-02 21:15:11.195818945 +0000
@@ -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=""
+MODULES="nfs reiserfs xfs jfs ext4"
# BINARIES
# This setting includes any additional binaries a given user may
@@ -49,7 +49,7 @@
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
-HOOKS="base udev autodetect modconf block filesystems keyboard fsck"
+HOOKS="base udev autodetect modconf block filesystems keyboard fsck v86d plymouth"
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
|