freebsd-dev/release/floppies/fixit/verbatim/.profile
Julian Elischer 43e4c0c1fa stand alone (kinda) floppy generation..
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 ..
1996-05-21 01:12:48 +00:00

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