]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Don't debug installer with strace.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2009 19:30:12 +0000 (21:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Jul 2009 18:27:03 +0000 (20:27 +0200)
src/install/root/.bash_profile

index 673c4cb8f5b3248a1cfc203010bbf2faa25559fb..00680d66298ac24307fdf15df42c6d94086a6f16 100644 (file)
@@ -38,7 +38,7 @@ done
 
 if [ "$mode" = "install" ] && [[ "$(tty)" =~ "tty1" ]]; then
        if [ "$debug" == "on" ]; then
-               command="strace -ff -F -o /tmp/strace.log $command --debug"
+               command="$command --debug"
        fi
        exec $command
 fi