From 68e06b278bf85d0fe06b7c23965162929b0a1c03 Mon Sep 17 00:00:00 2001 From: root <root@worker11.grid.cesnet.cz> Date: Thu, 14 Jul 2022 11:10:17 +0200 Subject: [PATCH] Jiny nazev promenne, ktera ridi parametry gssd --- bullseye/create_meta_debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bullseye/create_meta_debian b/bullseye/create_meta_debian index 369c3d7..0d121bd 100755 --- a/bullseye/create_meta_debian +++ b/bullseye/create_meta_debian @@ -48,7 +48,7 @@ echo 'install nfs /usr/sbin/modprobe --ignore-install nfs nfs4_unique_id=$(/usr/ while read a b c; do if [[ "$b" ]] && [[ ! "$b" =~ vers ]]; then echo "$a $b,vers=4.0 $c"; else echo "$a $b $c"; fi; done < /tmp/auto.meta-nfs\ > /etc/auto.meta-nfs -echo 'RPCGSSDARGS=-n' >> /etc/default/nfs-common +echo 'RPCGSSDOPTS=-n' >> /etc/default/nfs-common mkdir -p /etc/systemd/system/rpc-gssd.service.d/ echo '[Unit] ConditionPathExists= -- GitLab