scripts/image: fix installer support comment

This commit is contained in:
terratec 2011-08-21 16:02:25 +02:00
parent fea210e18f
commit b28fb1953a

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)