Merge pull request #490 from fbelavenuto/grub-fix

Fixing grub.cfg bug invalid font
This commit is contained in:
Fabio Belavenuto 2023-01-11 09:53:27 -03:00 committed by GitHub
commit 3f4b033e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
TMP_PATH="/tmp"

View File

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

View File

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

View File

@ -29,13 +29,13 @@ function load_video {
fi
}
load_video
if loadfont unicode ; then
set gfxmode=auto
load_video
insmod gfxterm
#set gfxpayload=800x600
terminal_output gfxterm
fi
terminal_output gfxterm
#set menu_color_normal=cyan/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/ARPL-VERSION" : "/mnt/p1/ARPL-VERSION"
remove:
"/mnt/p1/grub/locales"