diff --git a/rootfs-kernel/kernel.sh b/rootfs-kernel/kernel.sh index d464cd9..2c95988 100755 --- a/rootfs-kernel/kernel.sh +++ b/rootfs-kernel/kernel.sh @@ -14,7 +14,7 @@ WD=../out git clone --depth 1 --branch $KERNEL_VERSION https://github.com/torvalds/linux.git "$WD"/linux ## Get Archlinux kernel config -curl -o "$WD"/linux/.config https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux +curl -o "$WD"/linux/.config https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/2db49d4fbcda88d76a4c236ccb5a7986715d70ba/config CONFIG_PATH="$WD"/linux/.config