first commit
BIN
external/packages/plymouth-theme-orangepi/bullet.png
vendored
Executable file
|
After Width: | Height: | Size: 616 B |
BIN
external/packages/plymouth-theme-orangepi/capslock.png
vendored
Executable file
|
After Width: | Height: | Size: 960 B |
17
external/packages/plymouth-theme-orangepi/debian/postinst
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
if [ "x$1" = xconfigure ]; then
|
||||
if which plymouth-set-default-theme >/dev/null 2>&1; then
|
||||
# For Debian
|
||||
plymouth-set-default-theme orangepi
|
||||
else
|
||||
# For Ubuntu
|
||||
update-alternatives \
|
||||
--install /usr/share/plymouth/themes/default.plymouth default.plymouth \
|
||||
/usr/share/plymouth/themes/orangepi/orangepi.plymouth 150
|
||||
fi
|
||||
|
||||
if which update-initramfs >/dev/null 2>&1; then
|
||||
update-initramfs -u
|
||||
fi
|
||||
fi
|
||||
7
external/packages/plymouth-theme-orangepi/debian/postrm
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
if [ "x$1" = xremove ]; then
|
||||
if which update-initramfs >/dev/null 2>&1; then
|
||||
update-initramfs -u
|
||||
fi
|
||||
fi
|
||||
13
external/packages/plymouth-theme-orangepi/debian/prerm
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
if [ "x$1" = xremove ]; then
|
||||
if which plymouth-set-default-theme >/dev/null 2>&1; then
|
||||
# For Debian
|
||||
plymouth-set-default-theme -r
|
||||
else
|
||||
# For Ubuntu
|
||||
update-alternatives \
|
||||
--remove default.plymouth \
|
||||
/usr/share/plymouth/themes/orangepi/orangepi.plymouth
|
||||
fi
|
||||
fi
|
||||
BIN
external/packages/plymouth-theme-orangepi/entry.png
vendored
Executable file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
external/packages/plymouth-theme-orangepi/keyboard.png
vendored
Executable file
|
After Width: | Height: | Size: 946 B |
BIN
external/packages/plymouth-theme-orangepi/keymap-render.png
vendored
Executable file
|
After Width: | Height: | Size: 26 KiB |
BIN
external/packages/plymouth-theme-orangepi/lock.png
vendored
Executable file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
external/packages/plymouth-theme-orangepi/orangepi-logo.png
vendored
Executable file
|
After Width: | Height: | Size: 14 KiB |
64
external/packages/plymouth-theme-orangepi/orangepi.plymouth
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
[Plymouth Theme]
|
||||
Name=OrangePi
|
||||
Description=OrangePi logo
|
||||
ModuleName=two-step
|
||||
|
||||
[two-step]
|
||||
Font=DejaVu Sans 15
|
||||
TitleFont=DejaVu Sans Mono Bold 30
|
||||
ImageDir=/usr/share/plymouth/themes/orangepi
|
||||
DialogHorizontalAlignment=.5
|
||||
DialogVerticalAlignment=.7
|
||||
TitleHorizontalAlignment=.5
|
||||
TitleVerticalAlignment=.382
|
||||
HorizontalAlignment=.5
|
||||
VerticalAlignment=.8
|
||||
WatermarkHorizontalAlignment=.5
|
||||
WatermarkVerticalAlignment=.5
|
||||
Transition=none
|
||||
TransitionDuration=0.0
|
||||
BackgroundStartColor=0x000000
|
||||
BackgroundEndColor=0x000000
|
||||
ProgressBarBackgroundColor=0x606060
|
||||
ProgressBarForegroundColor=0xffffff
|
||||
DialogClearsFirmwareBackground=false
|
||||
MessageBelowAnimation=true
|
||||
|
||||
[boot-up]
|
||||
UseEndAnimation=false
|
||||
UseFirmwareBackground=true
|
||||
|
||||
[shutdown]
|
||||
UseEndAnimation=false
|
||||
UseFirmwareBackground=true
|
||||
|
||||
[reboot]
|
||||
UseEndAnimation=false
|
||||
UseFirmwareBackground=true
|
||||
|
||||
[updates]
|
||||
SuppressMessages=true
|
||||
ProgressBarShowPercentComplete=true
|
||||
UseProgressBar=true
|
||||
Title=Installing Updates...
|
||||
_Title=Installing Updates...
|
||||
SubTitle=Do not turn off your computer
|
||||
_SubTitle=Do not turn off your computer
|
||||
|
||||
[system-upgrade]
|
||||
SuppressMessages=true
|
||||
ProgressBarShowPercentComplete=true
|
||||
UseProgressBar=true
|
||||
Title=Upgrading System...
|
||||
_Title=Upgrading System...
|
||||
SubTitle=Do not turn off your computer
|
||||
_SubTitle=Do not turn off your computer
|
||||
|
||||
[firmware-upgrade]
|
||||
SuppressMessages=true
|
||||
ProgressBarShowPercentComplete=true
|
||||
UseProgressBar=true
|
||||
Title=Upgrading Firmware...
|
||||
_Title=Upgrading Firmware...
|
||||
SubTitle=Do not turn off your computer
|
||||
_SubTitle=Do not turn off your computer
|
||||
BIN
external/packages/plymouth-theme-orangepi/spinner.gif
vendored
Executable file
|
After Width: | Height: | Size: 18 KiB |
BIN
external/packages/plymouth-theme-orangepi/watermark.png
vendored
Executable file
|
After Width: | Height: | Size: 14 KiB |