chore: Don't re-apply changes to audit karg

This commit is contained in:
Kyle Gospodnetich 2023-08-22 07:46:15 -07:00
parent 9ca708bac2
commit 2b634f17e4

View File

@ -45,10 +45,6 @@ if [[ ":Jupiter:" =~ ":$SYS_ID:" ]]; then
NEEDED_KARGS="$NEEDED_KARGS --append=spi_amd.speed_dev=1"
fi
if [[ ! $KARGS =~ "audit" ]]; then
NEEDED_KARGS="$NEEDED_KARGS --append=audit=0"
fi
if [[ ! $KARGS =~ "initcall_blacklist" ]]; then
NEEDED_KARGS="$NEEDED_KARGS --append=initcall_blacklist=simpledrm_platform_driver_init"
fi