diff options
author | joerg <joerg@FreeBSD.org> | 1996-11-28 08:56:43 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-11-28 08:56:43 +0000 |
commit | 8411333922725d8e298f8d6c46f725eeb353dbaf (patch) | |
tree | debd8c5a5b56b124e15ab2a083a214ffdad9006d /release/fixit.profile | |
parent | f7092d936425854b2e003be61eb725c7115f9faa (diff) | |
download | FreeBSD-src-8411333922725d8e298f8d6c46f725eeb353dbaf.zip FreeBSD-src-8411333922725d8e298f8d6c46f725eeb353dbaf.tar.gz |
Few fixit improvements:
. hint about the usability of the arrow keys,
. export TAPE to an obscure dev node so mt(1) will work correctly.
Diffstat (limited to 'release/fixit.profile')
-rw-r--r-- | release/fixit.profile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/release/fixit.profile b/release/fixit.profile index d096c9d..a9b51ae 100644 --- a/release/fixit.profile +++ b/release/fixit.profile @@ -1,10 +1,12 @@ : -# $Id: fixit.profile,v 1.1 1995/03/15 06:14:19 phk Exp $ +# $Id: fixit.profile,v 1.2 1996/11/09 16:25:31 joerg Exp $ export BLOCKSIZE=K export PS1="Fixit# " export EDITOR="/mnt2/stand/vi" export PAGER="/mnt2/stand/more" +# the root MFS doesn't have /dev/nrst0, pick a better default for mt(1) +export TAPE=/mnt2/dev/nrst0 alias ls="ls -F" alias ll="ls -l" @@ -19,6 +21,9 @@ 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 '| Note: you might use the arrow keys to browse through the |' +echo '| command history of this shell. |' echo '+---------------------------------------------------------------+' echo echo 'Good Luck!' |