From 0d79e3980b307990661e6ba140d00baa0deb1d33 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 12 Jul 2013 10:22:21 +0200 Subject: mklive.sh.in: add -S to XBPS_ARGS, to make this work with remote repos. --- mklive.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mklive.sh.in b/mklive.sh.in index 3571a03..a5c2832 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -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 -- cgit 1.4.1