diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-12-04 18:52:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-12-04 18:52:21 -0300 |
commit | 71e615a3faae973342ae5debdd76b28a33430817 (patch) | |
tree | fe999c6939112a885df142a4e170184425b92421 | |
parent | b9687a4252f6004a44352cd90182331d2dfd05db (diff) | |
download | kvmx-71e615a3faae973342ae5debdd76b28a33430817.tar.gz kvmx-71e615a3faae973342ae5debdd76b28a33430817.tar.bz2 |
Idea: a qubes-like behavior (2)
-rw-r--r-- | IDEAS.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -39,10 +39,15 @@ * Test suite for kvmx itself. * A qubes-like behavior: guest configured: - * With backing file and a basebox as a TemplateVM. - * To mount some folder as /home/user. - * To reinitialize de backing file at every restart. - * Guest won't start if the basebox is running. + * Option 1: + * With backing file and a basebox as a TemplateVM. + * To reinitialize de backing file at every restart. + * Guest won't start if the basebox is running. + * Option 2: + * Starting the VM using -snapshot param. + * Setting the $image to the same as the basebox. + * Use $shared_folders to mount custom data into the guest, allowing for + specific /home/user contents. ## Folder sharing |