forked from pool/yast2-installation
e6c7e57213
< Mon Jan 7 13:06:32 CET 2013 - jsuchome@suse.cz < < - set new keyboard layout right after selecting (bnc#796589) < - added SYSTEMCTL_OPTIONS to Firstboot/Second Stage services < (bnc#791076) < - 2.23.7 < < ------------------------------------------------------------------- OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=212
19 lines
577 B
Desktop File
19 lines
577 B
Desktop File
[Unit]
|
|
Description=YaST2 Firstboot
|
|
After=apparmor.service local-fs.target YaST2-Second-Stage.service plymouth-start.service
|
|
Before=getty@tty1.service xdm.service network.service NetworkManager.service
|
|
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux
|
|
ExecStartPre=-/usr/bin/plymouth --hide-splash
|
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
|
|
ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system
|
|
TimeoutSec=0
|
|
RemainAfterExit=true
|
|
StandardInput=tty
|
|
|
|
[Install]
|
|
WantedBy=default.target
|