mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 11:11:35 +01:00
update kernel version everywhere
This commit is contained in:
2
run
2
run
@@ -160,7 +160,7 @@ Example: `./run --kernel-cli-after-dash 'lkmc_eval="wget google.com" lkmc_lala=y
|
||||
)
|
||||
self.add_argument(
|
||||
'--kernel-version',
|
||||
default='5.0',
|
||||
default=common.consts['linux_kernel_version'],
|
||||
help='''\
|
||||
Pass a base64 encoded command line parameter that gets evalled at the end of
|
||||
the normal init.
|
||||
|
||||
Reference in New Issue
Block a user