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