fixit.profile revision 19999
17063Sphk:
219999Sjoerg# $Id: fixit.profile,v 1.2 1996/11/09 16:25:31 joerg Exp $
37063Sphk
419571Sjoergexport BLOCKSIZE=K
519571Sjoergexport PS1="Fixit# "
619571Sjoergexport EDITOR="/mnt2/stand/vi"
719571Sjoergexport PAGER="/mnt2/stand/more"
819999Sjoerg# the root MFS doesn't have /dev/nrst0, pick a better default for mt(1)
919999Sjoergexport TAPE=/mnt2/dev/nrst0
1019571Sjoerg
1119571Sjoergalias ls="ls -F"
1219571Sjoergalias ll="ls -l"
1319571Sjoergalias m="more -e"
1419571Sjoerg
1519571Sjoergecho '+---------------------------------------------------------------+'
1619571Sjoergecho '| You are now running from a FreeBSD "fixit" floppy.            |'
1719571Sjoergecho '| ------------------------------------------------------------- |'
1819571Sjoergecho "| When you're finished with this shell, please type exit.       |"
1919571Sjoergecho '| The fixit floppy itself is mounted as /mnt2.                  |'
2019571Sjoergecho '|                                                               |'
2119571Sjoergecho '| You might want to symlink /mnt/etc/*pwd.db and /mnt/etc/group |'
2219571Sjoergecho '| to /etc after mounting a root filesystem from your disk.      |'
2319571Sjoergecho '| tar(1) will not restore all permissions correctly otherwise!  |'
2419999Sjoergecho '|                                                               |'
2519999Sjoergecho '| Note: you might use the arrow keys to browse through the      |'
2619999Sjoergecho '| command history of this shell.                                |'
2719571Sjoergecho '+---------------------------------------------------------------+'
287063Sphkecho
297063Sphkecho 'Good Luck!'
307063Sphkecho
317063Sphk
3219571Sjoerg# Make the arrow keys work; everybody will love this.
3319571Sjoergset -o emacs 2>/dev/null
347063Sphk
3519571Sjoergcd /
36