We still support PLIP devices, so mention them in addition to ethernet.
This commit is contained in:
parent
479b7f4288
commit
d460534b49
@ -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))
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user