From fd23b8cd4d445fce0aa3b5e95e085ff21aa88109 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 18 Feb 2015 10:02:17 +0100 Subject: fix comment --- mdk-stage1/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index dad02f399..388069d84 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -482,7 +482,7 @@ int main(int argc, char **argv) printf("*** TESTING MODE *** (pid is %d)\n", getpid()); - // needed for drakx: + // needed for ldetect: if (!testing) if (mount("none", "/sys/kernel/debug", "debugfs", MS_NOSUID, "mode=0755")) fatal_error("Unable to mount debugfs filesystem"); -- cgit v1.2.1