diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-18 10:02:17 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-18 10:02:17 +0100 |
commit | fd23b8cd4d445fce0aa3b5e95e085ff21aa88109 (patch) | |
tree | 1dfa6fa5620c6b4e8dfab77c4fc8e572b8846f84 /mdk-stage1 | |
parent | 5ad0bc87beb9bee6406e1580d025232e324bf7f3 (diff) | |
download | drakx-fd23b8cd4d445fce0aa3b5e95e085ff21aa88109.tar drakx-fd23b8cd4d445fce0aa3b5e95e085ff21aa88109.tar.gz drakx-fd23b8cd4d445fce0aa3b5e95e085ff21aa88109.tar.bz2 drakx-fd23b8cd4d445fce0aa3b5e95e085ff21aa88109.tar.xz drakx-fd23b8cd4d445fce0aa3b5e95e085ff21aa88109.zip |
fix comment
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |