43e4c0c1fa
you still need tohave done a make world and have made 'sysinstall' this should not interfere with existing code as it's standalone. write_mfs_in_kernel.c is duplicated alsewhere.. one will go ..
16 lines
337 B
Bash
16 lines
337 B
Bash
:
|
|
# $Id: fixit.profile,v 1.1 1995/03/15 06:14:19 phk Exp $
|
|
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
|
|
|