diff options
author | alm <alm@FreeBSD.org> | 1993-09-22 07:38:18 +0000 |
---|---|---|
committer | alm <alm@FreeBSD.org> | 1993-09-22 07:38:18 +0000 |
commit | dca51f7e837aef3aed87b454dc1f3c181380360f (patch) | |
tree | 91cc405d4e4cf8c2af32515d8d5b58453410cc85 /etc/etc.i386/inst2.profile | |
parent | 10fadf89af6c7cd89f9ad29f51f26312c5535df5 (diff) | |
download | FreeBSD-src-dca51f7e837aef3aed87b454dc1f3c181380360f.zip FreeBSD-src-dca51f7e837aef3aed87b454dc1f3c181380360f.tar.gz |
added to install_notes instructions for loading distribtuion
files from a MS-DOS partition.
Minor cleanup:
fixed spelling error in inst1.install
capitalized sentences in kc.profile
reworded initial load_fd options
Diffstat (limited to 'etc/etc.i386/inst2.profile')
-rw-r--r-- | etc/etc.i386/inst2.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.i386/inst2.profile b/etc/etc.i386/inst2.profile index 35c4372..87193eb 100644 --- a/etc/etc.i386/inst2.profile +++ b/etc/etc.i386/inst2.profile @@ -121,7 +121,7 @@ load_fd() altdrive= subdir= while [ -z "$drive" ]; do - echo -n "Read from which drive (a, b, c or ? for help)? [c] " + echo -n "Read from which drive (or ? for help)? [c] " read answer junk case "${answer:-c}" in a*b|A*B) |