Skip to content

Commit

Permalink
void: update to the latest available rootfs
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Jan 9, 2025
1 parent 1c1003a commit 1396987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distro-build/void.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dist_name="Void Linux"
dist_version="20230628"
dist_version="20240314"

bootstrap_distribution() {
sudo rm -f "${ROOTFS_DIR}"/void-*.tar.xz

for arch in aarch64 armv7l i686 x86_64; do
curl --fail --location \
--output "${WORKDIR}/void-${arch}.tar.xz" \
"https://repo-default.voidlinux.org/live/${dist_version}/void-${arch}-ROOTFS-${dist_version}.tar.xz"
"https://repo-default.voidlinux.org/live/current/void-aarch64-ROOTFS-${dist_version}.tar.xz"

sudo rm -rf "${WORKDIR}/void-$(translate_arch "$arch")"
sudo mkdir -m 755 "${WORKDIR}/void-$(translate_arch "$arch")"
Expand Down

0 comments on commit 1396987

Please sign in to comment.