* Removed Installer back into Deskbar menu by popular request.

* Changed the Bootscript and the InstallerFinishScript to only create and
  cleanup a link on the Desktop.
* Applied patch by idefix to fix removing the Installer link from volumes
  that contain spaces in the name. (Thanks!)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32995 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-09-08 09:58:51 +00:00
parent fbcf5f3f92
commit bf81407606
3 changed files with 5 additions and 7 deletions
+1 -2
View File
@@ -102,9 +102,8 @@ fi
# Now ask the user if he wants to run the Installer or continue to the Desktop.
if [ "$isReadOnly" = "yes" ]; then
# Create Installer links (using the write overlay)
# Create Installer link (using the write overlay)
ln -sf /boot/system/apps/Installer /boot/home/Desktop/Installer
ln -sf /boot/system/apps/Installer /boot/home/config/be/Applications/Installer
/bin/alert "Do you wish to run the Installer or continue booting to the Desktop?" "Installer" "Desktop"
if [ $? -eq 0 ]; then