From 1aebadde8aca3349a59315b1e42c0c2f66b164b2 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 24 Dec 2023 16:10:48 +0100 Subject: KTOWN: decrease verbosity during initial stage of the boot --- make_slackware_live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index c02f546..880feb7 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -270,7 +270,7 @@ NETFIRMWARE="3com acenic adaptec bnx tigon e100 sun kaweth tr_smctr cxgb3 rtl_ni # If any Live variant needs additional 'append' parameters, define them here, # either using a variable name 'KAPPEND_', or by defining 'KAPPEND' in the .conf file: KAPPEND_SLACKWARE="" -KAPPEND_KTOWN="threadirqs" +KAPPEND_KTOWN="threadirqs loglevel=3 audit=0" KAPPEND_DAW="threadirqs preempt=full loglevel=3 audit=0" KAPPEND_LEAN="threadirqs preempt=full loglevel=3 audit=0" KAPPEND_STUDIOWARE="threadirqs preempt=full loglevel=3 audit=0" -- cgit v1.2.3