Commit a0e8185d authored by nanahira's avatar nanahira

rename

parent 4e37f756
Pipeline #17057 passed with stage
in 6 minutes and 16 seconds
...@@ -30,7 +30,7 @@ railgun: ...@@ -30,7 +30,7 @@ railgun:
destination: oversea destination: oversea
remoteGatewayId: 20001 remoteGatewayId: 20001
laptop: false laptop: false
extra_params: [] grub_params: []
nfs: false nfs: false
docker_root: /var/lib/docker docker_root: /var/lib/docker
testing: false testing: false
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
## add make-linux-fast-again params ## 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" 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" MYCARD_INIT_KERNEL_PARAMS="$MYCARD_INIT_KERNEL_PARAMS $MAKE_LINUX_FAST_AGAIN_PARAMS"
{% for param in extra_params %} {% for param in grub_params %}
## add custom param {{param}} ## add custom param {{param}}
MYCARD_INIT_KERNEL_PARAMS="$MYCARD_INIT_KERNEL_PARAMS {{param}}" MYCARD_INIT_KERNEL_PARAMS="$MYCARD_INIT_KERNEL_PARAMS {{param}}"
{% endfor %} {% 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