From a2f17cb4ff6ce10c30746951094145ced7d02321 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sun, 12 Sep 1993 22:44:37 +0000 Subject: [PATCH] Change the "Insert secound installation floppy" to "Insert the cpio installation floppy" to reduce confusion as to what floppy is wanted. --- etc/etc.i386/inst1.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/etc.i386/inst1.install b/etc/etc.i386/inst1.install index 6821781a9df5..ab61c2a6904a 100755 --- a/etc/etc.i386/inst1.install +++ b/etc/etc.i386/inst1.install @@ -838,7 +838,7 @@ echo "TERM=pc3" echo "export TERM" echo "mount -at ufs" echo "echo" -echo "echo \"Insert second installation floppy in drive and\"" +echo "echo \"Insert cpio installation floppy in drive and\"" echo "echo -n \"enter that drive's number (e.g. 0 or 1): [0] \"" echo "read resp junk" echo "driveno=\${resp:-0}"