diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-22 05:28:15 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-22 05:28:15 (GMT) |
commit | adddcec23cda42bb9f0152ca3b157254d4f3e7d4 (patch) | |
tree | 43e097c1fc3ee6d0252c4c279653b4e47e63a2dd /abs/core/mkinitcpio/mkinitcpio.patch | |
parent | 30c6b3e359d4e8872a0ce6635593f362218c2511 (diff) | |
download | linhes_pkgbuild-adddcec23cda42bb9f0152ca3b157254d4f3e7d4.zip linhes_pkgbuild-adddcec23cda42bb9f0152ca3b157254d4f3e7d4.tar.gz linhes_pkgbuild-adddcec23cda42bb9f0152ca3b157254d4f3e7d4.tar.bz2 |
mkinitcpio: remove fbsplash and replace with the plymouth hook
refs #869
Diffstat (limited to 'abs/core/mkinitcpio/mkinitcpio.patch')
-rw-r--r-- | abs/core/mkinitcpio/mkinitcpio.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/mkinitcpio/mkinitcpio.patch b/abs/core/mkinitcpio/mkinitcpio.patch index 2b35f81..ffc21fc 100644 --- a/abs/core/mkinitcpio/mkinitcpio.patch +++ b/abs/core/mkinitcpio/mkinitcpio.patch @@ -6,7 +6,7 @@ # 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 @@ @@ -14,7 +14,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" - ++HOOKS="base udev fsck autodetect pata scsi sata filesystems usb usbinput resume v86d plymouth" + # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression |