this note too

This commit is contained in:
brent s 2017-10-09 09:20:15 -04:00
parent e74c554643
commit 3776f89d9c
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
# Should probably only cron it once a week or so.

import os
import pycryptsetup
import lvm
import pycryptsetup # requires cryptsetup to be configured with '--enable-python --with-python_version=3.6' (or whatever your python version is)
import lvm # requires lvm2 to be configured with '-enable-python3_bindings'
import subprocess

def getDisks():