summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-03-19 05:47:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-03-19 05:47:48 +0000
commitd6f21d042f94001ecd954580554d0adcbacd1649 (patch)
tree6e24e96e2e9ace23eb146de0c046d82ce613618a /sys/arch/amd64
parent268a29ccc7a2f091447c96a63f1049d7eb3fb87b (diff)
label all interfaces we netboot from in group "netboot", in a MI fashion
ok miod
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/amd64/autoconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/autoconf.c b/sys/arch/amd64/amd64/autoconf.c
index ad277d3cf11..7cb437b6147 100644
--- a/sys/arch/amd64/amd64/autoconf.c
+++ b/sys/arch/amd64/amd64/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.24 2007/12/27 18:04:27 deraadt Exp $ */
+/* $OpenBSD: autoconf.c,v 1.25 2008/03/19 05:47:47 deraadt Exp $ */
/* $NetBSD: autoconf.c,v 1.1 2003/04/26 18:39:26 fvdl Exp $ */
/*-
@@ -169,7 +169,6 @@ diskconf(void)
break;
}
if (ifp) {
- if_addgroup(ifp, "pxeboot");
#if defined(NFSCLIENT)
printf("PXE boot MAC address %s, interface %s\n",
ether_sprintf(bios_bootmac->mac), ifp->if_xname);