Less aggressive fan profile by default for max OC.

This commit is contained in:
fewtarius 2022-03-05 14:59:02 -05:00
parent 8d70392675
commit 932a5a7722
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
GRAPHIC_DRIVERS=""
# kernel serial console
EXTRA_CMDLINE="quiet video=DSI-1:1152x1920p60 fbcon=rotate:3 ssh consoleblank=0 systemd.show_status=0 loglevel=0 panic=20"
EXTRA_CMDLINE="quiet rootwait video=DSI-1:1152x1920p60 fbcon=rotate:3 ssh consoleblank=0 systemd.show_status=0 loglevel=0 panic=20"
# additional packages to install
#ADDITIONAL_PACKAGES=""

View file

@ -50,7 +50,7 @@ case ${PROFILE} in
BIG_CORES="2208000"
GPU="900000000"
DRAM="933000000"
cooling_profile aggressive
cooling_profile moderate
;;
esac