Module Name:    src
Committed By:   jmmv
Date:           Sat Jul 14 18:50:23 UTC 2012

Modified Files:
        src/sys/arch/macppc/conf: INSTALL

Log Message:
Add umass to the macppc INSTALL kernel so that it is easier to perform
USB-based installations by reading the release files from a USB drive.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/arch/macppc/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/conf/INSTALL
diff -u src/sys/arch/macppc/conf/INSTALL:1.115 src/sys/arch/macppc/conf/INSTALL:1.116
--- src/sys/arch/macppc/conf/INSTALL:1.115	Fri Mar 23 18:37:42 2012
+++ src/sys/arch/macppc/conf/INSTALL	Sat Jul 14 18:50:22 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.115 2012/03/23 18:37:42 he Exp $
+#	$NetBSD: INSTALL,v 1.116 2012/07/14 18:50:22 jmmv Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -191,6 +191,7 @@ uhub*	at usb?
 uhub*	at uhub? port ?
 uhidev* 	at uhub? port ? configuration ? interface ?
 ukbd* 	at uhidev? reportid ?
+umass*	at uhub? port ? configuration ? interface ?	# USB Mass Storage
 
 pseudo-device	md			# memory disk
 #pseudo-device	fss			# file system snapshot device

Reply via email to