common: multi arch everywhere

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent bf5cb472de
commit 09659162fb
6 changed files with 100 additions and 100 deletions

4
run
View File

@@ -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))