Skip to content

Commit

Permalink
[WIP] Building linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed May 2, 2024
1 parent e9a2640 commit 3ddadcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ DEBIAN_FRONTEND="noninteractive" sudo apt-get -y --no-install-recommends install
bison

pushd "$linux_dir"
cp -fv /boot/config-$(uname -r) .config
scripts/config --disable SYSTEM_TRUSTED_KEYS
scripts/config --disable SYSTEM_REVOCATION_KEYS
make -j"$(nproc)" menuconfig
make -j"$(nproc)"
sudo make -j "$(nproc)" modules_install
Expand Down

0 comments on commit 3ddadcd

Please sign in to comment.