Browse Source

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

Juan RP 12 năm trước cách đây
mục cha
commit
0d79e3980b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mklive.sh.in

+ 1 - 1
mklive.sh.in

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