We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make -s kernelrelease
1 parent 55fb54a commit b49f25bCopy full SHA for b49f25b
README.md
@@ -40,7 +40,7 @@ as follows:
40
You may wish to include `-j$(nproc)` on the first `make` command to build in parallel.
41
42
Then, you can use a provided script to create a VHDX containing the modules:
43
- `$ sudo ./Microsoft/scripts/gen_modules_vhdx.sh "$PWD/modules" modules.vhdx`
+ `$ sudo ./Microsoft/scripts/gen_modules_vhdx.sh "$PWD/modules" $(make -s kernelrelease) modules.vhdx`
44
45
To save space, you can now delete the compilation artifacts:
46
`$ make clean && rm -r "$PWD/modules"`
0 commit comments