From 04cec317cc4437eed514f4277f6779010e587662 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 18 Feb 2013 11:29:04 +0100 Subject: Removing incomplete support for root-command. --- scripts/build/chroot_sysfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build/chroot_sysfs') 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 -- cgit v1.2.3