From a6e211e3eeecec96d46f41badef7105627e92b93 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Wed, 20 Jun 2018 19:04:00 -0500 Subject: [PATCH] Exclude `python2-tornado` when upgrading from F27 to F28 Noted in: https://github.com/QubesOS/qubes-issues/issues/3991#issuecomment-398760991 --- managing-os/templates/fedora/upgrade-27-to-28.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managing-os/templates/fedora/upgrade-27-to-28.md b/managing-os/templates/fedora/upgrade-27-to-28.md index a56181f1..1ae8b103 100644 --- a/managing-os/templates/fedora/upgrade-27-to-28.md +++ b/managing-os/templates/fedora/upgrade-27-to-28.md @@ -65,7 +65,7 @@ Qubes 3.2 Instructions [user@fedora-28 ~]$ sudo mkfs.ext4 /dev/xvdi [user@fedora-28 ~]$ sudo mount /dev/xvdi /mnt/removable [user@fedora-28 ~]$ sudo dnf clean all - [user@fedora-28 ~]$ sudo dnf --releasever=28 --setopt=cachedir=/mnt/removable --best --allowerasing distro-sync + [user@fedora-28 ~]$ sudo dnf --releasever=28 --setopt=cachedir=/mnt/removable --best --allowerasing -x python2-tornado distro-sync (Shut down TemplateVM by any normal means.)