X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/e1e7b8436dd1cb39285e2ef378b619358d1c62e8..fba0968870e13efbe1926fa43363aa56efd79ee4:/image_creator/os_type/unix.py diff --git a/image_creator/os_type/unix.py b/image_creator/os_type/unix.py index e0f0622..2cd8452 100644 --- a/image_creator/os_type/unix.py +++ b/image_creator/os_type/unix.py @@ -42,7 +42,9 @@ class Unix(OSBase): sensitive_userdata = [ '.bash_history', '.gnupg', - '.ssh' + '.ssh', + '.kamakirc', + '.kamaki.history' ] def __init__(self, rootdev, ghandler, output):