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!!!"