Comment # 3 on bug 908469 from
Ah, I was too quick. We need this patch as well:


diff --git a/modules/KIWILinuxRC.sh b/modules/KIWILinuxRC.sh
index 0d0941b..8d062e6 100644
--- a/modules/KIWILinuxRC.sh
+++ b/modules/KIWILinuxRC.sh
@@ -1572,6 +1572,7 @@ function setupBootLoader {
         arm*)            eval setupBootLoaderUBoot $para ;;
         aarch64-uboot)   eval setupBootLoaderUBoot $para ;;
         aarch64-grub2)   eval setupBootLoaderGrub2 $para ;;
+        arm*-grub2)      eval setupBootLoaderGrub2 $para ;;
         *)
         systemException \
             "*** boot loader setup for $arch-$loader not implemented ***" \


You are receiving this mail because: