summaryrefslogtreecommitdiffstats
path: root/release/fixit.profile
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2007-12-06 20:25:31 +0000
committerlulf <lulf@FreeBSD.org>2007-12-06 20:25:31 +0000
commita4805bb2bf55dc9808cbea84526fe0b5dfc623fe (patch)
treef14ab15b1fcca92c88456169136d98e4db38238c /release/fixit.profile
parentdce7a4b1a7a937f50d365dd1d61fae78bb733b90 (diff)
downloadFreeBSD-src-a4805bb2bf55dc9808cbea84526fe0b5dfc623fe.zip
FreeBSD-src-a4805bb2bf55dc9808cbea84526fe0b5dfc623fe.tar.gz
- Add support for all geom class command options in the Fixit environment by
pointing GEOM_LIBRARY_PATH to the geom libraries. PR: misc/113543 Submitted by: Ed Schouten <ed -at- fxq.nl> Approved by: pjd (mentor) MFC after: 1 day
Diffstat (limited to 'release/fixit.profile')
-rw-r--r--release/fixit.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/fixit.profile b/release/fixit.profile
index b81395c..8f23955 100644
--- a/release/fixit.profile
+++ b/release/fixit.profile
@@ -8,6 +8,8 @@ export PAGER="/mnt2/stand/more"
export SCSI_MODES="/mnt2/usr/share/misc/scsi_modes"
# the root MFS doesn't have /dev/nrsa0, pick a better default for mt(1)
export TAPE=/mnt2/dev/nrsa0
+# make geom(8) utilities find their modules
+export GEOM_LIBRARY_PATH="/mnt2/lib/geom"
alias ls="ls -F"
alias ll="ls -l"
OpenPOWER on IntegriCloud