mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-28 22:14:48 +01:00
Add /sbin to PATH for chroot environments (#126)
This commit is contained in:
parent
0dfc571264
commit
ea016587a5
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…
Reference in a new issue