forked from pool/yast2-installation
- don't start getty on hvc0 & ttyAMA0 before Yast2-Firstboot (bsc#1157233)
- 4.2.32 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1047
This commit is contained in:
parent
b6f724d95a
commit
fbd64bc85a
@ -3,6 +3,7 @@ Description=YaST2 Firstboot
|
||||
After=apparmor.service local-fs.target plymouth-start.service YaST2-Second-Stage.service
|
||||
Conflicts=plymouth-start.service
|
||||
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
|
||||
Before=serial-getty@hvc0.service serial-getty@ttyAMA0.service
|
||||
Before=display-manager.service
|
||||
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
||||
OnFailure=shutdown.target
|
||||
|
@ -3,6 +3,7 @@ Description=YaST2 Second Stage
|
||||
After=apparmor.service local-fs.target plymouth-start.service
|
||||
Conflicts=plymouth-start.service
|
||||
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
|
||||
Before=serial-getty@hvc0.service serial-getty@ttyAMA0.service
|
||||
Before=display-manager.service
|
||||
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8458f2c5d2bd923afb6a4b850af26a728e2331ac06df358bad3a3d903c4c5c06
|
||||
size 461790
|
3
yast2-installation-4.2.32.tar.bz2
Normal file
3
yast2-installation-4.2.32.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc1edfa4dbe4d6934c1d611f835bb6fbca0b94a382b9efe1c32659e1c90cdd67
|
||||
size 462474
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 09:40:45 UTC 2020 - Steffen Winterfeldt <snwint@suse.com>
|
||||
|
||||
- don't start getty on hvc0 & ttyAMA0 before Yast2-Firstboot (bsc#1157233)
|
||||
- 4.2.32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 17:44:48 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 4.2.31
|
||||
Version: 4.2.32
|
||||
Release: 0
|
||||
Summary: YaST2 - Installation Parts
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user