mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:31:43 +00:00
[BOOTDATA][SETUPLIB] Don't hardcode FreeLdr's UI defaults in the freeldr.ini files.
This includes: - the default TimeText; - the default colors. They can however be changed by the user at one's convenience, by explicitly specifying different values.
This commit is contained in:
parent
d215039216
commit
ea4cfcfa12
5 changed files with 10 additions and 155 deletions
|
@ -4,25 +4,7 @@ TimeOut=0
|
|||
|
||||
[Display]
|
||||
TitleText=ReactOS Setup
|
||||
StatusBarColor=Cyan
|
||||
StatusBarTextColor=Black
|
||||
BackdropTextColor=White
|
||||
BackdropColor=Blue
|
||||
BackdropFillStyle=Medium
|
||||
TitleBoxTextColor=White
|
||||
TitleBoxColor=Red
|
||||
MessageBoxTextColor=White
|
||||
MessageBoxColor=Blue
|
||||
MenuTextColor=Default
|
||||
MenuColor=Black
|
||||
TextColor=Default
|
||||
SelectedTextColor=Black
|
||||
SelectedColor=Default
|
||||
ShowTime=No
|
||||
MenuBox=No
|
||||
CenterMenu=No
|
||||
MinimalUI=Yes
|
||||
TimeText=Seconds until highlighted choice will be started automatically:
|
||||
|
||||
[Operating Systems]
|
||||
Setup="Setup"
|
||||
|
|
|
@ -4,25 +4,7 @@ TimeOut=5
|
|||
|
||||
[Display]
|
||||
TitleText=ReactOS CD boot
|
||||
StatusBarColor=Cyan
|
||||
StatusBarTextColor=Black
|
||||
BackdropTextColor=White
|
||||
BackdropColor=Blue
|
||||
BackdropFillStyle=Medium
|
||||
TitleBoxTextColor=White
|
||||
TitleBoxColor=Red
|
||||
MessageBoxTextColor=White
|
||||
MessageBoxColor=Blue
|
||||
MenuTextColor=Default
|
||||
MenuColor=Black
|
||||
TextColor=Default
|
||||
SelectedTextColor=Black
|
||||
SelectedColor=Default
|
||||
ShowTime=No
|
||||
MenuBox=No
|
||||
CenterMenu=No
|
||||
MinimalUI=Yes
|
||||
TimeText=Seconds until highlighted choice will be started automatically:
|
||||
|
||||
[Operating Systems]
|
||||
Setup="Setup"
|
||||
|
|
|
@ -4,25 +4,7 @@ TimeOut=5
|
|||
|
||||
[Display]
|
||||
TitleText=ReactOS Hybrid-CD
|
||||
StatusBarColor=Cyan
|
||||
StatusBarTextColor=Black
|
||||
BackdropTextColor=White
|
||||
BackdropColor=Blue
|
||||
BackdropFillStyle=Medium
|
||||
TitleBoxTextColor=White
|
||||
TitleBoxColor=Red
|
||||
MessageBoxTextColor=White
|
||||
MessageBoxColor=Blue
|
||||
MenuTextColor=Default
|
||||
MenuColor=Black
|
||||
TextColor=Default
|
||||
SelectedTextColor=Black
|
||||
SelectedColor=Default
|
||||
ShowTime=No
|
||||
MenuBox=No
|
||||
CenterMenu=No
|
||||
MinimalUI=Yes
|
||||
TimeText=Seconds until highlighted choice will be started automatically:
|
||||
|
||||
[Operating Systems]
|
||||
Setup="Setup"
|
||||
|
|
|
@ -4,25 +4,7 @@ TimeOut=5
|
|||
|
||||
[Display]
|
||||
TitleText=ReactOS LiveCD
|
||||
StatusBarColor=Cyan
|
||||
StatusBarTextColor=Black
|
||||
BackdropTextColor=White
|
||||
BackdropColor=Blue
|
||||
BackdropFillStyle=Medium
|
||||
TitleBoxTextColor=White
|
||||
TitleBoxColor=Red
|
||||
MessageBoxTextColor=White
|
||||
MessageBoxColor=Blue
|
||||
MenuTextColor=Default
|
||||
MenuColor=Black
|
||||
TextColor=Default
|
||||
SelectedTextColor=Black
|
||||
SelectedColor=Default
|
||||
ShowTime=No
|
||||
MenuBox=No
|
||||
CenterMenu=No
|
||||
MinimalUI=Yes
|
||||
TimeText=Seconds until highlighted choice will be started automatically:
|
||||
|
||||
[Operating Systems]
|
||||
LiveCD="LiveCD"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue