From 4d816a625225165fee441f9c7f340be315bdff2a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 19 Aug 2020 03:52:21 +0200 Subject: post-boot script improvements --- dan/sk-tomnext.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dan/sk-tomnext.yml') diff --git a/dan/sk-tomnext.yml b/dan/sk-tomnext.yml index 5d72770d..5b90526b 100644 --- a/dan/sk-tomnext.yml +++ b/dan/sk-tomnext.yml @@ -25,8 +25,10 @@ set -e {% for name, volume in cryptdisk_volumes.items() %} + echo -e "opening crypto volume: \033[1;37m{{ name }}\033[0m" cryptsetup luksOpen '{{ volume.device }}' '{{ name }}' {% endfor %} + systemctl restart zfs-import-cache.service systemctl restart zfs-mount.service systemctl restart zfs-share.service -- cgit v1.2.3