aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Cran <brucec@FreeBSD.org>2010-11-13 01:21:55 +0000
committerRebecca Cran <brucec@FreeBSD.org>2010-11-13 01:21:55 +0000
commit804f3a63ac7ad5f1f0593d4ce38162e188382430 (patch)
tree4fa9498f2a890f2cc8a7f46f7d03b9941f4a6c53
parent7cdc1c00078917c2d9ec80a0deceeb322483cac4 (diff)
Notes
-rw-r--r--usr.sbin/sysinstall/install.c2
-rw-r--r--usr.sbin/sysinstall/menus.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 4bf67ea00ea4d..273f221297e31 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -692,7 +692,7 @@ nodisks:
"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))
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 2015978b27947..271909da3c27b 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -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",