diff --git a/generator/actions.ml b/generator/actions.ml index f2b94577c..f25280d5c 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -4766,8 +4766,8 @@ C" }; tests = [ InitBasicFS, Always, TestResultTrue ( [["mkdir_p"; "/boot/grub"]; - ["write"; "/boot/grub/device.map"; "(hd0) /dev/vda"]; - ["grub_install"; "/"; "/dev/vda"]; + ["write"; "/boot/grub/device.map"; "(hd0) /dev/sda"]; + ["grub_install"; "/"; "/dev/sda"]; ["is_dir"; "/boot"]]) ]; shortdesc = "install GRUB 1";