Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-06-22 21:37:24 +02:00
parent a91fc93154
commit 647b627dc0
2 changed files with 2 additions and 2 deletions

View File

@@ -1960,7 +1960,7 @@ function rebootMenu() {
echo -e "bios \"BIOS/UEFI\"" >>"${TMP_PATH}/opts"
echo -e "poweroff \"Shutdown\"" >>"${TMP_PATH}/opts"
echo -e "shell \"Exit to Shell Cmdline\"" >>"${TMP_PATH}/opts"
dialog --backtitle "$(backtitle)" --title "DSM Frequency Scaling" \
dialog --backtitle "$(backtitle)" --title "Reboot" \
--menu "Choose a Destination" 0 0 0 --file "${TMP_PATH}/opts" \
2>${TMP_PATH}/resp
[ $? -ne 0 ] && return

View File

@@ -46,7 +46,7 @@ load_video
if loadfont unicode; then
if keystatus --shift; then true ; else
insmod gfxterm
set gfxmode=auto
set gfxmode=1024x768
set gfxpayload=auto
terminal_output gfxterm
if terminal_output gfxterm; then true ; else