Module Name: src Committed By: tsutsui Date: Fri Oct 12 20:27:39 UTC 2012
Modified Files: src/sys/arch/x68k/conf: GENERIC Log Message: Now we get working netboot loader, so enable options NFS_BOOT_DHCP by default. To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/arch/x68k/conf/GENERIC 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/x68k/conf/GENERIC diff -u src/sys/arch/x68k/conf/GENERIC:1.161 src/sys/arch/x68k/conf/GENERIC:1.162 --- src/sys/arch/x68k/conf/GENERIC:1.161 Sun Apr 29 07:17:11 2012 +++ src/sys/arch/x68k/conf/GENERIC Fri Oct 12 20:27:39 2012 @@ -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 @@ include "arch/x68k/conf/std.x68k" 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 @@ options SYSCTL_INCLUDE_DESCR # Include ## 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