Move removable storage like USB and firewire after traditional fixed storage like PATA/SATA/SCSI for bug #217347.

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@667 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Chris Gianelloni 17 years ago
parent 113af0d25c
commit 4593814da8

@ -2,6 +2,11 @@
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $ # $Header: $
12 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.defaults:
Move removable storage like USB and firewire after traditional fixed storage
like PATA/SATA/SCSI for bug #217347.
10 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org> TODO, genkernel: 10 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org> TODO, genkernel:
Updated TODO. This is 3.4.10_pre9 for testing. Updated TODO. This is 3.4.10_pre9 for testing.

@ -77,5 +77,5 @@ LOOPS='/livecd.loop /zisofs /livecd.squashfs /image.squashfs /livecd.gcloop'
# Only sections that are in by default or those that # Only sections that are in by default or those that
# are not module groups need to be defined here... # are not module groups need to be defined here...
HWOPTS='usb firewire keymap cache pata sata scsi evms lvm dmraid mdadm slowusb fs' HWOPTS='keymap cache pata sata scsi usb firewire slowusb evms lvm dmraid mdadm fs net'
MY_HWOPTS='usb firewire pata sata scsi dmraid mdadm fs net' MY_HWOPTS='pata sata scsi usb firewire dmraid mdadm fs net'

Loading…
Cancel
Save