Added scsi to the default list of modules to load.

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

@ -2,6 +2,10 @@
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $ # $Header: $
08 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.defaults, generic/initrd.scripts:
Added scsi to the default list of modules to load.
05 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh: 05 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
Set CMD_KEYMAP to default to yes, so it's enabled unless specifically Set CMD_KEYMAP to default to yes, so it's enabled unless specifically
disabled disabled

@ -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 evms lvm dmraid mdadm slowusb fs' HWOPTS='usb firewire keymap cache pata sata scsi evms lvm dmraid mdadm slowusb fs'
MY_HWOPTS='usb firewire pata sata dmraid mdadm fs net' MY_HWOPTS='usb firewire pata sata scsi dmraid mdadm fs net'

@ -457,8 +457,8 @@ cmdline_hwopts() {
} }
load_modules() { load_modules() {
# Load modules listed in MY_HWOPTS if /lib/modules exists for the running kernel # Load modules listed in MY_HWOPTS if /lib/modules exists for the running
# kernel version
if [ -d "/lib/modules/${KV}" ] if [ -d "/lib/modules/${KV}" ]
then then
good_msg 'Loading modules' good_msg 'Loading modules'

Loading…
Cancel
Save