From a463d88b76912633e132d92c9fcaf0f326925650 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 30 Aug 2024 23:59:42 +0200 Subject: [PATCH] Disable strace for the activation script --- stage-2-init.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stage-2-init.sh b/stage-2-init.sh index c496adf..0ef8cc6 100755 --- a/stage-2-init.sh +++ b/stage-2-init.sh @@ -118,7 +118,8 @@ install -m 01777 -d /tmp # Run the script that performs all configuration activation that does # not have to be done at boot time. echo "running activation script..." -strace -f $systemConfig/activate +#strace -f $systemConfig/activate +$systemConfig/activate echo "ACTIVATE WORKED!!!"