Skip to content

Commit

Permalink
drop recovery mode, add low mem mode
Browse files Browse the repository at this point in the history
  • Loading branch information
YukariChiba committed Aug 13, 2024
1 parent 7562d34 commit 472f302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/limine_menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ for subprofile in $(ls profiles/$PROFILE/subprofiles); do
else
subprofile_name=$subprofile
fi
limine_menu_render_subprofile_adv "$subprofile_name" "recovery mode" $subprofile "nosplash -- single"
limine_menu_render_subprofile_adv "$subprofile_name" "low memory mode" $subprofile "ram=0 quiet splash"
done

cat <<EOF | $RUNAS tee -a $CFGOUT
Expand Down

0 comments on commit 472f302

Please sign in to comment.