Go to file
Marek Marczykowski-Górecki ee3950a3aa
pm-utils: use qvm-sync-clock --force instead of manual qvm-run
After suspend VMs clocks are desynchronized in most cases (because VMs
were paused). Since directly after suspent there may be no network
access, normal `qvm-sync-clock` call isn't good (it aborts if NTP call
fails). But with new `qvm-sync-clock --force` switch, it sync VMs even
if NTP is unreachable.

QubesOS/qubes-issues#1728
2016-02-22 22:24:04 +01:00
appmenus-files appmenus: fix template's icon 2015-04-12 02:06:26 +02:00
appmenus-scripts Add qvm-appmenu-replace tool. 2015-12-05 12:25:29 -05:00
doc doc: add some more details to qubes-dom0-update --action 2015-09-04 02:11:16 +02:00
dom0-updates dom0-update: do not output scary messagge about missing repomd.xml 2016-02-03 16:46:58 +01:00
dracut dracut: include all USB controllers drivers 2015-12-24 03:26:36 +01:00
file-copy-vm Implement qvm-copy-to-vm and qvm-move-to-vm utilities 2015-11-11 05:09:21 +01:00
icons Initial commit: appmenus handling code, icons 2013-03-16 18:23:22 +01:00
pm-utils pm-utils: use qvm-sync-clock --force instead of manual qvm-run 2016-02-22 22:24:04 +01:00
qrexec qrexec: add timeout for data vchan connection 2016-02-22 22:24:04 +01:00
rpm_spec Require new enough qubes-utils package for updated libqrexec-utils (again) 2015-11-11 05:12:42 +01:00
system-config kernel-install: (EFI) really install kernel image 2015-12-05 15:18:08 +01:00
vaio-fixes vaio-fixes 2013-03-16 18:24:21 +01:00
.gitignore gitignore 2015-05-03 16:05:02 +02:00
Makefile Remove support for old builder API 2013-03-19 19:03:41 +01:00
Makefile.builder Add Makefile.builder 2013-03-19 15:23:17 +01:00
README.txt Update README 2015-07-10 17:50:25 +02:00
version version 3.1.7 2016-02-08 05:03:18 +01:00
version_vaio_fixes vaio-fixes 2013-03-16 18:24:21 +01:00

This package contains Linux dom0 files.

Mostly there are config files for different system services, but also some
"addons" to Qubes core:
 - udev scripts for block and USB devices exposure (in qvm-block and qvm-usb)
 - appmenu generation for Linux GUI (including icons)