14 lines
317 B
Plaintext
14 lines
317 B
Plaintext
# $Id: dot.profile,v 1.1.1.1 1994/08/29 15:30:16 cgd Exp $
|
|
|
|
PATH=/sbin:/bin:/
|
|
export PATH
|
|
|
|
if [ "X${DONEPROFILE}" = "X" ]; then
|
|
DONEPROFILE=YES
|
|
|
|
echo -n "Enter 'copy_kernel' at the prompt to copy a kernel to your "
|
|
echo "hard disk,"
|
|
echo "'reboot' to reboot the system, or 'halt' to halt the system."
|
|
echo ""
|
|
fi
|