* Added Deskbar to the Bootscript.
* Redirects stdout to /dev/dprintf, so that serial debugging logs are a bit more complete for now. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16285 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -47,7 +47,7 @@ runprog() {
|
|||||||
# Set up stdin/out/err to nirvana
|
# Set up stdin/out/err to nirvana
|
||||||
|
|
||||||
exec </dev/null
|
exec </dev/null
|
||||||
exec >/dev/null 2>&1
|
exec >/dev/dprintf 2>&1
|
||||||
|
|
||||||
# Standard locations of boot files
|
# Standard locations of boot files
|
||||||
SCRIPTS=beos/system/boot
|
SCRIPTS=beos/system/boot
|
||||||
@@ -90,6 +90,7 @@ fi
|
|||||||
# Launch MiniTerminal or consoled depending on $SAFEMODE
|
# Launch MiniTerminal or consoled depending on $SAFEMODE
|
||||||
if [ "$SAFEMODE" != "yes" ]; then
|
if [ "$SAFEMODE" != "yes" ]; then
|
||||||
launch beos/apps/Terminal
|
launch beos/apps/Terminal
|
||||||
|
launch beos/system/Deskbar
|
||||||
else
|
else
|
||||||
launch beos/bin/consoled
|
launch beos/bin/consoled
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user