summary refs log tree commit diff
path: root/sbin/init/init.c
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2025-04-07 11:54:05 +0300
committerWlodekM <[email protected]>2025-04-07 11:54:05 +0300
commit57098c94a5078abca3e26b1e16030bd7fff4e4a5 (patch)
treee813df5b9f42d1c658b40c368e607751b33365ec /sbin/init/init.c
parent1e1073235796c838d5e1a3255f88ec97575e3582 (diff)
Diffstat (limited to 'sbin/init/init.c')
-rw-r--r--sbin/init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c
index 168d011..0cb1403 100644
--- a/sbin/init/init.c
+++ b/sbin/init/init.c
@@ -9,7 +9,7 @@ int main() {
 	sigprocmask(SIG_BLOCK, &set, 0);
     if (fork()) pause();
     //TODO - eventually add device scan
-    if (!fork()) execve("/sbin/devscan", 0, 0);
+    // if (!fork()) execve("/sbin/devscan", 0, 0);
 
     sigprocmask(SIG_UNBLOCK, &set, 0);