Browse Source

* changed mkinitrd to copy SATA drivers to the initrd

Author morfoh


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20094 10447126-35f2-4685-b0cf-6dd780d3921f
early
Nagy Karoly Gabriel 18 years ago
parent
commit
e0a8753c9f
  1. 5
      base/mkinitrd/mkinitrd.sh

5
base/mkinitrd/mkinitrd.sh

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../mkinitrd/mkinitrd.sh
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2007 The OpenSDE Project
# Copyright (C) 2005 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -80,7 +80,8 @@ if [ -x /sbin/modinfo -a -x /sbin/depmod ]; then
find $moddir/kernel -type f | grep \
-e reiserfs -e reiser4 -e ext2 -e ext3 -e /jfs -e /xfs \
-e isofs -e udf -e /unionfs -e ntfs -e fat -e dm-mod \
-e /ide/ -e /scsi/ -e /message/ -e hci -e usb-storage -e sbp2 \
-e /ide/ -e /ata/ -e /scsi/ -e /message/ -e hci \
-e usb-storage -e sbp2 \
-e drivers/net/ -e '/ipv6\.' |
while read fn ; do
for x in $fn `/sbin/modinfo $fn | grep depends |

Loading…
Cancel
Save