Comment out NFS_BOOT_BOOTSTATIC. There no use having it in the default

kernel as it needs manual configuration anyway. Also, if it's enabled
but no static options given, then the kernel will happily configure the
interface as INADDY_ANY and not even try to use DHCP.
This commit is contained in:
tnn 2008-03-27 16:33:32 +00:00
parent 5155960c3f
commit 65052bdca1
4 changed files with 12 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOM0,v 1.11 2008/03/01 18:39:07 bouyer Exp $
# $NetBSD: XEN3_DOM0,v 1.12 2008/03/27 16:33:32 tnn Exp $
include "arch/amd64/conf/std.xen"
@ -140,7 +140,8 @@ options IPFILTER_LOOKUP # ippool(8) support
#options ALTQ_RIO # RED with IN/OUT
#options ALTQ_WFQ # Weighted Fair Queueing
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTSTATIC
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
#options NFS_BOOT_BOOTSTATIC
#options NFS_BOOTSTATIC_MYIP="\"169.254.1.2\""
#options NFS_BOOTSTATIC_GWIP="\"169.254.1.1\""
#options NFS_BOOTSTATIC_MASK="\"255.255.255.0\""

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOMU,v 1.6 2008/02/29 14:42:32 jmmv Exp $
# $NetBSD: XEN3_DOMU,v 1.7 2008/03/27 16:33:32 tnn Exp $
include "arch/amd64/conf/std.xen"
@ -139,7 +139,8 @@ options IPFILTER_LOOKUP # ippool(8) support
#options ALTQ_RIO # RED with IN/OUT
#options ALTQ_WFQ # Weighted Fair Queueing
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTSTATIC
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
#options NFS_BOOT_BOOTSTATIC
#options NFS_BOOTSTATIC_MYIP="\"169.254.1.2\""
#options NFS_BOOTSTATIC_GWIP="\"169.254.1.1\""
#options NFS_BOOTSTATIC_MASK="\"255.255.255.0\""

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN2_DOM0,v 1.40 2008/02/29 14:42:32 jmmv Exp $
# $NetBSD: XEN2_DOM0,v 1.41 2008/03/27 16:33:32 tnn Exp $
include "arch/xen/conf/std.xen"
@ -163,7 +163,8 @@ options PCIVERBOSE # verbose PCI device autoconfig messages
options SCSIVERBOSE # human readable SCSI error messages
options USBVERBOSE # verbose USB device autoconfig messages
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTSTATIC
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
#options NFS_BOOT_BOOTSTATIC
#options NFS_BOOTSTATIC_MYIP="\"169.254.1.2\""
#options NFS_BOOTSTATIC_GWIP="\"169.254.1.1\""
#options NFS_BOOTSTATIC_MASK="\"255.255.255.0\""

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN2_DOMU,v 1.14 2008/02/29 14:42:32 jmmv Exp $
# $NetBSD: XEN2_DOMU,v 1.15 2008/03/27 16:33:32 tnn Exp $
include "arch/xen/conf/std.xen"
@ -152,7 +152,8 @@ options IPFILTER_LOOKUP # ippool(8) support
#options ALTQ_RIO # RED with IN/OUT
#options ALTQ_WFQ # Weighted Fair Queueing
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTSTATIC
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
#options NFS_BOOT_BOOTSTATIC
#options NFS_BOOTSTATIC_MYIP="\"169.254.1.2\""
#options NFS_BOOTSTATIC_GWIP="\"169.254.1.1\""
#options NFS_BOOTSTATIC_MASK="\"255.255.255.0\""