summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-07-16 20:42:20 +0000
committerbrucec <brucec@FreeBSD.org>2010-07-16 20:42:20 +0000
commit345648161c77b0585270e9d576b88fe96aa96f6c (patch)
tree62280b96dca120d52168599ee5088e9b1c2c0341 /usr.sbin/sysinstall/menus.c
parent7f218ea7f4311ac365547a39526a95ad6d6f48b2 (diff)
downloadFreeBSD-src-345648161c77b0585270e9d576b88fe96aa96f6c.zip
FreeBSD-src-345648161c77b0585270e9d576b88fe96aa96f6c.tar.gz
FreeBSD 8 doesn't support kernel PPP or SLIP; remove code for configuring
and installing via such devices from sysinstall. Reviewed by: randi Approved by: rrs (mentor) MFC after: 1 month
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 9d184e9..58a9950 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -882,13 +882,8 @@ DMenu MenuMediaFTP = {
DMenu MenuNetworkDevice = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"Network interface information required",
- "If you are using PPP over a serial device, as opposed to a direct\n"
- "ethernet connection, then you may first need to dial your Internet\n"
- "Service Provider using the ppp utility we provide for that purpose.\n"
- "If you're using SLIP over a serial device then the expectation is\n"
- "that you have a HARDWIRED connection.\n\n"
- "You can also install over a parallel port using a special \"laplink\"\n"
- "cable to another machine running FreeBSD.",
+ "Please select the ethernet device to configure.\n\n"
+ "",
"Press F1 to read network configuration manual",
"network_device",
{ { NULL } },
OpenPOWER on IntegriCloud