core: fix vm-persistence info for DispVM
(reported by @adrelanos) qubesos/qubes-issues#1101
This commit is contained in:
parent
4ba7d5a3cc
commit
226a144285
@ -151,6 +151,7 @@ class QubesDisposableVm(QubesVm):
|
||||
def create_qubesdb_entries(self):
|
||||
super(QubesDisposableVm, self).create_qubesdb_entries()
|
||||
|
||||
self.qdb.write("/qubes-vm-persistence", "none")
|
||||
self.qdb.write('/qubes-restore-complete', '1')
|
||||
|
||||
def start(self, verbose = False, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user