- Add systemd-splash / bootsplash-startup.service: enable
bootsplash at startup. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=196
This commit is contained in:
parent
55dc8337cb
commit
2c7e639580
9
bootsplash-startup.service
Normal file
9
bootsplash-startup.service
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Start bootsplash
|
||||||
|
DefaultDependencies=no
|
||||||
|
ConditionKernelCommandLine=splash=silent
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/lib/system/systemd-bootsplash B
|
||||||
|
Type=oneshot
|
||||||
|
RemainAfterExit=true
|
3
systemd-bootsplash
Normal file
3
systemd-bootsplash
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
. /etc/rc.splash $1
|
||||||
|
splashtrigger "rlchange $1"
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 23 15:39:03 UTC 2011 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Add systemd-splash / bootsplash-startup.service: enable
|
||||||
|
bootsplash at startup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 16 15:54:54 UTC 2011 - fcrozat@suse.com
|
Fri Sep 16 15:54:54 UTC 2011 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 23 15:39:03 UTC 2011 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Add systemd-splash / bootsplash-startup.service: enable
|
||||||
|
bootsplash at startup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 16 15:54:54 UTC 2011 - fcrozat@suse.com
|
Fri Sep 16 15:54:54 UTC 2011 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -53,6 +53,8 @@ Source3: systemd-sysv-convert
|
|||||||
Source4: macros.systemd
|
Source4: macros.systemd
|
||||||
Source5: systemd-insserv_conf
|
Source5: systemd-insserv_conf
|
||||||
Source6: baselibs.conf
|
Source6: baselibs.conf
|
||||||
|
Source7: systemd-bootsplash
|
||||||
|
Source8: bootsplash-startup.service
|
||||||
Patch1: 0001-Add-bootsplash-handling-for-password-dialogs.patch
|
Patch1: 0001-Add-bootsplash-handling-for-password-dialogs.patch
|
||||||
# handle SUSE specific kbd settings
|
# handle SUSE specific kbd settings
|
||||||
Patch6: 0001-handle-disable_caplock-and-compose_table-and-kbd_rat.patch
|
Patch6: 0001-handle-disable_caplock-and-compose_table-and-kbd_rat.patch
|
||||||
@ -142,6 +144,8 @@ find %{buildroot} -type f -name '*.la' -exec rm -f {} ';'
|
|||||||
mkdir -p %{buildroot}/{sbin,var/lib/systemd/sysv-convert,var/lib/systemd/migrated}
|
mkdir -p %{buildroot}/{sbin,var/lib/systemd/sysv-convert,var/lib/systemd/migrated}
|
||||||
install -m755 %{S:3} -D %{buildroot}%{_sbindir}/systemd-sysv-convert
|
install -m755 %{S:3} -D %{buildroot}%{_sbindir}/systemd-sysv-convert
|
||||||
install -m755 %{S:5} %{buildroot}/lib/systemd/system-generators
|
install -m755 %{S:5} %{buildroot}/lib/systemd/system-generators
|
||||||
|
install -m755 %{S:7} %{buildroot}/lib/systemd/
|
||||||
|
install -m644 %{S:8} %{buildroot}/lib/systemd/system/
|
||||||
ln -s ../bin/systemd %{buildroot}/sbin/init
|
ln -s ../bin/systemd %{buildroot}/sbin/init
|
||||||
ln -s ../bin/systemctl %{buildroot}/sbin/reboot
|
ln -s ../bin/systemctl %{buildroot}/sbin/reboot
|
||||||
ln -s ../bin/systemctl %{buildroot}/sbin/halt
|
ln -s ../bin/systemctl %{buildroot}/sbin/halt
|
||||||
|
Loading…
Reference in New Issue
Block a user