diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index 38c40f4d2..090401012 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -47,8 +47,8 @@ _create_iso() { # generate local iso in container #if [[ "${_ARCH}" == "x86_64" ]]; then # echo "Adding custom grub..." - # ${_DLPROG} "https://archboot.com/src/grub/grub-2:2.06.r533.g78bc9a9b2-1-x86_64.pkg.tar.zst" -O "${_W_DIR}/var/cache/pacman/pkg" - # ${_DLPROG} "https://archboot.com/src/grub/grub-2:2.06.r533.g78bc9a9b2-1-x86_64.pkg.tar.zst.sig" -O "${_W_DIR}/var/cache/pacman/pkg" + # ${_DLPROG} -o "${_W_DIR}/var/cache/pacman/pkg "https://archboot.com/src/grub/grub-2:2.06.r533.g78bc9a9b2-1-x86_64.pkg.tar.zst" " + # ${_DLPROG} -o "${_W_DIR}/var/cache/pacman/pkg "https://archboot.com/src/grub/grub-2:2.06.r533.g78bc9a9b2-1-x86_64.pkg.tar.zst.sig" #fi ${_NSPAWN} "${_W_DIR}" /bin/bash -c "umount /tmp;rm -rf /tmp/*;archboot-${_ARCH}-iso.sh -g -s \ -c=${_CONFIG_LOCAL} -i=${_ISONAME}-local-${_ARCH}" || exit 1