mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
common: multi arch everywhere
This commit is contained in:
4
run
4
run
@@ -294,11 +294,11 @@ Run QEMU with VNC instead of the default SDL. Connect to it with:
|
||||
|
||||
def raise_rootfs_not_found():
|
||||
if not self.env['dry_run']:
|
||||
raise Exception('Root filesystem not found. Did you build it?\n' \
|
||||
raise Exception('Root filesystem not found. Did you build it? ' \
|
||||
'Tried to use: ' + self.env['disk_image'])
|
||||
def raise_image_not_found():
|
||||
if not self.env['dry_run']:
|
||||
raise Exception('Executable image not found. Did you build it?\n' \
|
||||
raise Exception('Executable image not found. Did you build it? ' \
|
||||
'Tried to use: ' + self.env['image'])
|
||||
if self.env['image'] is None:
|
||||
raise Exception('Baremetal ELF file not found. Tried:\n' + '\n'.join(paths))
|
||||
|
||||
Reference in New Issue
Block a user