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_proc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/build/chroot_proc') diff --git a/scripts/build/chroot_proc b/scripts/build/chroot_proc index 96437e563..99dd81178 100755 --- a/scripts/build/chroot_proc +++ b/scripts/build/chroot_proc @@ -49,7 +49,7 @@ case "${1}" in mkdir -p chroot/proc # Mounting /proc - ${LB_ROOT_COMMAND} mount proc-live -t proc chroot/proc + mount proc-live -t proc chroot/proc else rm -rf chroot/proc ln -s /proc chroot/ @@ -73,14 +73,14 @@ case "${1}" in # Workaround binfmt-support /proc locking if [ -e chroot/proc/sys/fs/binfmt_misc/status ] then - ${LB_ROOT_COMMAND} umount chroot/proc/sys/fs/binfmt_misc + umount chroot/proc/sys/fs/binfmt_misc fi # Unmounting /proc #fuser -km chroot/proc if [ -e chroot/proc/version ] then - ${LB_ROOT_COMMAND} umount chroot/proc + umount chroot/proc fi else rm -rf chroot/proc -- cgit v1.2.3