Commit Graph

14 Commits

Author SHA1 Message Date
Andrew David Wong
2ff7666f0a
Fix code block syntax 2021-05-08 03:01:27 -07:00
Tobias Killer
e9ec3afa43
Repair link 2021-04-13 08:47:36 +02:00
Tobias Killer
b6cb04c297
Refactor links in order to obey the new convention rule 2021-04-11 00:09:05 +02:00
Maya
820af56761
Add lang + ref tags to frontmatter
Those are fields used by the language switcher to correlate pages across
different languages, even if they have different names/paths/titles.
They are generated with the prepare_for_translation.py script.
2021-03-14 16:18:11 +01:00
Maya
8f8a8e50ea
Normalize frontmatter
- sort keys
- remove permalink from redirects
2021-03-14 16:18:10 +01:00
Maya
67a92614aa
Markdown formatting fixes
- mark all code blocks with ```
- unify empty lines between sections
- adjust list syntax (no space before dash)
- adjust headers to use Atx-style syntax
- remove trailing spaces
2021-03-14 16:18:10 +01:00
Andrew David Wong
1b43ce9dfe
Update release-specific section to avoid duplication
Since release-specific notes are already included in specific news
items, avoid insinuating that such details will be provided here and
instead point to the news page.

Also link to supported versions page in EOL section, since it often
contains information pertinent to this section.
2021-02-24 16:45:21 -08:00
Andrew David Wong
2dde81e499
Remove Fedora 30 note
Fedora 30 has been unsupported for quite a long time now.
2021-02-24 16:34:00 -08:00
Tom Bassindale
434c00f72d
Fix missing property (default_template) in step 9
Minor change to add missing property value. Using existing command results in error that "fedora-31" is not a valid property, updated docs to add the property name so that command works.
2020-10-29 13:02:28 +01:00
Andrew David Wong
4e1950e9e1
Improve Fedora and Debian upgrade information 2020-08-16 03:49:30 -05:00
jason
e7c8b70ec3 "Desired changes for pullrequest #1024" 2020-08-05 12:39:07 +02:00
qtpies
965a99c9d5
Make template upgrade documentation user-friendly
Upgrading TemplateVM's by installing a new TemplateVM, then redo changes is way more user friendly, and technically there are benefits too. This option is currently behind a link at the bottom of this page , but it should be at the top. 

- User friendlyness: The commands involved are less in number, less error prone, and far less complex.
- The technical benefit is that you are getting a fresh OS, which can not have issues that are possibly inherited from older versions. The fact that this is possible without reinstalling your laptop is actually one of the benefits of Qubes.
- Of course there are users who are lacking diskspace or who are on a slow or metered internet connection. They can still use the other method.

I want to explicitly include the part 'There is currently ... dependencies.' (line 33). Installing extra packages is the main thing users do in a TemplateVM, so including this saves users time from searching for such a method themselves, and it will prompt somebody who in fact does know a way to report this, because it would be a great addition. To be clear, a list of packages to be installed, should not include dependencies, because when the user manually installs packages formerly installed as dependencies, the packagemanager will not remove them automatically anymore when they are no longer needed.

My addition deviates a little bit from the succinct and technical style of the rest of the page, but given that upgrading templates is a frequent operation in Qubes that no user can avoid, I think this is fair.
2020-07-30 00:40:08 +02:00
Andrew David Wong
e63030c32a
Make fstrim step optional instead of recommended and explain why 2019-09-02 12:37:17 -05:00
Andrew David Wong
4fc71ac4a9
Revamp documentation on managing OSes in Qubes
- Unify and normalize Fedora and Debian docs
- Deduplicate content
- Cross-link pages
- Move content to correct pages
- Use more accurate and intuitive terms and names

Fixes QubesOS/qubes-issues#5284
2019-09-02 04:34:26 -05:00