summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-12 17:09:34 +0000
committerjkh <jkh@FreeBSD.org>1996-06-12 17:09:34 +0000
commit019fedf51406787d3904598e45f5a867d406becb (patch)
tree1c95f427eede7e1fd7265bac0eb2b60feb5c7a59 /usr.sbin/sysinstall/menus.c
parent5385a16e568ad4f2389c1e970e693ac8f1b2c702 (diff)
downloadFreeBSD-src-019fedf51406787d3904598e45f5a867d406becb.zip
FreeBSD-src-019fedf51406787d3904598e45f5a867d406becb.tar.gz
Dispense with the special case handling of cuaa* devices by synthesizing
separate entries for sl0 and ppp0 on each device.
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 7d91b31..b6651ec 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.64 1996/06/12 14:02:12 jkh Exp $
+ * $Id: menus.c,v 1.65 1996/06/12 14:20:18 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -490,15 +490,14 @@ select one of the following tape devices detected on your system.",
DMenu MenuNetworkDevice = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"Network interface information required",
- "If you are using PPP over a serial device (cuaa0 or cuaa1) as opposed\n\
-to a direct ethernet connection, then you may first need to dial your\n\
-service provider using the ppp utility we provide for that purpose.\n\
-You can also install over a parallel port using a special \"laplink\"\n\
-cable, though this only works if you have another FreeBSD machine running\n\
-a fairly recent (2.0R or later) release to talk to.\n\n\
-To use PPP, select one of the serial devices, otherwise select lp0 for\n\
-the parallel port or one of the ethernet controllers (if you have one)\n\
-for an ethernet installation.",
+ "If you are using PPP over a serial device as opposed\n"
+ "to a direct ethernet connection, then you may first need to dial your\n"
+ "service provider using the ppp utility we provide for that purpose.\n"
+ "If you're using SLIP over a serial device then it's expected that you\n"
+ "have a hardwired connection.\n\n"
+ "You can also install over a parallel port using a special \"laplink\"\n"
+ "cable to another machine running a fairly recent (2.0R or later) version\n"
+ "of FreeBSD.",
"Press F1 to read network configuration manual",
"network_device",
{ { NULL } },
OpenPOWER on IntegriCloud