This makes easier to handle some corner cases. One of them is having entry without `dir_path` defined. This may happen when migrating from R2 (using backup+restore or in-place) while some DisposableVM was running (even if not included in the backup itself). Fixes qubesos/qubes-issues#1124 Reported by @doncohen, thanks @wyory for providing more details. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| 01QubesAppVm.py | ||
| 01QubesDisposableVm.py | ||
| 01QubesHVm.py | ||
| 02QubesTemplateHVm.py | ||
| 000QubesVm.py | ||
| 003QubesTemplateVm.py | ||
| 005QubesNetVm.py | ||
| 006QubesAdminVm.py | ||
| 006QubesProxyVm.py | ||
| Makefile | ||
| README.txt | ||
This directory contains Qubes core modules. It will be loaded in lexicographical order, use numeric prefix to force load ordering. 0* - Qubes base modules 00* - Qubes core VM classes