core-admin/core-modules
Marek Marczykowski-Górecki cf6c6baded
Improve resize2fs call for root.img resize
1. Do not start GUI session - to reduce startup time
2. Use user="root" instead of sudo - not all templates have sudo
installed (for example fedora-21-minimal)
3. Add missing wait=True - otherwise VM may be shutdown during the
operation.

QubesOS/qubes-issues#1268
2015-11-07 05:03:54 +01:00
..
__init__.py
01QubesAppVm.py Support more VM types in qvm-grow-root 2015-10-24 19:58:03 +02:00
01QubesDisposableVm.py
01QubesHVm.py Support more VM types in qvm-grow-root 2015-10-24 19:58:03 +02:00
02QubesTemplateHVm.py
000QubesVm.py Fix race condition in QubesVm.get_cputime/get_mem 2015-10-27 21:35:02 +01:00
001QubesResizableVm.py Improve resize2fs call for root.img resize 2015-11-07 05:03:54 +01:00
003QubesTemplateVm.py Support more VM types in qvm-grow-root 2015-10-24 19:58:03 +02:00
005QubesNetVm.py
006QubesAdminVm.py
006QubesProxyVm.py
Makefile rpm+makefile: move build/install code to Makefile files 2014-11-19 12:50:24 +01:00
README.txt Move all files one level up 2013-03-16 19:56:51 +01:00

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