mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Fixing grub.cfg bug invalid font
Removing unused grub locales
This commit is contained in:
parent
c28436d85e
commit
0c01dbbdf9
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
ARPL_VERSION="1.0-beta11"
|
ARPL_VERSION="1.0-beta10b"
|
||||||
|
|
||||||
# Define paths
|
# Define paths
|
||||||
TMP_PATH="/tmp"
|
TMP_PATH="/tmp"
|
||||||
|
@ -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
|
||||||
|
@ -1 +1 @@
|
|||||||
1.0-beta11
|
1.0-beta10b
|
||||||
|
@ -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
|
||||||
|
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/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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user