diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-04-28 00:50:03 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-04-28 00:50:03 +0200 |
commit | f9792380f7b2f9bfaab9361378e8e72bb67e77a2 (patch) | |
tree | e6f1f4c4f845cc62f1a23e1bd6c8488a3f0682bf /mkinitcpio.conf | |
parent | e93d33835fc2078eafe5c4d923367e1e95f66822 (diff) | |
download | mkinitcpio-f9792380f7b2f9bfaab9361378e8e72bb67e77a2.tar.gz mkinitcpio-f9792380f7b2f9bfaab9361378e8e72bb67e77a2.tar.xz |
* 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
Diffstat (limited to 'mkinitcpio.conf')
-rw-r--r-- | mkinitcpio.conf | 5 |
1 files changed, 3 insertions, 2 deletions
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" |