Skip to content

Commit

Permalink
Install grub2-efi through package action
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Bouijoux committed Feb 13, 2024
1 parent 55f26cc commit d1e9acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mageia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ packages:
- kernel-server
- libproxy-pacrunner
- dracut
- grub2-efi
action: install
types:
- vm
Expand Down Expand Up @@ -246,7 +247,7 @@ actions:
# Remove the "Container Image" string as this is going to be am VM
#sed -i 's/[ ]*(Container Image)//;/^VARIANT/d' /etc/os-release
urpmi grub2-efi --no-recommends
#urpmi grub2-efi --no-recommends
grub2-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=mageia --recheck
target="/boot/grub2/grub.cfg"
Expand Down

0 comments on commit d1e9acb

Please sign in to comment.