Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
randompersononinternet69 committed Jul 15, 2024
1 parent 7548f9c commit 5f9faa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/grubfm/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export gfxmode=auto;
export gfxpayload=keep;
terminal_output gfxterm;
echo Starting G2FM alpha...
# The following code is from agFM (a1ive's grub2 file manager) for Easy2Boot
# The following code is from agFM for Easy2Boot
set CPU64=false; set CPU32=false; set MBR=false; set EFI=false; set EFI64=false; set EFI32=false; set MBR32=false; set MBR64=false
set CPU32=true
if cpuid -l; then set CPU64=true; fi
Expand Down

0 comments on commit 5f9faa5

Please sign in to comment.