grub/test.yaml: Simulate bootloaderEntryName instead of shortProductName.

That is what grub/main.py now expects in the global storage.
This commit is contained in:
Kevin Kofler 2014-12-05 00:08:08 +01:00
parent 727db05fdf
commit 20e6cd4ab0

View File

@ -2,4 +2,4 @@ rootMountPoint: /tmp/mount
bootLoader: bootLoader:
installPath: /dev/sdb installPath: /dev/sdb
branding: branding:
shortProductName: "Generic Distro" bootloaderEntryName: "Generic Distro"