Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Nov 30, 2024
1 parent 5132060 commit 201c3cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ if [ "${ID}" = fedora ]; then

dnf install -y grub2-efi-x64 e2fsprogs
ls -laR /boot/efi
chmod a+rX /boot/efi
chmod -v a+rX /boot/efi
ls -laR /boot/efi
chmod -v a+rX /boot/efi/EFI
ls -laR /boot/efi
# chmod u+rwX /boot
# ls -laR /boot
Expand Down

0 comments on commit 201c3cf

Please sign in to comment.