summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_boot.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2008-03-31 22:27:41 +0000
committerderaadt <deraadt@openbsd.org>2008-03-31 22:27:41 +0000
commitf0729d1937a3d10645124dc026749e61f60fd781 (patch)
tree8c8efea1eaddb40cfc4cfb552e1671aae4c391b3 /sys/nfs/nfs_boot.c
parentSwitch bootloaders to mi loadfile(). (diff)
downloadwireguard-openbsd-f0729d1937a3d10645124dc026749e61f60fd781.tar.xz
wireguard-openbsd-f0729d1937a3d10645124dc026749e61f60fd781.zip
Refine "netboot" interface group semantics to indicate the interface we
booted from to the most precision; preferring the boot device, or if that is not known, the root device discussed with miod and reyk tested by beck
Diffstat (limited to 'sys/nfs/nfs_boot.c')
-rw-r--r--sys/nfs/nfs_boot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_boot.c b/sys/nfs/nfs_boot.c
index 62a7c5776be..f1a3c241673 100644
--- a/sys/nfs/nfs_boot.c
+++ b/sys/nfs/nfs_boot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_boot.c,v 1.19 2008/03/19 05:47:47 deraadt Exp $ */
+/* $OpenBSD: nfs_boot.c,v 1.20 2008/03/31 22:27:43 deraadt Exp $ */
/* $NetBSD: nfs_boot.c,v 1.26 1996/05/07 02:51:25 thorpej Exp $ */
/*
@@ -154,7 +154,6 @@ nfs_boot_init(nd, procp)
bcopy(ifp->if_xname, ireq.ifr_name, IFNAMSIZ);
printf("nfs_boot: using interface %s, with revarp & bootparams\n",
ireq.ifr_name);
- if_addgroup(ifp, "netboot");
/*
* Bring up the interface.