From 66f28ea341f293cbddd30242f9ea03673d4674d2 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 2 May 2006 07:53:50 +0000 Subject: Minor changes... more to come - out of time for the day git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@42 880c04e9-e011-0410-abf7-b926e227c9cd --- mkinitcpio.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkinitcpio.conf') diff --git a/mkinitcpio.conf b/mkinitcpio.conf index 65b2ffa..4754a6d 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -13,7 +13,7 @@ MODULES="" # be used to override the actual binaries used in a given hook. # (Existing files are NOT overwritten is already added) # BINARIES are dependancy parsed, so you may safely ignore libraries -BINARIES="" +BINARIES="fbxine" # FILES # This setting is similar to BINARIES above, however, files are added @@ -49,4 +49,4 @@ FILES="" # # This setup loads an LVM volume group on a usb device. # HOOKS="base usb lvm" -HOOKS="base ide scsi sata usb filesystems autodetect" +HOOKS="base autodetect" -- cgit v1.2.3-24-g4f1b