- mkdir try5
- cd try5/
- tar xf /usr/src/linux-source-5.10.tar.xz
- unxz </usr/src/linux-patch-5.10-rt.patch.xz | less
- cd linux-source-5.10/
- unxz </usr/src/linux-patch-5.10-rt.patch.xz | patch -p1
- cp /usr/src/linux-config-5.10/config.amd64_rt_amd64.xz .
- unxz config.amd64_rt_amd64.xz
- cp config.amd64_rt_amd64 .config
- # make menuconfig
- make clean
- time nice -n 19 make -j16 deb-pkg 2>&1 | tee -a buildlog.log
Build Debian kernel manually from source
Posted by Anonymous on Thu 10th Mar 2022 10:03
raw | new post
view followups (newest first): Build Debian kernel manually from source by Anonymous
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.