Module Name:    src
Committed By:   macallan
Date:           Sun Mar  4 00:22:22 UTC 2018

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

Log Message:
no more need to hardwire the boot device


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/macppc/conf/POWERMAC_G5

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/POWERMAC_G5
diff -u src/sys/arch/macppc/conf/POWERMAC_G5:1.33 src/sys/arch/macppc/conf/POWERMAC_G5:1.34
--- src/sys/arch/macppc/conf/POWERMAC_G5:1.33	Sat Mar  3 00:27:51 2018
+++ src/sys/arch/macppc/conf/POWERMAC_G5	Sun Mar  4 00:22:21 2018
@@ -105,8 +105,8 @@ options 	WS_KERNEL_BG=WSCOL_LIGHT_WHITE
 options 	FONT_GALLANT12x22
 
 # Kernel root file system and dump configuration.
-#config		netbsd	root on ? type ?
-config		netbsd	root on gem0 type nfs
+config		netbsd	root on ? type ?
+#config		netbsd	root on gem0 type nfs
 options         NFS_BOOT_DHCP
 
 #

Reply via email to