diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-18 11:29:04 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:06 +0200 |
commit | 04cec317cc4437eed514f4277f6779010e587662 (patch) | |
tree | 16e00a5358affa5a5b906f2c0d3f38d628ab0b2e /scripts/build/chroot_selinuxfs | |
parent | 3f3d05b2e654a4ec312cb121c991b8c010bf3db1 (diff) | |
download | vyos-live-build-04cec317cc4437eed514f4277f6779010e587662.tar.gz vyos-live-build-04cec317cc4437eed514f4277f6779010e587662.zip |
Removing incomplete support for root-command.
Diffstat (limited to 'scripts/build/chroot_selinuxfs')
-rwxr-xr-x | scripts/build/chroot_selinuxfs | 4 |
1 files changed, 2 insertions, 2 deletions
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 ] |