* 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:
@@ -283,8 +283,8 @@ AddSymlinkToHaikuImage home Desktop : /boot/home : Home ;
|
|||||||
# Deskbar Application links
|
# Deskbar Application links
|
||||||
AddDirectoryToHaikuImage home config be Applications ;
|
AddDirectoryToHaikuImage home config be Applications ;
|
||||||
DESKBAR_APPLICATIONS = ActivityMonitor CharacterMap CodyCam CDPlayer DeskCalc
|
DESKBAR_APPLICATIONS = ActivityMonitor CharacterMap CodyCam CDPlayer DeskCalc
|
||||||
DiskProbe DriveSetup DiskUsage Expander Icon-O-Matic Magnify Mail
|
DiskProbe DriveSetup DiskUsage Expander Icon-O-Matic Installer Magnify
|
||||||
MediaConverter MediaPlayer MidiPlayer People PoorMan Screenshot
|
Mail MediaConverter MediaPlayer MidiPlayer People PoorMan Screenshot
|
||||||
SoundRecorder StyledEdit Terminal TV
|
SoundRecorder StyledEdit Terminal TV
|
||||||
;
|
;
|
||||||
local linkTarget ;
|
local linkTarget ;
|
||||||
|
|||||||
@@ -102,9 +102,8 @@ fi
|
|||||||
|
|
||||||
# Now ask the user if he wants to run the Installer or continue to the Desktop.
|
# Now ask the user if he wants to run the Installer or continue to the Desktop.
|
||||||
if [ "$isReadOnly" = "yes" ]; then
|
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/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"
|
/bin/alert "Do you wish to run the Installer or continue booting to the Desktop?" "Installer" "Desktop"
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
|||||||
@@ -15,8 +15,7 @@ fi
|
|||||||
|
|
||||||
mkdir -p "$target/var/tmp"
|
mkdir -p "$target/var/tmp"
|
||||||
|
|
||||||
# remove Installer links
|
# remove Installer link
|
||||||
rm -f $target/home/Desktop/Installer
|
rm -f "$target/home/Desktop/Installer"
|
||||||
rm -f $target/home/config/be/Applications/Installer
|
|
||||||
|
|
||||||
makebootable "$target"
|
makebootable "$target"
|
||||||
|
|||||||
Reference in New Issue
Block a user