Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
randompersononinternet69 committed Jun 23, 2024
1 parent a5ee9c1 commit 6135c84
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions boot/grubfm/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ if $EFI64; then echo -n "UEFI64 - "; fi
if $EFI32; then echo -n "UEFI32 - "; fi
if $CPU32; then echo "32-bit CPU"; fi
if $CPU64; then echo "64-bit CPU"; fi
if [ "$grub_secureboot" = "Enabled" ]; then set color_normal=white/red; fi
if [ "${grub_secureboot}" = "1" ];
then
export grub_secureboot=$"Enabled";
sbpolicy -i;
fi;
if [ "${grub_secureboot}" = "0" ];
then
export grub_secureboot=$"Disabled";
echo Secure Boot: $grub_secureboot
set color_normal=yellow/black
echo Boot drive: $bootdev
echo RAM: ${RAM} MB
Expand Down

0 comments on commit 6135c84

Please sign in to comment.