aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/rc/main.c')
-rw-r--r--sys/cmd/rc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/rc/main.c b/sys/cmd/rc/main.c
index 86c6792..3f2e02e 100644
--- a/sys/cmd/rc/main.c
+++ b/sys/cmd/rc/main.c
@@ -58,6 +58,6 @@ main(int argc, char *argv[])
initpath();
initshell();
- enablevi();
+ // enablevi();
xboot(argc, argv);
}