summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/tape.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-20 19:36:31 +0000
committerjkh <jkh@FreeBSD.org>1997-01-20 19:36:31 +0000
commit45fb17ad744824b73bef83557a44646b4b313d72 (patch)
tree138073ddbf64d083f49c4896bd706703bd4588af /release/sysinstall/tape.c
parent1a443b32109a155b8b3cdef441dfb795a0fb907e (diff)
downloadFreeBSD-src-45fb17ad744824b73bef83557a44646b4b313d72.zip
FreeBSD-src-45fb17ad744824b73bef83557a44646b4b313d72.tar.gz
A couple of cosmetic tweaks to tape install method and fstab file format.
Submitted-By: Flemming Jacobsen <fj@schizo.dk.tfs.com>
Diffstat (limited to 'release/sysinstall/tape.c')
-rw-r--r--release/sysinstall/tape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/tape.c b/release/sysinstall/tape.c
index 31c99dd..94bb6ea 100644
--- a/release/sysinstall/tape.c
+++ b/release/sysinstall/tape.c
@@ -65,7 +65,7 @@ mediaInitTape(Device *dev)
return FALSE;
}
/* We know the tape is already in the drive, so go for it */
- msgNotify("Attempting to extract from %s...", dev->description);
+ msgNotify("Extracting distributions from %s...", dev->description);
if (!strcmp(dev->name, "rft0"))
i = vsystem("ft | cpio -idum %s --block-size %s", cpioVerbosity(), mediaTapeBlocksize());
else
OpenPOWER on IntegriCloud