fixit.profile revision 7063
1:
2# $Id$
3PATH=/stand
4BLOCKSIZE=K
5PS1="Fixit# "
6
7echo '+---------------------------------------------------+'
8echo '| You are now running from a FreeBSD "fixit" floppy |'
9echo '+---------------------------------------------------+'
10echo
11echo 'Good Luck!'
12echo
13
14export PATH BLOCKSIZE PS1
15
16