summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoss Marco <bossm8@bfh.ch>2022-04-20 15:09:14 +0200
committerBoss Marco <bossm8@bfh.ch>2022-04-20 15:09:14 +0200
commit982cae4b7b9d12bc2299b3a1421a72a525d55658 (patch)
tree204409693299fd5d0c0d56c45a83865932b7319a
parent22516446f656db260182cb71ef8726ebd47cc51a (diff)
downloadgrid5k-982cae4b7b9d12bc2299b3a1421a72a525d55658.tar.gz
grid5k-982cae4b7b9d12bc2299b3a1421a72a525d55658.tar.bz2
grid5k-982cae4b7b9d12bc2299b3a1421a72a525d55658.zip
kernel_params used to disable mitigations
-rw-r--r--image/debian11/taler-debian11.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/image/debian11/taler-debian11.yaml b/image/debian11/taler-debian11.yaml
index 14d7be1..738fba4 100644
--- a/image/debian11/taler-debian11.yaml
+++ b/image/debian11/taler-debian11.yaml
@@ -36,7 +36,7 @@ global:
## Environment kernel path and params
# g5k_kernel_path: "/vmlinuz"
# g5k_initrd_path: "/initrd.img"
- # g5k_kernel_params: ""
+ g5k_kernel_params: "mitigations=off"
## Environment visibility
# g5k_visibility: "shared"
taler_build_packages: "recutils autoconf uncrustify autopoint libtool python3-pip libgcrypt20-dev libjansson-dev libcurl4-gnutls-dev libsodium-dev libidn2-dev libunistring-dev libgnutls28-dev libsqlite3-dev libqrencode-dev valgrind libpq-dev texinfo gdb make npm zip python3-distutils pkg-config"
@@ -55,7 +55,6 @@ global:
exchange_cflags: "-O2"
merchant_cflags: "-O2"
## Other parameters can be changed, see kameleon info debian10-taler.yaml
- taler_grub_cmdline_linux: mitigations=off console=tty0 console=ttyS0,115200
bootstrap:
### The bootstrap section takes in charge the initial installation of the
## system (distribution installation). No modification should be needed here.
@@ -191,9 +190,6 @@ setup:
systemctl stop $${taler_disable_services}
systemctl disable $${taler_disable_services}
- - grub:
- - exec_in: sed -i 's|^\(GRUB_CMDLINE_LINUX=\).*|\1"$${taler_grub_cmdline_linux}"|' /etc/default/grub
-
export:
### The export section takes in charge the export of your customized Grid'5000
## environment. No modification should be needed here.