Michał Żygowski b1b64187eb dasharo/bootsplash.bmp; Fix logo rotation and background
The Dasharo logo was slightly rotated. The sharp point of the shield
was not going through the center of the cross in a straight line.

Also make the background really black (000000 hex). previously it was
000200 hex.

Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
2024-10-24 12:08:22 +02:00
2024-05-24 10:20:03 +02:00
2024-05-24 10:20:03 +02:00
2024-05-24 10:20:03 +02:00
2024-05-24 10:20:03 +02:00

dasharo-blobs

Repository containing extra assets for use with Dasharo

Licenses

Do not use or load software from this repository until you have carefully read the licenses assigned to the relevant components. By downloading or using the software component from this repository, you agree to the terms of license associated with the given software component. If you do not wish to so agree, do not install or use the software from this repository. Association of the software components and licenses is outlined in the respective READMEs in the subdirectories.

Creating SHASUMS

Example how to create SHA256SUMS for all files with .bin extension:

for file in *.bin; do sha256sum $file; done > SHA256SUMS
S
Description
No description provided
Readme
64 MiB
Languages
C 98.6%
Standard ML 1.4%