commit 03af636454d1edaf3187d88cbb793484b502ed5e
parent efbf6d9c89f1df214ae85fd7a672011fbe2ffd62
Author: Jesus Galan Lopez (yiyus) <yiyu.jgl@gmail.com>
Date: Mon, 6 Sep 2010 23:59:51 +0200
more useful -i option: init -tm
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/9vx.1 b/doc/9vx.1
@@ -80,7 +80,7 @@ Do not start the gui
.TP
.BI -i
Run rc(1) instead of init (sets
-.I init=#Z/386/bin/rc
+.I init=/386/init -tm
)
.TP
.BI -t
diff --git a/src/9vx/main.c b/src/9vx/main.c
@@ -509,7 +509,7 @@ init0(void)
ksetenv("sysname", "vx32", 0);
inifields(&inienv);
if(initrc != 0)
- inienv("init", "/386/bin/rc -i");
+ inienv("init", "/386/init -tm");
if(localroot)
inienv("nobootprompt", nobootprompt(localroot));
inienv("cputype", "386");