Add 'Install to hard drive' to the desktop

This commit is contained in:
Matthias Clasen 2009-09-01 23:24:41 -04:00
parent fd52640599
commit d2a1d21c1c
1 changed files with 5 additions and 0 deletions

View File

@ -106,6 +106,11 @@ TimedLogin=liveuser
TimedLoginDelay=60
FOE
# Show harddisk install on the desktop
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
chmod a+x /home/liveuser/Desktop/liveinst.desktop
EOF
%end