summaryrefslogtreecommitdiff
path: root/release/fixit.profile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-11-09 16:25:47 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-11-09 16:25:47 +0000
commit518c7f2a9adccb498d74983ad0a44ceaebadd4ab (patch)
tree434f699a559264a1da3e540461282ac615b22125 /release/fixit.profile
parent501d86efdd49361bfcc65f7f802f2651978280d9 (diff)
Notes
Diffstat (limited to 'release/fixit.profile')
-rw-r--r--release/fixit.profile31
1 files changed, 23 insertions, 8 deletions
diff --git a/release/fixit.profile b/release/fixit.profile
index 38bdf8b94fe1..d096c9d65da6 100644
--- a/release/fixit.profile
+++ b/release/fixit.profile
@@ -1,15 +1,30 @@
:
-# $Id$
-PATH=/stand
-BLOCKSIZE=K
-PS1="Fixit# "
+# $Id: fixit.profile,v 1.1 1995/03/15 06:14:19 phk Exp $
-echo '+---------------------------------------------------+'
-echo '| You are now running from a FreeBSD "fixit" floppy |'
-echo '+---------------------------------------------------+'
+export BLOCKSIZE=K
+export PS1="Fixit# "
+export EDITOR="/mnt2/stand/vi"
+export PAGER="/mnt2/stand/more"
+
+alias ls="ls -F"
+alias ll="ls -l"
+alias m="more -e"
+
+echo '+---------------------------------------------------------------+'
+echo '| You are now running from a FreeBSD "fixit" floppy. |'
+echo '| ------------------------------------------------------------- |'
+echo "| When you're finished with this shell, please type exit. |"
+echo '| The fixit floppy itself is mounted as /mnt2. |'
+echo '| |'
+echo '| You might want to symlink /mnt/etc/*pwd.db and /mnt/etc/group |'
+echo '| to /etc after mounting a root filesystem from your disk. |'
+echo '| tar(1) will not restore all permissions correctly otherwise! |'
+echo '+---------------------------------------------------------------+'
echo
echo 'Good Luck!'
echo
-export PATH BLOCKSIZE PS1
+# Make the arrow keys work; everybody will love this.
+set -o emacs 2>/dev/null
+cd /