* Added links to the Installer on the Desktop, and the Deskbar's Applications

list when booting from CD. Both are removed from the target in the
  InstallerFinishScript. This closes ticket #4342.
* Make Installer start in safemode as well.
* Are there any objections to always have the Installer link in the Deskbar?
  I see no real reason to leave it out.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32686 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-08-26 08:58:26 +00:00
parent 89294b5084
commit 49473fc52e
3 changed files with 20 additions and 19 deletions
+6 -12
View File
@@ -45,19 +45,13 @@ runprog() {
##
# Launch Terminal or consoled depending on $SAFEMODE
if [ "$SAFEMODE" != "yes" ]; then
cd /boot/home
if [ -x /boot/system/apps/Installer ]; then
/boot/system/apps/Installer
#/boot/system/apps/Terminal -x /boot/system/apps/Installer
else
/boot/system/apps/Terminal
fi
#launch system/apps/Terminal
# Launch Installer
cd /boot/home
if [ -x /boot/system/apps/Installer ]; then
/boot/system/apps/Installer
else
launch system/bin/consoled
exit 0 # return so we don't eject and reboot
/boot/system/apps/Terminal
fi
# sync disks