ppcrcd/trunk/initrd.dir: etc/modules.list linuxrc

sparky cvs at pld-linux.org
Mon Mar 6 10:55:54 CET 2006


Author: sparky
Date: Mon Mar  6 10:55:53 2006
New Revision: 7107

Modified:
   ppcrcd/trunk/initrd.dir/etc/modules.list
   ppcrcd/trunk/initrd.dir/linuxrc
Log:
- add nls_iso8859-1 and nls_cp437 modules, needed by fat filesystem


Modified: ppcrcd/trunk/initrd.dir/etc/modules.list
==============================================================================
--- ppcrcd/trunk/initrd.dir/etc/modules.list	(original)
+++ ppcrcd/trunk/initrd.dir/etc/modules.list	Mon Mar  6 10:55:53 2006
@@ -2,7 +2,7 @@
 ide-generic
 cdrom		- needed by ide-cd, sr_mod	R: cdrom
 ide-cd
-nls_base	- needed by iso file system (?)
+nls_base	- needed by iso file system
 isofs		- iso file system
 
 scsi_mod	- needed by sr_mod
@@ -13,8 +13,10 @@
 sd_mod		- sd devices			R: scsi_mod
 usbcore		- needed by *-mcd
 ohci-hcd	- standart usb controler	R: usbcore
-ehci-hcd	- is it needed ?		R: usbcore
+ehci-hcd	- usb 2.0			R: usbcore
 usb-storage	- storage			R: usbcore, scsi_mod
 hfs		- mac filesystem
+nls_iso8859-1	- needed by fat* filesystems
+nls_cp437	- needed by fat* filesystems
 fat		- needed by vfat
 vfat		- fs used on usb-storage devices R: fat

Modified: ppcrcd/trunk/initrd.dir/linuxrc
==============================================================================
--- ppcrcd/trunk/initrd.dir/linuxrc	(original)
+++ ppcrcd/trunk/initrd.dir/linuxrc	Mon Mar  6 10:55:53 2006
@@ -76,7 +76,7 @@
 		$B/echo "${cG}*** Checking USB storage and hard drives${cE}"
 		$B/echo "Loading modules:"
 		for MOD in sd_mod usbcore ohci-hcd ehci-hcd usb-storage \
-				hfs fat vfat; do
+				hfs nls_iso8859-1 nls_cp437 fat vfat; do
 			modload $MOD
 		done
 		# usb-storage takes time to start


More information about the pld-cvs-commit mailing list