We still support PLIP devices, so mention them in addition to ethernet.

This commit is contained in:
brucec 2010-11-13 01:21:55 +00:00
parent 479b7f4288
commit d460534b49
2 changed files with 2 additions and 2 deletions

View File

@ -692,7 +692,7 @@ installStandard(dialogMenuItem *self)
"may do so by typing: /usr/sbin/sysinstall.");
}
if (mediaDevice->type != DEVICE_TYPE_FTP && mediaDevice->type != DEVICE_TYPE_NFS) {
if (!msgYesNo("Would you like to configure any Ethernet network devices?")) {
if (!msgYesNo("Would you like to configure any Ethernet or PLIP network devices?")) {
Device *tmp = tcpDeviceSelect();
if (tmp && !((DevInfo *)tmp->private)->use_dhcp && !msgYesNo("Would you like to bring the %s interface up right now?", tmp->name))

View File

@ -882,7 +882,7 @@ DMenu MenuMediaFTP = {
DMenu MenuNetworkDevice = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"Network interface information required",
"Please select the ethernet device to configure.\n\n"
"Please select the ethernet or PLIP device to configure.\n\n"
"",
"Press F1 to read network configuration manual",
"network_device",