Changed prompt from "> " to "kc > " so that it does not look like the

halt prompt.  Changed the prompt for destination of the kernel copy to
be "copy kernel to > " so that it is clear what it wants..
This commit is contained in:
Rodney W. Grimes 1993-08-24 19:55:16 +00:00
parent 905ee1678d
commit ad49b43628
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325

View File

@ -27,7 +27,7 @@ echo enter '"copy"' at the prompt to copy the kernel on this
echo floppy to your hard disk. enter anything else to reboot,
echo but wait for the machine to restart to remove the floppy.
echo ""
echo -n "> "
echo -n "kc> "
read todo
@ -36,7 +36,7 @@ if [ "$todo"X = copyX ]; then
echo "what disk partition should the kernel be installed on?"
echo "(e.g. "wd0a", "sd0a", etc.)"
echo ""
echo -n "> "
echo -n "copy kernel to> "
read diskpart