|
|
@ -3,7 +3,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../mkinitrd/mkinitrd.sh |
|
|
|
# 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 |
|
|
|
# Copyright (C) 2005 - 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# 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 \ |
|
|
|
find $moddir/kernel -type f | grep \ |
|
|
|
-e reiserfs -e reiser4 -e ext2 -e ext3 -e /jfs -e /xfs \ |
|
|
|
-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 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\.' | |
|
|
|
-e drivers/net/ -e '/ipv6\.' | |
|
|
|
while read fn ; do |
|
|
|
while read fn ; do |
|
|
|
for x in $fn `/sbin/modinfo $fn | grep depends | |
|
|
|
for x in $fn `/sbin/modinfo $fn | grep depends | |
|
|
|