mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
- Add extra paths for GEOM_LIBRARY_PATH to the fixit environment to enable all
geom commands in a chrooted environment on the livefs cd. PR: misc/120169 Approved by: pjd (mentor) MFC after: 2 days
This commit is contained in:
parent
9d19384836
commit
22d202a38f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175986
@ -9,7 +9,7 @@ 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"
|
||||
export GEOM_LIBRARY_PATH="/mnt2/lib/geom:/lib/geom"
|
||||
|
||||
alias ls="ls -F"
|
||||
alias ll="ls -l"
|
||||
|
Loading…
Reference in New Issue
Block a user