mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
We still support PLIP devices, so mention them in addition to ethernet.
This commit is contained in:
parent
7cdc1c0007
commit
804f3a63ac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215224
@ -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