Omitting memtest in binary if chroot filesystem is set to none.

This commit is contained in:
Daniel Baumann 2012-12-30 12:58:31 +01:00
parent 6d81ec003d
commit 1c5b4985dc
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Arguments "${@}"
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
if [ "${LB_MEMTEST}" = "false" ] || [ "${LB_MEMTEST}" = "none" ]
if [ "${LB_MEMTEST}" = "false" ] || [ "${LB_MEMTEST}" = "none" ] || [ "${LB_CHROOT_FILESYSTEM}" = "none" ]
then
exit 0
fi