mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 20:44:26 +01:00
bak
This commit is contained in:
@@ -7,7 +7,7 @@ import tarfile
|
||||
import common
|
||||
|
||||
|
||||
class DockerComponent(common.Component):
|
||||
class DockerComponent(common.BuildComponent):
|
||||
def get_argparse_args(self):
|
||||
return {
|
||||
'description': '''\
|
||||
@@ -76,4 +76,4 @@ See also:https://github.com/cirosantilli/linux-kernel-module-cheat#ubuntu-guest-
|
||||
def get_default_args(self):
|
||||
return {'docker': True}
|
||||
|
||||
DockerComponent().build()
|
||||
DockerComponent().main()
|
||||
|
||||
Reference in New Issue
Block a user