1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-11-04 23:54:21 +00:00

kde: drop PRELINK hack, already in fedora-live-base.ks

This commit is contained in:
Rex Dieter 2012-11-29 10:32:13 -06:00
parent 0a9cda4ba8
commit c1199aa6a5

View File

@ -118,9 +118,6 @@ NEPOMUK_EOF
chown -R liveuser:liveuser /home/liveuser/
restorecon -R /home/liveuser/
# don't use prelink on a running KDE live image
sed -i 's/PRELINKING=yes/PRELINKING=no/' /etc/sysconfig/prelink
# small hack to enable plasma-netbook workspace on boot
if strstr "\`cat /proc/cmdline\`" netbook ; then
mv /usr/share/autostart/plasma-desktop.desktop /usr/share/autostart/plasma-netbook.desktop