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:
parent
8160baf419
commit
884d1375fc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174371
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user