Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/conf Now we get working netboot loader, so ena...
details: https://anonhg.NetBSD.org/src/rev/7255b8739163
branches: trunk
changeset: 782008:7255b8739163
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Oct 12 20:27:39 2012 +0000
description:
Now we get working netboot loader, so enable options NFS_BOOT_DHCP by default.
diffstat:
sys/arch/x68k/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 50b99e9e29ce -r 7255b8739163 sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC Fri Oct 12 20:21:43 2012 +0000
+++ b/sys/arch/x68k/conf/GENERIC Fri Oct 12 20:27:39 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.161 2012/04/29 07:17:11 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.162 2012/10/12 20:27:39 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.161 $"
+#ident "GENERIC-$Revision: 1.162 $"
maxusers 8
@@ -92,7 +92,7 @@
## NFS boot options; not supported currently: needs nfsboot program
#options NFS_BOOT_BOOTPARAM
#options NFS_BOOT_BOOTP
-#options NFS_BOOT_DHCP
+options NFS_BOOT_DHCP
#### Debugging options
Home |
Main Index |
Thread Index |
Old Index