From d2551ef2eff5cf161f6d00dcd7325de0ac8ad553 Mon Sep 17 00:00:00 2001 From: mossy-nw <34462023+mossy-nw@users.noreply.github.com> Date: Thu, 18 Jan 2018 23:44:35 +0000 Subject: [PATCH] Update fedora-minimal.md moved all R4.0 info under the R4.0 heading --- managing-os/templates/fedora-minimal.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/managing-os/templates/fedora-minimal.md b/managing-os/templates/fedora-minimal.md index b8792323..8e725237 100644 --- a/managing-os/templates/fedora-minimal.md +++ b/managing-os/templates/fedora-minimal.md @@ -37,18 +37,6 @@ It is higly recommended to clone the original template, and make any changes in You must start the template in order to customize it. -For Qubes R4.0, sudo is not installed by default in the minimal template. To update or install packages, from a dom0 terminal window: - -~~~ -[user@dom0 ~]$ qvm-run -u root fedora-26-minimal xterm -~~~ - -If you would like to skip this step in future, please install the `sudo` package: - -~~~ -[user@your-new-clone ~]$ dnf install sudo -~~~ - Customization ------------- @@ -78,6 +66,18 @@ A comprehensive guide to customizing the minimal template is available [here][GU Qubes 4.0 --------- +In Qubes R4.0, sudo is not installed by default in the minimal template. To update or install packages to it, from a dom0 terminal window: + +~~~ +[user@dom0 ~]$ qvm-run -u root fedora-26-minimal xterm +~~~ + +If you would like to skip this step in future, please install the `sudo` package: + +~~~ +[user@your-new-clone ~]$ dnf install sudo +~~~ + In Qubes 4.0, additional packages from the `qubes-core-agent` suite may be needed to make the customized minimal template work properly. These packages are: - `qubes-core-agent-qrexec`: Qubes qrexec agent. Installed by default.