mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
build-linux: --no-modules-install
This commit is contained in:
@@ -539,8 +539,7 @@ You have to checkout to the latest tag to ensure that the scripts match the rele
|
||||
Be saner and use our custom built QEMU instead:
|
||||
|
||||
....
|
||||
git submodule update --init --recursive "$(./getvar qemu_source_dir)"
|
||||
./build-qemu
|
||||
./build --download-dependencies qemu
|
||||
./run
|
||||
....
|
||||
|
||||
@@ -549,7 +548,8 @@ This also allows you to <<your-first-qemu-hack,modify QEMU>> if you're into that
|
||||
To build the kernel modules as in <<your-first-kernel-module-hack>> do:
|
||||
|
||||
....
|
||||
./build-linux -- modules_prepare
|
||||
git submodule update --depth 1 --init --recursive "$(./getvar linux_source_dir)"
|
||||
./build-linux --no-modules-install -- modules_prepare
|
||||
./build-modules
|
||||
./run
|
||||
....
|
||||
@@ -561,6 +561,7 @@ This command automatically falls back to the Ubuntu packaged GCC since you don't
|
||||
To modify the Linux kernel, build and use it as usual:
|
||||
|
||||
....
|
||||
git submodule update --depth 1 --init --recursive "$(./getvar linux_source_dir)"
|
||||
./build-linux
|
||||
./run
|
||||
....
|
||||
|
||||
Reference in New Issue
Block a user