mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
run kind of runs
This commit is contained in:
@@ -7,7 +7,7 @@ import tarfile
|
||||
import common
|
||||
|
||||
|
||||
class DockerComponent(common.Component):
|
||||
class DockerComponent(self.Component):
|
||||
def get_argparse_args(self):
|
||||
return {
|
||||
'description': '''\
|
||||
@@ -68,7 +68,7 @@ See also:https://github.com/cirosantilli/linux-kernel-module-cheat#ubuntu-guest-
|
||||
kwargs['docker_tar_dir'],
|
||||
kwargs['docker_rootfs_raw_file'],
|
||||
])
|
||||
common.raw_to_qcow2(prebuilt=True)
|
||||
self.raw_to_qcow2(prebuilt=True)
|
||||
|
||||
def get_build_dir(self, args):
|
||||
return kwargs['docker_build_dir']
|
||||
|
||||
Reference in New Issue
Block a user