1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-25 07:49:18 +00:00

- 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
This commit is contained in:
Ulf Lilleengen 2007-12-06 20:25:31 +00:00
parent 8160baf419
commit 884d1375fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174371

View File

@ -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"