From 0f25271b5d4b8a1b685e5f0af9dd729e90fc286f Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Sun, 14 Aug 2005 00:12:29 +0000 Subject: [PATCH] Use our Terminal instead of MiniTerminal now that the server is stable enough to run it reliably git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13956 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/system/boot/Bootscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/system/boot/Bootscript b/data/system/boot/Bootscript index 977871dd37..78ddc95ca9 100644 --- a/data/system/boot/Bootscript +++ b/data/system/boot/Bootscript @@ -89,7 +89,7 @@ fi # Launch MiniTerminal or consoled depending on $SAFEMODE if [ "$SAFEMODE" != "yes" ]; then - launch beos/apps/MiniTerminal + launch beos/apps/Terminal else launch beos/bin/consoled fi