mklive.sh.in: add -S to XBPS_ARGS, to make this work with remote repos.

This commit is contained in:
Juan RP 2013-07-12 10:22:21 +02:00
parent b6ae26ddf2
commit 0d79e3980b

View File

@ -363,7 +363,7 @@ if [ $? -ne 0 ]; then
error_out
fi
XBPS_ARGS="-r $ROOTFS -y"
XBPS_ARGS="-r $ROOTFS -Sy"
if [ -n "$REPOSITORY_CACHE" ]; then
XBPS_ARGS="$XBPS_ARGS -c $REPOSITORY_CACHE"
fi