diff --git a/rootfs-kernel/kernel.sh b/rootfs-kernel/kernel.sh index 3b5948c..3bb5ff7 100755 --- a/rootfs-kernel/kernel.sh +++ b/rootfs-kernel/kernel.sh @@ -17,7 +17,7 @@ sudo rm -rf "$WD"/linux git clone --depth 1 --branch v$KERNEL_VERSION https://github.com/torvalds/linux.git "$WD"/linux ## Get Archlinux kernel config -curl -o "$WD"/linux/.config https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/5.11.16.arch1-1/config?ref_type=tags +curl -o "$WD"/linux/.config https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/main/config?ref_type=heads CONFIG_PATH="$WD"/linux/.config