SHA256
1
0
forked from pool/systemd

Accepting request 84642 from home:fcrozat:branches:Base:System

- Add systemd-splash / bootsplash-startup.service: enable
  bootsplash at startup.

OBS-URL: https://build.opensuse.org/request/show/84642
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=196
This commit is contained in:
Frederic Crozat 2011-09-23 15:53:20 +00:00 committed by Git OBS Bridge
parent 8b7723cd1e
commit 80e2def3cb
5 changed files with 28 additions and 0 deletions

View 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
View File

@ -0,0 +1,3 @@
#! /bin/bash
. /etc/rc.splash $1
splashtrigger "rlchange $1"

View File

@ -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

View File

@ -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

View File

@ -53,6 +53,8 @@ Source3: systemd-sysv-convert
Source4: macros.systemd
Source5: systemd-insserv_conf
Source6: baselibs.conf
Source7: systemd-bootsplash
Source8: bootsplash-startup.service
Patch1: 0001-Add-bootsplash-handling-for-password-dialogs.patch
# handle SUSE specific kbd settings
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}
install -m755 %{S:3} -D %{buildroot}%{_sbindir}/systemd-sysv-convert
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/systemctl %{buildroot}/sbin/reboot
ln -s ../bin/systemctl %{buildroot}/sbin/halt