diff options
Diffstat (limited to 'helpers/lh_chroot')
-rwxr-xr-x | helpers/lh_chroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/lh_chroot b/helpers/lh_chroot index 6bd4e90..81681c3 100755 --- a/helpers/lh_chroot +++ b/helpers/lh_chroot @@ -32,6 +32,7 @@ Set_defaults lh_chroot_cache restore ${*} lh_chroot_devpts install ${*} lh_chroot_proc install ${*} +lh_chroot_selinuxfs install ${*} lh_chroot_sysfs install ${*} lh_chroot_debianchroot install ${*} lh_chroot_dpkg install ${*} @@ -72,6 +73,7 @@ lh_chroot_sysv-rc remove ${*} lh_chroot_dpkg remove ${*} lh_chroot_debianchroot remove ${*} lh_chroot_sysfs remove ${*} +lh_chroot_selinuxfs remove ${*} lh_chroot_proc remove ${*} lh_chroot_devpts remove ${*} lh_chroot_cache save ${*} |