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