more stuff

Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
RouxAntoine 2024-01-06 15:50:11 +01:00
parent 7128eb8e35
commit cf45badc74
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -11,8 +11,7 @@ WD=../out
# pacman -Syu base-devel bc pahole --ignore linux-firmware
## Get kernel source
git clone https://github.com/torvalds/linux.git "$WD"/linux
git checkout $KERNEL_VERSION
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