Skip to content

Commit

Permalink
Update bootstrap 2024.04.01, glibc, fakerrot
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 committed Apr 26, 2024
1 parent f069ad0 commit a080a83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ OUT_TGZ=rootfs.tar.gz

DLR=curl
DLR_FLAGS=-L
BASE_URL=http://mirrors.edge.kernel.org/archlinux/iso/2024.03.29/archlinux-bootstrap-x86_64.tar.gz
FRTCP_URL=https://github.com/yuk7/arch-prebuilt/releases/download/23121300/fakeroot-tcp-1.32.2-1-x86_64.pkg.tar.zst
GLIBC_URL=https://github.com/yuk7/arch-prebuilt/releases/download/24022400/glibc-linux-2.39-1-x86_64.pkg.tar.zst
GLIBC_LINUX4_URL=https://github.com/yuk7/arch-prebuilt/releases/download/24022400/glibc-linux4-2.39-1-x86_64.pkg.tar.zst
BASE_URL=http://mirrors.edge.kernel.org/archlinux/iso/2024.04.01/archlinux-bootstrap-x86_64.tar.gz
FRTCP_URL=https://github.com/yuk7/arch-prebuilt/releases/download/24042500/fakeroot-tcp-1.34-1-x86_64.pkg.tar.zst
GLIBC_URL=https://github.com/yuk7/arch-prebuilt/releases/download/24042500/glibc-2.39-2-x86_64.pkg.tar.zst
GLIBC_LINUX4_URL=https://github.com/yuk7/arch-prebuilt/releases/download/24042500/glibc-linux4-2.39-2-x86_64.pkg.tar.zst
PAC_PKGS=archlinux-keyring base less nano sudo vim curl

all: $(OUT_TGZ)
Expand Down

0 comments on commit a080a83

Please sign in to comment.