Plymouth: add most recent Armbian logo

This commit is contained in:
Igor Pecovnik
2025-07-15 16:16:43 +02:00
committed by Igor
parent 5efa4a16df
commit fecc8ae217
3 changed files with 7 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ function artifact_armbian-plymouth-theme_prepare_version() {
# get the hashes of the lib/ bash sources involved...
declare hash_files="undetermined"
calculate_hash_for_bash_deb_artifact "compilation/packages/armbian-plymouth-theme-deb.sh"
calculate_hash_for_bash_deb_artifact "compilation/packages/armbian-plymouth-theme-deb.sh" "${SRC}/packages/plymouth-theme-armbian/armbian.plymouth"
declare bash_hash="${hash_files}"
declare bash_hash_short="${bash_hash:0:${short_hash_size}}"

View File

@@ -14,7 +14,9 @@ TitleVerticalAlignment=.382
HorizontalAlignment=.5
VerticalAlignment=.7
WatermarkHorizontalAlignment=.5
WatermarkVerticalAlignment=.89
WatermarkVerticalAlignment=.5
WatermarkXOffset=0
WatermarkYOffset=-100
Transition=none
TransitionDuration=0.0
BackgroundStartColor=0x000000
@@ -26,15 +28,15 @@ MessageBelowAnimation=true
[boot-up]
UseEndAnimation=false
UseFirmwareBackground=true
UseFirmwareBackground=false
[shutdown]
UseEndAnimation=false
UseFirmwareBackground=true
UseFirmwareBackground=false
[reboot]
UseEndAnimation=false
UseFirmwareBackground=true
UseFirmwareBackground=false
[updates]
SuppressMessages=true

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB