diff options
Diffstat (limited to 'utils/job-prereq.py')
-rwxr-xr-x | utils/job-prereq.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/job-prereq.py b/utils/job-prereq.py index a7b414b..c04959b 100755 --- a/utils/job-prereq.py +++ b/utils/job-prereq.py @@ -22,7 +22,7 @@ FILE_MAP_X86 = { # Mapping for qemu between command line QEMU args and LAVA yaml template file names FILE_MAP_QEMU = { "kernel": "kernel", - "initrd": "ramdisk", + "initrd": "rootvd", } def parse_cmdline(machines): |