[util-yaml] revert back to original way

- see issue in manjaro-iso-action: 85832bf08e
This commit is contained in:
Philip Müller 2021-08-15 00:24:50 +00:00
parent d85b80b766
commit 46e558d4b2

View file

@ -58,7 +58,7 @@ write_bootloader_conf(){
echo 'grubCfg: "/boot/grub/grub.cfg"' >> "$conf"
echo 'grubProbe: "grub-probe"' >> "$conf"
echo 'efiBootMgr: "efibootmgr"' >> "$conf"
echo "efiBootloaderId: \"${dist_name}\"" >> "$conf"
echo '#efiBootloaderId: "dirname"' >> "$conf"
echo 'installEFIFallback: true' >> "$conf"
}