14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
# $NetBSD: dot.profile,v 1.2 1996/08/30 20:04:05 thorpej 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
|