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