mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Merge pull request #490 from fbelavenuto/grub-fix
Fixing grub.cfg bug invalid font
This commit is contained in:
commit
8a3833e5ad
@ -1,5 +1,5 @@
|
||||
|
||||
ARPL_VERSION="1.0-beta11"
|
||||
ARPL_VERSION="1.0-beta10b"
|
||||
|
||||
# Define paths
|
||||
TMP_PATH="/tmp"
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
1.0-beta11
|
||||
1.0-beta10b
|
||||
|
@ -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
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user