fixit.profile revision 50479
1:
2# $FreeBSD: head/release/fixit.profile 50479 1999-08-28 01:35:59Z peter $
3
4export BLOCKSIZE=K
5export PS1="Fixit# "
6export EDITOR="/mnt2/stand/vi"
7export PAGER="/mnt2/stand/more"
8export SCSI_MODES="/mnt2/usr/share/misc/scsi_modes"
9# the root MFS doesn't have /dev/nrsa0, pick a better default for mt(1)
10export TAPE=/mnt2/dev/nrsa0
11
12alias ls="ls -F"
13alias ll="ls -l"
14alias m="more -e"
15
16echo '+---------------------------------------------------------------+'
17echo '| You are now running from a FreeBSD "fixit" floppy.            |'
18echo '| ------------------------------------------------------------- |'
19echo "| When you're finished with this shell, please type exit.       |"
20echo '| The fixit floppy itself is mounted as /mnt2.                  |'
21echo '|                                                               |'
22echo '| You might want to symlink /mnt/etc/*pwd.db and /mnt/etc/group |'
23echo '| to /etc after mounting a root filesystem from your disk.      |'
24echo '| tar(1) will not restore all permissions correctly otherwise!  |'
25echo '|                                                               |'
26echo '| Note: you might use the arrow keys to browse through the      |'
27echo '| command history of this shell.                                |'
28echo '+---------------------------------------------------------------+'
29echo
30echo 'Good Luck!'
31echo
32
33# Make the arrow keys work; everybody will love this.
34set -o emacs 2>/dev/null
35
36cd /
37