runtime-install: Include Xorg and tigervnc on s390x for local GUI installation on KVM
Resolves: rhbz#1983688
This commit is contained in:
parent
9ae75f1c81
commit
0a14fa46ef
@ -85,9 +85,7 @@ installpkg systemd
|
||||
installpkg rsyslog
|
||||
|
||||
## xorg/GUI packages
|
||||
%if basearch != "s390x":
|
||||
installpkg xorg-x11-drivers xorg-x11-server-Xorg
|
||||
%endif
|
||||
installpkg xorg-x11-server-utils xorg-x11-xauth
|
||||
installpkg dbus-x11 gsettings-desktop-schemas
|
||||
installpkg nm-connection-editor
|
||||
@ -117,9 +115,7 @@ installpkg selinux-policy-targeted audit
|
||||
## network tools/servers
|
||||
installpkg ethtool openssh-server nfs-utils openssh-clients
|
||||
installpkg tigervnc-server-minimal
|
||||
%if basearch != "s390x":
|
||||
installpkg tigervnc-server-module
|
||||
%endif
|
||||
installpkg net-tools
|
||||
# TODO: uncomment
|
||||
# installpkg nmap-ncat
|
||||
|
Loading…
Reference in New Issue
Block a user