]> git.ozlabs.org Git - petitboot/blobdiff - utils/pb-console
utils/pb-console: Use -m to run shell in own process group
[petitboot] / utils / pb-console
index 5ba98cc4692564b435d1f7d271bf07355e838c06..ab5eaaa41e3e22b49a5853ae2ca53e8c7cfe7441 100644 (file)
@@ -141,5 +141,5 @@ while :
 do
        $ui $verbose_opt
        reset
-       $shell
+       $shell -m
 done