feature/build-my-own-kernel-rootfs #2

Merged
antoine merged 15 commits from feature/build-my-own-kernel-rootfs into main 2024-01-06 20:25:13 +00:00
Showing only changes of commit 1ed7f4f155 - Show all commits

View File

@ -10,6 +10,7 @@ WD=../out
## Install build tools
# pacman -Syu base-devel bc pahole --ignore linux-firmware
sudo rm -rf "$WD"/linux
## Get kernel source
git clone --depth 1 --branch $KERNEL_VERSION https://github.com/torvalds/linux.git "$WD"/linux