summaryrefslogtreecommitdiffstats
path: root/release/netinst.sh
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-17 11:53:14 +0000
committerjkh <jkh@FreeBSD.org>1994-11-17 11:53:14 +0000
commit403695a4c201383ec258529d32e21762769c1567 (patch)
tree9a7311ccacdb0b50e0a4eabd45553518b43fa05a /release/netinst.sh
parent91b83599a74e7f38e442ffd2471a9a887656f4fb (diff)
downloadFreeBSD-src-403695a4c201383ec258529d32e21762769c1567.zip
FreeBSD-src-403695a4c201383ec258529d32e21762769c1567.tar.gz
Eliminate the use of cpio in extraction. The stupid thing whines too much,
and it doesn't support --unlink. I think it's time to nuke cpio completely out of the installation process, unless someone can think of a really good reason to keep it (and don't say multiple volume extraction since we a) don't use it anywhere anyway, and b) tar supports that too, now).
Diffstat (limited to 'release/netinst.sh')
-rw-r--r--release/netinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/netinst.sh b/release/netinst.sh
index 417293a..3afc72a 100644
--- a/release/netinst.sh
+++ b/release/netinst.sh
@@ -10,7 +10,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: bininst,v 1.38 1994/11/15 13:40:00 jkh Exp $
+# $Id: netinst.sh,v 1.1 1994/11/16 07:51:45 jkh Exp $
if [ "$_NETINST_SH_LOADED_" = "yes" ]; then
return 0
@@ -63,7 +63,7 @@ network_setup_slip()
serial_speed=$answer
clear="--clear"
- if dialog $clear --title "Dial" --yesno "Do you need to dial the phone or otherwise talk to the modem?"; then
+ if dialog $clear --title "Dial" --yesno "Do you need to dial the phone or otherwise talk to the modem?" -1 -1; then
mkdir -p /var/log
touch -f /var/log/aculog > /dev/null 2>&1
chmod 666 /var/log/aculog > /dev/null 2>&1
OpenPOWER on IntegriCloud