summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_sysfs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/chroot_sysfs')
-rwxr-xr-xscripts/build/chroot_sysfs4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/chroot_sysfs b/scripts/build/chroot_sysfs
index 9ae890942..a40078f30 100755
--- a/scripts/build/chroot_sysfs
+++ b/scripts/build/chroot_sysfs
@@ -49,7 +49,7 @@ case "${1}" in
mkdir -p chroot/sys
# Mounting /sys
- ${LB_ROOT_COMMAND} mount sysfs-live -t sysfs chroot/sys
+ mount sysfs-live -t sysfs chroot/sys
else
rm -rf chroot/sys
ln -s /sys chroot/
@@ -74,7 +74,7 @@ case "${1}" in
#fuser -km chroot/sys
if [ -e chroot/sys/class ]
then
- ${LB_ROOT_COMMAND} umount chroot/sys
+ umount chroot/sys
fi
else
rm -rf chroot/sys