From 20e6cd4ab023c97830ad62fb4d2f3f3d530258f0 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Fri, 5 Dec 2014 00:08:08 +0100 Subject: [PATCH] grub/test.yaml: Simulate bootloaderEntryName instead of shortProductName. That is what grub/main.py now expects in the global storage. --- src/modules/grub/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/grub/test.yaml b/src/modules/grub/test.yaml index 1cd6c418f..99ec8a3df 100644 --- a/src/modules/grub/test.yaml +++ b/src/modules/grub/test.yaml @@ -2,4 +2,4 @@ rootMountPoint: /tmp/mount bootLoader: installPath: /dev/sdb branding: - shortProductName: "Generic Distro" + bootloaderEntryName: "Generic Distro"