- Change Autostart directory name to launch.

- Move the launching of files in this directory from the Bootscript to the
UserBootscript.
- This means we now ship a working UserBootscript instead of just a sample.
- Updated documentation based on this change and Humdinger's suggestions.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32544 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood
2009-08-20 19:21:18 +00:00
parent 0eed918306
commit b6b0567fbd
5 changed files with 27 additions and 27 deletions
-8
View File
@@ -152,14 +152,6 @@ if [ "$SAFEMODE" != "yes" ]; then
fi
fi
# Start all programs in the Autostart folder
if [ "$SAFEMODE" != "yes" ]; then
for program in $HOME/config/boot/Autostart/*
do
"$program" &
done
fi
# Check for fresh install and run post install scripts.
postInstallDir=/boot/common/boot/post_install
freshInstallIndicator=/boot/common/settings/fresh_install