blob: 2b35f813b6675f534224c804991a57000385b55f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- mkinitcpio.conf.orig 2012-08-22 23:26:28.952203845 +0000
+++ mkinitcpio.conf 2012-08-22 23:25:44.408871852 +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
@@ -56,7 +56,7 @@
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
-HOOKS="base udev autodetect pata scsi sata filesystems usbinput fsck"
+HOOKS="base udev fsck autodetect pata scsi sata filesystems usb usbinput resume fbsplash"
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
|