- #!/bin/ksh93
- #
- # debian11bullseye_linux6_6_20rt225_update.ksh - build a
- # Debian 11-compatible Linux v6.6.20-rt25 kernel
- #
- set -o xtrace
- set -o nounset
- set -o errexit
- git -c 'checkout.workers=16' clone -b 'v6.6.20-rt25' --single-branch git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git
- cd linux-stable-rt
- cp ../debian11_linuxv6_6_20_rt25_32bit.config .config
- time nice -n 19 ksh -c 'CC="gcc -m32" make -j16 bindeb-pkg 2>&1 | tee buildlog.log'
- # EOF.
debian11bullseye_linux6_6_20rt225_update.ksh
Posted by Anonymous on Fri 15th Mar 2024 14:17
raw | new post
view followups (newest first): debian11bullseye_linux6_6_20rt25_update.ksh 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.