Subject: install/35066: sysinst should save media options in an ifconfig.if(5) file
To: None <install-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <blair.sadewitz@gmail.com>
List: netbsd-bugs
Date: 11/17/2006 19:40:00
>Number:         35066
>Category:       install
>Synopsis:       sysinst should save media options in an ifconfig.if(5) file
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    install-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Nov 17 19:40:00 +0000 2006
>Originator:     Blair Sadewitz
>Release:        NetBSD 4.0/amd64
>Organization:
>Environment:
NetBSD 4.0/amd64 installation from 200611090000Z snapshot, but it is the same with -current
>Description:
I use wm(4), and as media autodetection doesn't work, I must specify it manually in sysinst.  It would be convenient if this was safed in an ifconfig.if(5) file, as all other meaningful network options are retained.

Another, less-critical, but still handy feature request would be to list the media options for all available interfaces when the user is prompted to specify them, as not everyone knows what they are.

>How-To-Repeat:
Use a media option in sysinst; it is not retained, unlike DHCP/IP address settings, et. al.

>Fix:
Save the media options in ifconfig.if(5) file. This should be trivial as sysinst already creates this file and writes "up" to it.