Subject: sysinst and sl
To: None <tech-install@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-install
Date: 02/15/2005 08:45:17
I have used slip to do several NetBSD installs using sysinst. But it has
been a couple years.

My source still has this modification. All it does is remove the sl from
the ignored_if_names list so sl will be available.

Index: distrib/utils/sysinst/net.c
===================================================================
RCS file: /cvsroot/src/distrib/utils/sysinst/net.c,v
retrieving revision 1.105
diff -b -u -r1.105 net.c
--- distrib/utils/sysinst/net.c	11 Nov 2004 22:10:54 -0000	1.105
+++ distrib/utils/sysinst/net.c	15 Feb 2005 16:39:00 -0000
@@ -207,10 +207,10 @@
 	"lo",			/* net */
 #if 0
 	"mdecap",		/* netinet -- never in IF list (?) XXX */
+	"sl",			/* net */
 #endif
 	"nsip",			/* netns */
 	"ppp",			/* net */
-	"sl",			/* net */
 	"strip",		/* net */
 	"tun",			/* net */
 	/* XXX others? */


Why isn't sl available?

Is this useful for others?

Or too confusing to have in sysinst?

Or should there be some option to be able to manually enter in interface
name if desired?

 Jeremy C. Reed

 	  	 	 BSD News, BSD tutorials, BSD links
	  	 	 http://www.bsdnewsletter.com/