fixit.profile revision 23257
17063Sphk:
223257Sjoerg# $Id: fixit.profile,v 1.5 1997/02/22 14:10:25 peter Exp $
37063Sphk
419571Sjoergexport BLOCKSIZE=K
519571Sjoergexport PS1="Fixit# "
619571Sjoergexport EDITOR="/mnt2/stand/vi"
719571Sjoergexport PAGER="/mnt2/stand/more"
823257Sjoergexport SCSI_MODES="/mnt2/usr/share/misc/scsi_modes"
919999Sjoerg# the root MFS doesn't have /dev/nrst0, pick a better default for mt(1)
1019999Sjoergexport TAPE=/mnt2/dev/nrst0
1119571Sjoerg
1219571Sjoergalias ls="ls -F"
1319571Sjoergalias ll="ls -l"
1419571Sjoergalias m="more -e"
1519571Sjoerg
1619571Sjoergecho '+---------------------------------------------------------------+'
1719571Sjoergecho '| You are now running from a FreeBSD "fixit" floppy.            |'
1819571Sjoergecho '| ------------------------------------------------------------- |'
1919571Sjoergecho "| When you're finished with this shell, please type exit.       |"
2019571Sjoergecho '| The fixit floppy itself is mounted as /mnt2.                  |'
2119571Sjoergecho '|                                                               |'
2219571Sjoergecho '| You might want to symlink /mnt/etc/*pwd.db and /mnt/etc/group |'
2319571Sjoergecho '| to /etc after mounting a root filesystem from your disk.      |'
2419571Sjoergecho '| tar(1) will not restore all permissions correctly otherwise!  |'
2519999Sjoergecho '|                                                               |'
2619999Sjoergecho '| Note: you might use the arrow keys to browse through the      |'
2719999Sjoergecho '| command history of this shell.                                |'
2819571Sjoergecho '+---------------------------------------------------------------+'
297063Sphkecho
307063Sphkecho 'Good Luck!'
317063Sphkecho
327063Sphk
3319571Sjoerg# Make the arrow keys work; everybody will love this.
3419571Sjoergset -o emacs 2>/dev/null
357063Sphk
3619571Sjoergcd /
37