Revert for DOM0 as well at request of Christoph Egger.
I guess this bootstatic stuff is supposed to play nicely with dhcp, but it still doesn't for me. I suspect it's due to misdetecting the bootdev.
This commit is contained in:
parent
feb4783fdf
commit
b2e98d2a76
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN3_DOM0,v 1.12 2008/03/27 16:33:32 tnn Exp $
|
||||
# $NetBSD: XEN3_DOM0,v 1.13 2008/03/27 18:42:16 tnn Exp $
|
||||
|
||||
include "arch/amd64/conf/std.xen"
|
||||
|
||||
@ -140,8 +140,7 @@ 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
|
||||
#options NFS_BOOT_BOOTSTATIC
|
||||
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM,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\""
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN2_DOM0,v 1.41 2008/03/27 16:33:32 tnn Exp $
|
||||
# $NetBSD: XEN2_DOM0,v 1.42 2008/03/27 18:42:16 tnn Exp $
|
||||
|
||||
include "arch/xen/conf/std.xen"
|
||||
|
||||
@ -163,8 +163,7 @@ 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
|
||||
#options NFS_BOOT_BOOTSTATIC
|
||||
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM,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\""
|
||||
|
Loading…
Reference in New Issue
Block a user