Fixing grub.cfg bug invalid font

Removing unused grub locales
This commit is contained in:
Fabio Belavenuto 2023-01-11 09:53:14 -03:00
parent c28436d85e
commit 0c01dbbdf9
47 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
1.0-beta10a 1.0-beta10b

View File

@ -1,5 +1,5 @@
ARPL_VERSION="1.0-beta11" ARPL_VERSION="1.0-beta10b"
# Define paths # Define paths
TMP_PATH="/tmp" TMP_PATH="/tmp"

View File

@ -1025,6 +1025,7 @@ function updateMenu() {
--infobox "Installing new files" 0 0 --infobox "Installing new files" 0 0
# Process update-list.yml # Process update-list.yml
while IFS="=" read KEY VALUE; do while IFS="=" read KEY VALUE; do
mkdir -p "`dirname "${VALUE}"`"
mv /tmp/`basename "${KEY}"` "${VALUE}" mv /tmp/`basename "${KEY}"` "${VALUE}"
done < <(readConfigMap "replace" "/tmp/update-list.yml") done < <(readConfigMap "replace" "/tmp/update-list.yml")
while read F; do while read F; do

View File

@ -1 +1 @@
1.0-beta11 1.0-beta10b

View File

@ -29,13 +29,13 @@ function load_video {
fi fi
} }
load_video
if loadfont unicode ; then if loadfont unicode ; then
set gfxmode=auto set gfxmode=auto
load_video
insmod gfxterm insmod gfxterm
#set gfxpayload=800x600 #set gfxpayload=800x600
terminal_output gfxterm
fi fi
terminal_output gfxterm
#set menu_color_normal=cyan/blue #set menu_color_normal=cyan/blue
#set menu_color_highlight=white/blue #set menu_color_highlight=white/blue

View File

@ -4,3 +4,4 @@ replace:
"files/board/arpl/p1/grub/grub.cfg": "/mnt/p1/grub/grub.cfg" "files/board/arpl/p1/grub/grub.cfg": "/mnt/p1/grub/grub.cfg"
"files/board/arpl/p1/ARPL-VERSION" : "/mnt/p1/ARPL-VERSION" "files/board/arpl/p1/ARPL-VERSION" : "/mnt/p1/ARPL-VERSION"
remove: remove:
"/mnt/p1/grub/locales"