mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-02-11 18:24:31 +01:00
Merge branch 'path-sbin' into 'master'
Add /sbin to PATH for chroot environments (#126) See merge request fdupoux/sysresccd-src!69
This commit is contained in:
commit
8346de7c27
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