diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-09-28 04:36:34 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-09-28 04:36:34 +0000 |
commit | 2b5cd0819fdf0d3f408f3e9d72060b90f4320c38 (patch) | |
tree | f1372a7675d1379185c83192cfcee22b03ed4799 /archiso-mkinitcpio.conf | |
parent | c464db595165a847e5fc81a57133f68a9c2e0ef8 (diff) | |
download | archiso32-2b5cd0819fdf0d3f408f3e9d72060b90f4320c38.tar.xz |
Broke out boot-device locator for usb and cd booting seperatly.
git-svn-id: http://phraktured.net/archiso@14 00a9fe69-e71b-0410-bb23-df0e5024db41
Diffstat (limited to 'archiso-mkinitcpio.conf')
-rw-r--r-- | archiso-mkinitcpio.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archiso-mkinitcpio.conf b/archiso-mkinitcpio.conf index d9bcc88..55ae9f3 100644 --- a/archiso-mkinitcpio.conf +++ b/archiso-mkinitcpio.conf @@ -3,4 +3,6 @@ MODULES="" BINARIES="" FILES="" -HOOKS="base udev archlive ide scsi sata usb fw filesystems" + +HOOKS="base udev boot-cd archiso ide scsi sata usb fw filesystems" +#HOOKS="base udev boot-usb archiso ide scsi sata usb fw filesystems" |