mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Merge pull request #504 from fbelavenuto/beta12
Starting beta12: change grub menu colors and removed supportraidgroup…
This commit is contained in:
commit
0ef66dc098
@ -1,5 +1,5 @@
|
||||
|
||||
ARPL_VERSION="1.0-beta11a"
|
||||
ARPL_VERSION="1.0-beta12"
|
||||
|
||||
# Define paths
|
||||
TMP_PATH="/tmp"
|
||||
|
@ -2,7 +2,6 @@ id: "DS3622xs+"
|
||||
synoinfo: &synoinfo
|
||||
support_disk_compatibility: "no"
|
||||
support_memory_compatibility: "no"
|
||||
supportraidgroup: "no"
|
||||
esataportcfg: "0x00"
|
||||
support_bde_internal_10g: "no"
|
||||
support_oob_ctl: "no"
|
||||
|
@ -1 +1 @@
|
||||
1.0-beta11a
|
||||
1.0-beta12
|
||||
|
@ -37,8 +37,8 @@ if loadfont unicode ; then
|
||||
terminal_output gfxterm
|
||||
fi
|
||||
|
||||
set menu_color_normal=light-cyan/blue
|
||||
set menu_color_highlight=white/blue
|
||||
set menu_color_normal=light-green/blue
|
||||
set menu_color_highlight=black/green
|
||||
|
||||
if serial --unit=0 --speed=115200; then
|
||||
terminal_input --append serial_com0
|
||||
|
Loading…
x
Reference in New Issue
Block a user