Plan 9 from Bell Labs 2001-11-03
1 files changed, 1 insertions(+), 1 deletions(-) M boot/boot.c
M boot/boot.c => boot/boot.c +1 -1
@@ 155,7 155,7 @@ boot(int argc, char *argv[]) cmd = getenv("init"); if(cmd == nil){ - sprint(cmdbuf, "/%s/ninit -%s%s", cputype, + sprint(cmdbuf, "/%s/init -%s%s", cputype, cpuflag ? "c" : "t", mflag ? "m" : ""); cmd = cmdbuf; }