summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.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/install.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/install.c')
-rw-r--r--usr.sbin/sysinstall/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 2a6a95b..cd43e94 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 or SLIP/PPP network devices?")) {
+ if (!msgYesNo("Would you like to configure any Ethernet 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))
OpenPOWER on IntegriCloud