From 1cf736ba7d8825d04b4c30b9e85aeae85d272079 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 29 Oct 2021 15:34:34 +0200 Subject: DAW, STUDIOWARE: make boot less verbose. Cleanup some commented lines --- make_slackware_live.sh | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index d5150c3..1da27aa 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -245,8 +245,8 @@ NETFIRMWARE="3com acenic adaptec bnx tigon e100 sun kaweth tr_smctr cxgb3 rtl_ni # either using a variable name 'KAPPEND_', or by defining 'KAPPEND' in the .conf file: KAPPEND_SLACKWARE="" KAPPEND_KTOWN="threadirqs" -KAPPEND_DAW="threadirqs preempt=full" -KAPPEND_STUDIOWARE="threadirqs preempt=full" +KAPPEND_DAW="threadirqs preempt=full loglevel=3 audit=0" +KAPPEND_STUDIOWARE="threadirqs preempt=full loglevel=3 audit=0" # Add CACert root certificates yes/no? ADD_CACERT=${ADD_CACERT:-"NO"} @@ -2711,17 +2711,6 @@ vm.swappiness = 10 EOT fi -# # Enable full preemption on boot: -# cat <> ${LIVE_ROOTDIR}/etc/rc.d/rc.local -# -## Enable full preemption model in the kernel -## (possible values to use are 'none', 'voluntary', 'full'): -#mount -t debugfs none /sys/kernel/debug -#echo full > /sys/kernel/debug/sched/preempt -#umount /sys/kernel/debug -# -#EOT - # # This would benefit a DAW, but if the user runs the Live OS on a laptop, # # she might want to decide about this herself: # mkdir -p ${LIVE_ROOTDIR}/etc/default -- cgit v1.2.3