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

sparky cvs at pld-linux.org
Tue Mar 21 23:11:45 CET 2006


Author: sparky
Date: Tue Mar 21 23:11:43 2006
New Revision: 7266

Modified:
   ppcrcd/trunk/initrd.dir/etc/modules.list
   ppcrcd/trunk/initrd.dir/linuxrc
Log:
- hfsplus support in initrd


Modified: ppcrcd/trunk/initrd.dir/etc/modules.list
==============================================================================
--- ppcrcd/trunk/initrd.dir/etc/modules.list	(original)
+++ ppcrcd/trunk/initrd.dir/etc/modules.list	Tue Mar 21 23:11:43 2006
@@ -16,6 +16,7 @@
 ehci-hcd	- usb 2.0			R: usbcore
 usb-storage	- storage			R: usbcore, scsi_mod
 hfs		- mac filesystem
+hfsplus		- mac filesystem
 nls_iso8859-1	- needed by fat* filesystems
 nls_cp437	- needed by fat* filesystems
 fat		- needed by vfat

Modified: ppcrcd/trunk/initrd.dir/linuxrc
==============================================================================
--- ppcrcd/trunk/initrd.dir/linuxrc	(original)
+++ ppcrcd/trunk/initrd.dir/linuxrc	Tue Mar 21 23:11:43 2006
@@ -81,7 +81,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 nls_iso8859-1 nls_cp437 fat vfat; do
+				hfs hfsplus nls_iso8859-1 nls_cp437 fat vfat; do
 			modload $MOD
 		done
 		# usb-storage takes time to start
@@ -92,6 +92,7 @@
 		FOUND=""
 		checkcd iso9660
 		$B/test -n "$FOUND" || checkcd hfs
+		$B/test -n "$FOUND" || checkcd hfsplus
 		$B/test -n "$FOUND" || checkcd vfat
 		$B/test -n "$FOUND" || checkcd fat
 		


More information about the pld-cvs-commit mailing list