Commit 90f551a4 authored by nanahira's avatar nanahira

rename

parent a0e8185d
Pipeline #17058 passed with stage
in 13 minutes and 34 seconds
......@@ -30,7 +30,7 @@ railgun:
destination: oversea
remoteGatewayId: 20001
laptop: false
grub_params: []
kernel_params: []
nfs: false
docker_root: /var/lib/docker
testing: false
......@@ -14,7 +14,7 @@
## add make-linux-fast-again params
MAKE_LINUX_FAST_AGAIN_PARAMS="noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier mds=off tsx=on tsx_async_abort=off mitigations=off"
MYCARD_INIT_KERNEL_PARAMS="$MYCARD_INIT_KERNEL_PARAMS $MAKE_LINUX_FAST_AGAIN_PARAMS"
{% for param in grub_params %}
{% for param in kernel_params %}
## add custom param {{param}}
MYCARD_INIT_KERNEL_PARAMS="$MYCARD_INIT_KERNEL_PARAMS {{param}}"
{% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment