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 3a2040e commit f2d4f8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boot/grubfm/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ if [ $CPU32 = true -a $MBR = true ]; then set MBR32=true; fi

export MBR EFI MBR32 MBR64 EFI32 EFI64 CPU32 CPU64
export grub_secureboot=$"Not available"
stat -r -q -s RAM;
export RAM;
set color_normal=yellow/black
if $MBR; then echo Legacy\\MBR\\CSM ; fi
if $EFI64; then echo -n "UEFI64 - "; fi
Expand Down

0 comments on commit f2d4f8b

Please sign in to comment.