[leaf-commits] src/bering-uclibc4/source/initrd buildtool.mk, 1.9, 1.10 root.linuxrc, 1.7, 1.8

Andrew <[email protected]>
Newsgroups gmane.linux.leaf.cvs
Message-ID <[email protected]>
Update of /cvsroot/leaf/src/bering-uclibc4/source/initrd
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22518

Modified Files:
	buildtool.mk root.linuxrc 
Log Message:
Added ata_generic driver for generic devices


Index: root.linuxrc
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/initrd/root.linuxrc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** root.linuxrc	18 Jun 2010 15:28:13 -0000	1.7
--- root.linuxrc	24 Jun 2010 13:20:35 -0000	1.8
***************
*** 69,72 ****
--- 69,78 ----
  /sbin/mdev -s
  
+ #load device drivers
+ for i in `lsalias pnp pci pci_express acpi platform serio`; do
+ 	/sbin/modprobe $i 2>/dev/null 
+ done
+ 
+ #load non-pnp modules
  if [ -r $BPFX/etc/modules ] ; then
  	# Loop over every line in modules
***************
*** 83,91 ****
  fi
  
- #load device drivers
- for i in `lsalias pnp pci pci_express acpi platform serio`; do
- 	/sbin/modprobe $i 2>/dev/null 
- done
- 
  # wait for USB drive
  sleep $usb_wait
--- 89,92 ----

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/initrd/buildtool.mk,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** buildtool.mk	23 Jun 2010 19:24:07 -0000	1.9
--- buildtool.mk	24 Jun 2010 13:20:35 -0000	1.10
***************
*** 22,26 ****
  		    ohci-hcd usb-storage sd_mod sr_mod isofs vfat floppy >mod
  	#cat mod|sed 's/[a-z]*\/[a-z_/-]*\///g; s/\.ko//g; s/ /\n/g'>$(INITRD_TARGET_DIR)/boot/etc/modules
! 	echo -e "isofs\nvfat">$(INITRD_TARGET_DIR)/boot/etc/modules
  	-rm -f files
  	(BT_KERNEL_RELEASE=$(BT_KERNEL_RELEASE); for i in `cat mod`; do echo -e "<File>\n\tSource\t= lib/modules/$$BT_KERNEL_RELEASE/$$i\n\t\
--- 22,26 ----
  		    ohci-hcd usb-storage sd_mod sr_mod isofs vfat floppy >mod
  	#cat mod|sed 's/[a-z]*\/[a-z_/-]*\///g; s/\.ko//g; s/ /\n/g'>$(INITRD_TARGET_DIR)/boot/etc/modules
! 	echo -e "isofs\nvfat\nata_generic">$(INITRD_TARGET_DIR)/boot/etc/modules
  	-rm -f files
  	(BT_KERNEL_RELEASE=$(BT_KERNEL_RELEASE); for i in `cat mod`; do echo -e "<File>\n\tSource\t= lib/modules/$$BT_KERNEL_RELEASE/$$i\n\t\


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.