From b7d22cd14bc15a431669935a3c5780122f4ccfc0 Mon Sep 17 00:00:00 2001 From: otoburb Date: Mon, 4 Apr 2011 13:03:14 +0000 Subject: [PATCH] Revert "factor.sh: Propogated NO_UI=1 flag into the bootstrap via -exclude="ui ui.tools"" This reverts commit 0d49e736544da6a19e49acfed6a80ac24eafdac0. --- build-support/factor.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build-support/factor.sh b/build-support/factor.sh index 35ee32706c..52a989b78d 100755 --- a/build-support/factor.sh +++ b/build-support/factor.sh @@ -493,11 +493,7 @@ copy_fresh_image() { } bootstrap() { - if [[ -z $NO_UI ]]; then - ./$FACTOR_BINARY -i=$BOOT_IMAGE - else - ./$FACTOR_BINARY -i=$BOOT_IMAGE -exclude="ui ui.tools" - fi + ./$FACTOR_BINARY -i=$BOOT_IMAGE copy_fresh_image }