scripts/image: fix installer support comment

This commit is contained in:
terratec 2011-08-21 16:02:25 +02:00 committed by Stephan Raue
parent 1ef50ca99f
commit 1b8bb8045e

View File

@ -139,7 +139,7 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
# Update support
[ "$UPDATE_SUPPORT" = "yes" ] && $SCRIPTS/install autoupdate
# Update support
# Installer support
[ "$INSTALLER_SUPPORT" = "yes" ] && $SCRIPTS/install installer
# Devtools... (not for Release)