From f9792380f7b2f9bfaab9361378e8e72bb67e77a2 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 27 Apr 2006 22:50:03 +0000 Subject: * Initial attempt to get the device-mapper stuff in order * Moved 'init' to /lib/initcpio/init to be more in-tune with the naming scheme git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@27 880c04e9-e011-0410-abf7-b926e227c9cd --- mkinitcpio.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mkinitcpio.conf') diff --git a/mkinitcpio.conf b/mkinitcpio.conf index 9508d60..d248a6c 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -1,7 +1,8 @@ # vim:set ft=sh #MODULES="piix ide_disk reiserfs" -BINARIES="" +BINARIES="fbxine" FILES="" -HOOKS="base autodetect raid dm" +HOOKS="base autodetect" +# raid dm ide" #HOOKS="base" -- cgit v1.2.3-24-g4f1b