Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf no more need to hardwire the boot device



details:   https://anonhg.NetBSD.org/src/rev/40b81367f556
branches:  trunk
changeset: 830287:40b81367f556
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sun Mar 04 00:22:21 2018 +0000

description:
no more need to hardwire the boot device

diffstat:

 sys/arch/macppc/conf/POWERMAC_G5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 07efb50f2a31 -r 40b81367f556 sys/arch/macppc/conf/POWERMAC_G5
--- a/sys/arch/macppc/conf/POWERMAC_G5  Sun Mar 04 00:21:20 2018 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5  Sun Mar 04 00:22:21 2018 +0000
@@ -105,8 +105,8 @@
 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
 
 #



Home | Main Index | Thread Index | Old Index