From 0b8e12c499f46a6732dc2aabd139559f792ff3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amadeusz=20Piotr=20=C5=BBo=C5=82nowski?= Date: Mon, 27 Jan 2020 22:40:39 +0000 Subject: [PATCH] Add README.md to package-managers --- package-managers/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package-managers/README.md diff --git a/package-managers/README.md b/package-managers/README.md new file mode 100644 index 0000000..b7ea1a4 --- /dev/null +++ b/package-managers/README.md @@ -0,0 +1,25 @@ +Package managers +================ + +Each Qubes VM should notify Qubes updater in dom0 of new updates +available for the particular template or standalone VM. +The is the configuration and hooks for various package managers to +interact with Qubes updater. Moreover Qubes OS dom0 updates are +downloaded by a Qubes VM, rather directly in dom0 which doesn't have +networking configured at all. + +dom0 updates download +--------------------- + +`qubes-download-dom0-updates.sh` handles downloading packages for dom0 +in VM. It needs to be installed in VM which will handle dom0 updates +download only. + +Apt +--- + +The configuration includes: + +1. Hook to notify dom0. +2. Disabling unattended upgrades (Qubes updater). +3. List of repos with Qubes packages for VM.