mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-08 15:53:41 +00:00
Add /sbin to PATH for chroot environments (#126)
This commit is contained in:
parent
0dfc571264
commit
ea016587a5
1 changed files with 2 additions and 0 deletions
2
airootfs/etc/profile.d/env-path.sh
Normal file
2
airootfs/etc/profile.d/env-path.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# /sbin is not used on ArchLinux but it is often required in chroot
|
||||
export PATH=${PATH}:/sbin
|
||||
Loading…
Add table
Add a link
Reference in a new issue