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 403af70 commit 5132060
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ if [ "${ID}" = fedora ]; then
matches_cosa_fver=1

dnf install -y grub2-efi-x64 e2fsprogs
id
ls -laR /boot
lsattr -aR /boot
chmod u+rwX /boot
ls -laR /boot
chmod -R a+rX /boot
ls -laR /boot/efi
chmod a+rX /boot/efi
ls -laR /boot/efi
# chmod u+rwX /boot
# ls -laR /boot
# chmod -R a+rX /boot
false
else
false
Expand Down

0 comments on commit 5132060

Please sign in to comment.