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_selinuxfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build/chroot_selinuxfs') diff --git a/scripts/build/chroot_selinuxfs b/scripts/build/chroot_selinuxfs index 223d1accf..23c2ae4e5 100755 --- a/scripts/build/chroot_selinuxfs +++ b/scripts/build/chroot_selinuxfs @@ -51,7 +51,7 @@ case "${1}" in mkdir -p chroot/selinux # Mounting /selinux - ${LB_ROOT_COMMAND} mount selinuxfs-live -t selinuxfs chroot/selinux + mount selinuxfs-live -t selinuxfs chroot/selinux else rm -rf chroot/selinux ln -s /selinux chroot/ @@ -77,7 +77,7 @@ case "${1}" in #fuser -km chroot/selinux if [ -e chroot/selinux/enforce ] then - ${LB_ROOT_COMMAND} umount chroot/selinux + umount chroot/selinux fi else if [ -e chroot/selinux ] -- cgit v1.2.3