mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05: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
|
|
|