Revert "factor.sh: Propogated NO_UI=1 flag into the bootstrap via -exclude="ui ui.tools""

This reverts commit 0d49e73654.
db4
otoburb 2011-04-04 13:03:14 +00:00
parent 938d6413d8
commit b7d22cd14b
1 changed files with 1 additions and 5 deletions

View File

@ -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
}