qubes/vm/standalonevm: volatile image should be writable

QubesOS/qubes-issues#2256
This commit is contained in:
Marek Marczykowski-Górecki 2016-09-04 20:58:11 +02:00
parent 0af5fdd267
commit c2617663e5
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -55,6 +55,7 @@ class StandaloneVM(qubes.vm.qubesvm.QubesVM):
'name': 'volatile',
'pool': 'default',
'internal': True,
'rw': True,
'size': qubes.config.defaults['root_img_size'],
},
'kernel': {