File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/plymouth-theme-armbian Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function artifact_armbian-plymouth-theme_prepare_version() {
22
22
23
23
# get the hashes of the lib/ bash sources involved...
24
24
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 "
26
26
declare bash_hash=" ${hash_files} "
27
27
declare bash_hash_short=" ${bash_hash: 0: ${short_hash_size} } "
28
28
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ MessageBelowAnimation=true
26
26
27
27
[boot-up]
28
28
UseEndAnimation=false
29
- UseFirmwareBackground=true
29
+ UseFirmwareBackground=false
30
30
31
31
[shutdown]
32
32
UseEndAnimation=false
33
- UseFirmwareBackground=true
33
+ UseFirmwareBackground=false
34
34
35
35
[reboot]
36
36
UseEndAnimation=false
37
- UseFirmwareBackground=true
37
+ UseFirmwareBackground=false
38
38
39
39
[updates]
40
40
SuppressMessages=true
You can’t perform that action at this time.
0 commit comments