more useful -i option: init -tm - vx32 - Local 9vx git repository for patches.
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 03af636454d1edaf3187d88cbb793484b502ed5e
(DIR) parent efbf6d9c89f1df214ae85fd7a672011fbe2ffd62
(HTM) 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:
doc/9vx.1 | 2 +-
src/9vx/main.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
(DIR) 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
(DIR) 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");