* 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:
parent
bdb0f06705
commit
76fca6ee2c
@ -47,7 +47,7 @@ runprog() {
|
||||
# Set up stdin/out/err to nirvana
|
||||
|
||||
exec </dev/null
|
||||
exec >/dev/null 2>&1
|
||||
exec >/dev/dprintf 2>&1
|
||||
|
||||
# Standard locations of boot files
|
||||
SCRIPTS=beos/system/boot
|
||||
@ -90,6 +90,7 @@ fi
|
||||
# Launch MiniTerminal or consoled depending on $SAFEMODE
|
||||
if [ "$SAFEMODE" != "yes" ]; then
|
||||
launch beos/apps/Terminal
|
||||
launch beos/system/Deskbar
|
||||
else
|
||||
launch beos/bin/consoled
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user