diff --git a/live/config-cdroot/fix_bootconfig.aarch64 b/live/config-cdroot/fix_bootconfig.aarch64 index f51261b107..68d221d7af 100755 --- a/live/config-cdroot/fix_bootconfig.aarch64 +++ b/live/config-cdroot/fix_bootconfig.aarch64 @@ -20,7 +20,7 @@ fi test -f $dst/.profile && . $dst/.profile arch=`uname -m` -profile=$(echo "$kiwi_profiles" | tr "-" " ") +profile=$(echo "$kiwi_profiles" | tr "_" " ") label="$profile ($arch)" if [ -d "$dst/boot/grub2/themes/SLE" ]; then @@ -36,7 +36,6 @@ cat >$dst/boot/grub2/grub.cfg <$dst/boot/grub2/grub.cfg < + +- Do not set the root in /boot/grub2/grub.cfg file, it was wrong + and the root is already set in the /boot/grub2/earlyboot.cfg + file (bsc#1236873) +- Replace underscores in the boot menu label by spaces + ------------------------------------------------------------------- Wed May 7 07:07:33 UTC 2025 - Ladislav Slezák