diff options
author | joerg <joerg@FreeBSD.org> | 1997-03-02 11:59:26 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1997-03-02 11:59:26 +0000 |
commit | 11758f633b304dabc54721ce192686e28150d624 (patch) | |
tree | 1a5a7271a4690953d43ae8451884a6a848c1c7fc /release/fixit.profile | |
parent | 99d2db84f9086a1af137f5fa302fb6b0483859a3 (diff) | |
download | FreeBSD-src-11758f633b304dabc54721ce192686e28150d624.zip FreeBSD-src-11758f633b304dabc54721ce192686e28150d624.tar.gz |
. Remove the ${RELEASEDIR} variable, it turned out to be a constant
anyway.
. Add /usr/share/misc/scsi_modes to the fixit floppy, and set the
appropriate env variable.
. Cleanup the (commented out) tags in the entry section a little, to
be more up-to-date.
Diffstat (limited to 'release/fixit.profile')
-rw-r--r-- | release/fixit.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/fixit.profile b/release/fixit.profile index 91ae17a..9ee433f 100644 --- a/release/fixit.profile +++ b/release/fixit.profile @@ -1,10 +1,11 @@ : -# $Id$ +# $Id: fixit.profile,v 1.5 1997/02/22 14:10:25 peter Exp $ export BLOCKSIZE=K export PS1="Fixit# " export EDITOR="/mnt2/stand/vi" export PAGER="/mnt2/stand/more" +export SCSI_MODES="/mnt2/usr/share/misc/scsi_modes" # the root MFS doesn't have /dev/nrst0, pick a better default for mt(1) export TAPE=/mnt2/dev/nrst0 |