16 lines
287 B
Plaintext
16 lines
287 B
Plaintext
:
|
|
# $Id$
|
|
PATH=/stand
|
|
BLOCKSIZE=K
|
|
PS1="Fixit# "
|
|
|
|
echo '+---------------------------------------------------+'
|
|
echo '| You are now running from a FreeBSD "fixit" floppy |'
|
|
echo '+---------------------------------------------------+'
|
|
echo
|
|
echo 'Good Luck!'
|
|
echo
|
|
|
|
export PATH BLOCKSIZE PS1
|
|
|