From efc5bb557d06da81f2f64af5355b44544bed7c5d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 31 Mar 2008 22:27:44 +0000 Subject: 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 --- sys/nfs/nfs_boot.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/nfs/nfs_boot.c') 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. -- cgit v1.2.3