mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Initial commit for kernel boot splash * Add startup files to disable bootlog when system is up / down * Update logo, remove deprecated one * Introduce new u-boot variable bootlogo * Adjust kernel config * Make logo possible on Odroid XU4 - add legacy and current upstream patches - delete xu4 environment since its not used * Cleanup C2,C4, both tested, logo works on mainline, - adding legacy upstream patches for c4 * Enable bootlogo by default on Odroid N2 * Enable logo on RK3399 desktop images * Cleanup the rest of the environment files * Add initrd hook that copy splash file to initrd. * Missing logo bits for one boot scripts * Enable boot logo on Pinebook A64 * Enable bootlogo on Teres * Update config
17 lines
873 B
Desktop File
17 lines
873 B
Desktop File
[Unit]
|
|
Description=Dispatch Password Requests to Console when bootsplash is active
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
Conflicts=systemd-ask-password-console.path
|
|
Conflicts=systemd-ask-password-console.service
|
|
After=plymouth-start.service systemd-vconsole-setup.service
|
|
Before=shutdown.target
|
|
ConditionPathExists=!/run/plymouth/pid
|
|
ConditionPathExists=/sys/devices/platform/bootsplash.0/enabled
|
|
|
|
[Service]
|
|
ExecStartPre=-/bin/sh -c '/bin/cat /sys/devices/platform/bootsplash.0/enabled > /run/systemd/ask-password/bootsplash-state ; exec /bin/echo off > /sys/devices/platform/bootsplash.0/enabled'
|
|
ExecStart=/usr/bin/systemd-tty-ask-password-agent --query --console
|
|
ExecStartPost=-/bin/sh -c 'exec /bin/cat /run/systemd/ask-password/bootsplash-state > /sys/devices/platform/bootsplash.0/enabled ; /bin/rm /run/systemd/ask-password/bootsplash-state'
|
|
Type=oneshot
|