Commit Graph

34 Commits

Author SHA1 Message Date
unman
72756af8fc
Add requirememts for using Wi-Fi in Debian minimal templates. Merge pr-1338 2024-05-03 14:46:14 +00:00
Karlo Bartha
7b487c54b0
Update minimal-templates.md
add pipewire package name for >= QubesOS 4.2.x
2024-04-25 07:39:15 +02:00
unman
101cad161b
Minimal templates - suggest ntpd in Debian minimal templates 2024-04-20 13:31:58 +00:00
unman
96ddac071d
Add ntpd hint for Debian minimal templates.
Merge branch 'pr-1340'
2024-04-20 13:27:59 +00:00
unman
5abde828d7
Add note on requirements for salting fedora-39-minimal templates 2024-03-31 12:31:13 +00:00
ABIbreak
8d0e6ed68c
Remove mentions of wireless-tools
Fedora removed the package back in 2021 (see https://fedoraproject.org/wiki/Changes/RemoveWirelessExtensions), and a query on pkgs.org reports that CentOS does not have any packages by that name
2024-02-03 23:11:15 -05:00
Andrew David Wong
726237da0f
Merge branch 'prb/fido2' of github.com:piotrbartman/qubes-doc into piotrbartman-prb/fido2 2024-01-08 22:54:45 -08:00
Gordon Shumway
d9560c17aa added ntp package hint 2023-10-14 22:51:21 +02:00
Ben Grande
09ec281344
Add Wi-Fi requirement to Debian minimal templates
Removed:
- qubes-core-agent-networking: already a dependency of
  qubes-core-agent-network-manager;
Added:
- wpasupplicant: required for Wi-Fi, it is recommended by
  network-manager but is not installed if not installing recommends.
  It is required on Fedora by NetworkManager-wifi and was installed by
  default on Debian Minimal before
  https://github.com/QubesOS/qubes-builder-debian/pull/74;
- gnome-keyring: already recommended on the Fedora section, saves Wi-Fi
  password;
2023-10-04 21:27:50 +00:00
taradiddles
bd763623ca Update qubes-community links to point to the forum 2023-08-15 09:34:37 +03:00
Piotr Bartman
a830998985
migration to fido2: update docs 2023-05-20 23:29:24 +02:00
Andrew David Wong
9ecd902b90
Make minimal template warning more explicit 2023-03-07 14:04:31 -08:00
Andrew David Wong
f38ae00800
Add entry about thumbnailers in Debian 2023-02-21 08:20:30 -08:00
Andrew David Wong
57e5f59cca
Merge branch 'patch-2' of github.com:TheWanderer1983/qubes-doc into TheWanderer1983-patch-2 2022-10-19 22:49:07 -07:00
TheWanderer
98bbfffec5
Update minimal-templates.md 2022-10-19 21:51:29 +00:00
Andrew David Wong
7e76e163bd
Document libpam-systemd for Debian minimal
QubesOS/qubes-issues#7689
2022-08-11 21:37:29 -07:00
Andrew David Wong
3744b4dee4
Revise text 2022-08-08 17:25:54 -07:00
TheWanderer
6496183a42
Update minimal-templates.md
Yubikey works out of the box for 2fa responses in debian-11.template but not in the minimal. It isn't straight forward to know which package to include for that functionality to work. Others on the forum have had this issue also. I've found that package and included it here so others can easily add that functionality.
2022-08-08 23:25:41 +00:00
Andrew David Wong
f6183a884d
Revise sentence about Template Manager tool
Instructions for accessing the tool should be documented on the documentation page for that tool and not duplicated here. Besides, this makes it sound like the command line is the recommended way (or even the only way) to start the tool, which could be misleading.
2022-05-23 10:49:50 -07:00
Jaromir Dvoracek
f7876d0ac3
Update minimal-templates.md
Add an easy option to list all currently available templates
2022-05-22 20:43:13 +00:00
Andrew David Wong
952cdd859a
Link to post about novice users and minimal templates
Per fsflover's suggestion: https://forum.qubes-os.org/t/9717/18
2022-03-01 07:12:07 -08:00
unman
924511184f
State requirement for networking from minimal templates. 2021-11-16 15:44:42 +00:00
Ark-of-the-copepod
be09220d33
wrong package name, line 237
For Debian, `ncat` works not `nmap-ncat`.
2021-11-13 05:38:39 +00:00
Andrew David Wong
717810fb11
Document 'zenity' requirement for GUI inter-qube copying
Fixes QubesOS/qubes-issues#6801
2021-07-28 22:53:15 -07:00
unman
d0bc9e70a2
Sentence case for titles 2021-07-09 01:06:41 +00:00
Andrew David Wong
c29cf40910
Reorganize doc guidelines into multiple pages; update style guide
The existing doc guidelines page attempts to combine too many different
topics at once and includes information that does not pertain directly
to the documentation. This reorganization is intended to make each type
of information easier to find. For example, some have found it difficult
to find the documentation style guidelines (see, e.g.,
QubesOS/qubes-issues#6701#issuecomment-875875610). This reorganization
allows us to assign more specific titles to each page.

General changes:
- Create new page for contribution instructions
- Create new page for website style guide
- Create new page for continuous integration
- Rename existing "style guide" to "visual style guide" in order to
  avoid ambiguity with new doc and website style guides
- Retain existing page solely for doc style guide
- Update page names and permalinks
- Update existing links
- Improve language

Doc style guide changes:
- Add section on using sentence case in headings
  (see QubesOS/qubes-issues#6756 and #1173)
- Improve section organization
- Clarify language

In order to better preserve the Git history of each file, file renames
will be handled in a separate commit.
2021-07-08 08:08:57 -07:00
Marek Marczykowski-Górecki
1d40a958c2
Sort frontmatter entries
Again, this makes scripted modifications easier.
2021-06-24 16:10:26 +02:00
Marek Marczykowski-Górecki
3806ecf338
Remove extra newlines at the beginning/end of files
Those are redundant, and yaml parser strips them in fact. By removing
them, loading and saving yaml file without any change indeed produce the
same output. This is useful for prepare_for_translation.py script (which
adds lang and ref tags) - to produce only change that indeed was made.
2021-06-24 16:07:23 +02:00
Andrew David Wong
7e3bc9511f
Update "Minimal Templates"
- Mark as advanced page
- Revise introduction
- Move list of available templates to new section
- Clarify installation commands
- Fix language and syntax errors
- Wrap text
2021-06-19 02:15:40 -07:00
deeplow
b9b49c4d2b
Mention why one would use minimal templates
Content credit: SvenSemmler https://qubes-os.discourse.group/t/debian-10-minimal-configuration/2603/54
2021-06-19 08:05:57 +00:00
Andrew David Wong
63498a6c17
Mass replace "TemplateVM" with "template"
QubesOS/qubes-issues#1015
2021-06-18 02:16:40 -07:00
Andrew David Wong
c07ee61ed8
Mass replace "DisposableVM" with "disposable"
QubesOS/qubes-issues#1015
2021-06-18 02:04:39 -07:00
Andrew David Wong
aea595397f
Mass replace "AppVM" and "TemplateBasedVM" with "app qube"
QubesOS/qubes-issues#1015
2021-06-18 01:55:53 -07:00
Andrew David Wong
6d81f95cc2
Update and reorganize documentation
- Convert "Common Tasks" to "How-to Guides"
  (QubesOS/qubes-issues#6694)
- Make title capitalization consistent across docs
- Fix leftover h1 headings
- Reorganize various pages and topics
- Update permalinks to better match titles
- Create redirects for changed permalinks
- Miscellaneous cleanup

QubesOS/qubes-issues#6701
2021-06-17 05:16:22 -07:00