• Refactored the graphical boot screens to have separate boot and shutdown images • Changed the reboot and shutdown code to force the display of the splash images. • Added 'Team Onefinity.ngc' to the installer files
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
startup_message off
|
|
set bgcolor black
|
|
set fgcolor white
|
|
|
|
unbind c
|
|
bind c exec x-terminal-emulator -fg white -bg black
|
|
bind C-c exec x-terminal-emulator -fg white -bg black
|