From 3b0c0be9bee584beec702b249f69d47145964e97 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sun, 20 Jun 2021 21:55:36 -0700 Subject: [PATCH] Steer newbies toward easy upgrade method even more --- user/templates/debian/debian.md | 4 ++-- user/templates/fedora/fedora.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/user/templates/debian/debian.md b/user/templates/debian/debian.md index 949b0584..cb0b8fee 100644 --- a/user/templates/debian/debian.md +++ b/user/templates/debian/debian.md @@ -47,9 +47,9 @@ For routine daily template updates within a given Debian release, see [Updating There are two ways to upgrade your template to a new Debian release: -- [Install a fresh template to replace the existing one.](#installing) **This option may be simpler for less experienced users.** After you install the new template, redo all desired template modifications and [switch everything that was set to the old template to the new template](/doc/templates/#switching). You may want to write down the modifications you make to your templates so that you remember what to redo on each fresh install. In the old Debian template, see `/var/log/dpkg.log` and `/var/log/apt/history.log` for logs of package manager actions. +- **Recommended:** [Install a fresh template to replace the existing one.](#installing) **This option may be simpler for less experienced users.** After you install the new template, redo all desired template modifications and [switch everything that was set to the old template to the new template](/doc/templates/#switching). You may want to write down the modifications you make to your templates so that you remember what to redo on each fresh install. In the old Debian template, see `/var/log/dpkg.log` and `/var/log/apt/history.log` for logs of package manager actions. -- [Perform an in-place upgrade of an existing Debian template.](/doc/template/debian/upgrade/) This option will preserve any modifications you've made to the template, **but it may be more complicated for less experienced users.** +- **Advanced:** [Perform an in-place upgrade of an existing Debian template.](/doc/template/debian/upgrade/) This option will preserve any modifications you've made to the template, **but it may be more complicated for less experienced users.** ## Release-specific notes diff --git a/user/templates/fedora/fedora.md b/user/templates/fedora/fedora.md index 36810753..2a6d6bd8 100644 --- a/user/templates/fedora/fedora.md +++ b/user/templates/fedora/fedora.md @@ -39,7 +39,7 @@ For routine daily updates within a given release, see [Updating software in temp There are two ways to upgrade your template to a new Fedora release: -- [Install a fresh template to replace the existing one.](#installing) **This option may be simpler for less experienced users.** After you install the new template, redo all desired template modifications and [switch everything that was set to the old template to the new template](/doc/templates/#switching). You may want to write down the modifications you make to your templates so that you remember what to redo on each fresh install. To see a log of package manager actions, open a terminal in the old Fedora template and use the `dnf history` command. +- **Recommended:** [Install a fresh template to replace the existing one.](#installing) **This option may be simpler for less experienced users.** After you install the new template, redo all desired template modifications and [switch everything that was set to the old template to the new template](/doc/templates/#switching). You may want to write down the modifications you make to your templates so that you remember what to redo on each fresh install. To see a log of package manager actions, open a terminal in the old Fedora template and use the `dnf history` command. -- [Perform an in-place upgrade of an existing Fedora template.](/doc/template/fedora/upgrade/) This option will preserve any modifications you've made to the template, **but it may be more complicated for less experienced users.** +- **Advanced:** [Perform an in-place upgrade of an existing Fedora template.](/doc/template/fedora/upgrade/) This option will preserve any modifications you've made to the template, **but it may be more complicated for less experienced users.**