mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
improve the release procedure
This commit is contained in:
@@ -15,7 +15,8 @@ class Main(common.BuildCliFunction):
|
||||
def __init__(self):
|
||||
super().__init__(
|
||||
description='''\
|
||||
Run Linux on an emulator
|
||||
Build Buildroot. This includes, notably: the userland GCC cross-toolchain,
|
||||
and the root filesystem.
|
||||
''')
|
||||
self.add_argument(
|
||||
'--build-linux', default=False,
|
||||
|
||||
Reference in New Issue
Block a user