ba54792c83
When using PVGrub it doesn't make sense to attach modules.img, since modules are already in the VM. Initramfs there will already handle such situation and will not try to mount it, when VM's root filesystem already contains appropriate /lib/modules/`uname -r`. On the other hand, error earlier when initramfs is missing. While also not used by PV Grub, the file is always specified in libvirt config and when missing libvirt will throw rather cryptic error message. QubesOS/qubes-issues#1354 |
||
---|---|---|
.. | ||
__init__.py | ||
01QubesAppVm.py | ||
01QubesDisposableVm.py | ||
01QubesHVm.py | ||
02QubesTemplateHVm.py | ||
000QubesVm.py | ||
001QubesResizableVm.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