Added a static Netscript that is launched from the Bootscript. Everything commented out currently, more like a temporary tutorial on how to setup everything.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12291 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2005-04-11 18:24:09 +00:00
parent 8b8ddda544
commit 79de7f4dcb
3 changed files with 17 additions and 2 deletions
+7 -1
View File
@@ -62,12 +62,18 @@ launchscript $SCRIPTS/SetupEnvironment
# Sets timezone etc.
runprog beos/bin/clockconfig
# Init Network
if [ "$SAFEMODE" != "yes" ]
then
launchscript $SCRIPTS/Netscript
fi
# Launch servers
# We must wait for the app_server and registrar to be ready
launch $SERVERS/fake_app_server picasso
#launch $SERVERS/app_server picasso # launch app_server
launch $SERVERS/registrar _roster_thread_ # launch registrar
launch $SERVERS/registrar _roster_thread_ # launch registrar
launch $SERVERS/debug_server # launch debug_server
if [ "$SAFEMODE" != "yes" ]; then