mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
15 lines
287 B
Text
15 lines
287 B
Text
:
|
|
# $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
|
|
|