Fix splash screen
This commit is contained in:
parent
f67ce083ce
commit
c3f11f0015
Binary file not shown.
|
Before Width: | Height: | Size: 184 KiB |
BIN
packaging/linux-common/nymea-splash-horizontal.png
Normal file
BIN
packaging/linux-common/nymea-splash-horizontal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
@ -1,10 +1,11 @@
|
||||
[Unit]
|
||||
Description=nymea sSplash screen
|
||||
Description=nymea splash screen
|
||||
DefaultDependencies=no
|
||||
After=local-fs.target
|
||||
ConditionKernelCommandLine=!nosplash
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/fbi --noverbose -d /dev/fb0 -a /usr/share/nymea-splashscreen/nymea-splash-horizontal.jpg -fitwidth
|
||||
ExecStart=/usr/bin/fbi --noverbose -d /dev/fb0 -a /usr/share/nymea-splashscreen/nymea-splash-horizontal.png -fitwidth
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
#TTYPath=/dev/tty1
|
||||
|
||||
@ -77,7 +77,7 @@ Package: nymea-splashscreen
|
||||
Architecture: any
|
||||
Section: shells
|
||||
Multi-Arch: same
|
||||
Depends: plymouth,
|
||||
Depends: fbi,
|
||||
Description: A nymea branded fbi splash theme
|
||||
This package will install a nymea branded boot splash using fbi.
|
||||
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
packaging/linux-common/nymea-splashscreen.service /lib/systemd/system/
|
||||
packaging/linux-common/nymea-splash-horizontal.jpg /usr/share/nymea-splashscreen/
|
||||
packaging/linux-common/nymea-splash-horizontal.png /usr/share/nymea-splashscreen/
|
||||
|
||||
Reference in New Issue
Block a user