We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df453ba commit 9a00d12Copy full SHA for 9a00d12
1 file changed
lib/qemu.py
@@ -44,6 +44,7 @@ def configure_from_env(self):
44
self.cpu = get_env_var('CPU', self.cpu)
45
self.smp = get_env_var('SMP', self.smp)
46
self.mem = get_env_var('QEMU_MEM_SIZE', self.mem)
47
+ self.initrd = get_env_var('QEMU_INITRD', self.initrd)
48
self.cloud_image = get_env_var('CLOUD_IMAGE', self.cloud_image)
49
self.host_mount = get_env_var('QEMU_HOST_MOUNT', self.host_mount)
50
self.compat_rootfs = get_env_var('COMPAT_USERSPACE', self.compat_rootfs)
0 commit comments