Skip to content

Commit 942b950

Browse files
committed
Plymouth: add most recent Armbian logo
1 parent 8155cc5 commit 942b950

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/functions/artifacts/artifact-armbian-plymouth-theme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function artifact_armbian-plymouth-theme_prepare_version() {
2222

2323
# get the hashes of the lib/ bash sources involved...
2424
declare hash_files="undetermined"
25-
calculate_hash_for_bash_deb_artifact "compilation/packages/armbian-plymouth-theme-deb.sh"
25+
calculate_hash_for_bash_deb_artifact "compilation/packages/armbian-plymouth-theme-deb.sh" "${SRC}/packages/plymouth-theme-armbian/armbian.plymouth"
2626
declare bash_hash="${hash_files}"
2727
declare bash_hash_short="${bash_hash:0:${short_hash_size}}"
2828

packages/plymouth-theme-armbian/armbian.plymouth

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ MessageBelowAnimation=true
2626

2727
[boot-up]
2828
UseEndAnimation=false
29-
UseFirmwareBackground=true
29+
UseFirmwareBackground=false
3030

3131
[shutdown]
3232
UseEndAnimation=false
33-
UseFirmwareBackground=true
33+
UseFirmwareBackground=false
3434

3535
[reboot]
3636
UseEndAnimation=false
37-
UseFirmwareBackground=true
37+
UseFirmwareBackground=false
3838

3939
[updates]
4040
SuppressMessages=true
6.53 KB
Loading

0 commit comments

Comments
 (0)