diff options
Diffstat (limited to '3')
-rwxr-xr-x | 3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3 b/3 index c40c894..d0428d6 100755 --- a/3 +++ b/3 @@ -49,6 +49,8 @@ fi sync if [ -z "$VIRTUALIZATION" ]; then + deactivate_vgs + deactivate_crypt if [ -e /run/runit/reboot ] && command -v kexec >/dev/null; then msg "Triggering kexec..." kexec -e 2>/dev/null |