12
0

Accepting request 691843 from home:mauriziogalli:branches:Virtualization:Appliances:Images:openSUSE-Tumbleweed

- Xfce Live Image: removed obsolete xfce-changecontrolxml.xsl
  System Role was addded to default YaST2 installer 
  PR gh#yast/skelcd-control-openSUSE#165 (boo#1131666)

OBS-URL: https://build.opensuse.org/request/show/691843
OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=32
This commit is contained in:
2019-04-08 12:47:30 +00:00
committed by Git OBS Bridge
parent ea0a9cfa0c
commit 52904c1c13
5 changed files with 7 additions and 12 deletions

View File

@@ -83,13 +83,6 @@ zypper --non-interactive rm -u skelcd-openSUSE || :
# Remove the zypper locks needed for a slimmer system
zypper rl $(seq 1 $(zypper ll | wc -l))
if [ "$desktop" = "xfce" ]; then
# Change /control.xml to use xfce as system role
xsltproc /xfce-changecontrolxml.xsl /etc/YaST2/control.xml > /control.xml
# Not needed anymore
rm /xfce-changecontrolxml.xsl
fi
#======================================
# /etc/sudoers hack to fix #297695
# (Installation Live CD: no need to ask for password of root)