From d09421cfe19585e24cc5220525ea48a3e381ebc7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 Aug 2014 09:14:22 +0200 Subject: [PATCH] mklive: remove a check that is no longer necessary. --- mklive.sh.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mklive.sh.in b/mklive.sh.in index 0aa0bf4..d5dc545 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -297,17 +297,8 @@ ISOLINUX_CFG="$ISOLINUX_DIR/isolinux.cfg" : ${XBPS_RECONFIGURE_CMD:=xbps-reconfigure} mkdir -p $ROOTFS $VOIDHOSTDIR $ISOLINUX_DIR $GRUB_DIR -# -# Check there are repos registered before anything. -# -${XBPS_QUERY_CMD} -L >/dev/null 2>&1 -if [ $? -ne 0 ]; then - echo "No repositories available, exiting..." - error_out -fi info_msg "Redirecting stdout/stderr to $LOGFILE ..." - info_msg "[1/9] Synchronizing XBPS repository data..." # Sync index for remote repos first. copy_void_keys $ROOTFS