Commit graph

148 commits

Author SHA1 Message Date
b214683ef2
add LICENSE file 2023-09-07 07:35:14 +00:00
2a8e0c9f0a
remove deprecated install-guide from rawhide 2023-07-14 11:16:04 +02:00
py0xc3
a253071cf1 Support for i386 was dropped
(cherry picked from commit 72be12edb0)
2022-07-28 21:55:53 +00:00
e5dbbd3fa9 update antora config & CI workflow 2022-07-13 19:16:11 +02:00
darknao
b186e36776 cleaning 2022-05-21 15:42:13 +02:00
f26bb4f473 Update modules/install-guide/pages/advanced/Network_based_Installations.adoc
Running "dnf install dhcp" as root will yield the error message "Error: Unable to find a match: dhcp" in F35+.
The package to install is actually dhcp-server.
2022-05-04 19:05:35 +02:00
0e37820da3 Update modules/install-guide/pages/advanced/Network_based_Installations.adoc
Either enable dhcpd on boot or do not enable tftp.socket. The former seems the better option.
2022-05-04 19:05:35 +02:00
Manisha Singh
2244d3d7dd Update modules/install-guide/pages/_partials/install/InitialSetupHub.adoc
Add correct xref link
2022-04-22 13:50:09 +00:00
Manisha Singh
656fad3950 Update modules/install-guide/pages/_partials/install/InitialSetupHub.adoc
Add correct xref link
2022-04-22 13:47:32 +00:00
c104d183c2 build: Update with latest version from template
Fix over quoting of ${cmd}.
2022-03-03 10:05:41 +01:00
dd81475aeb Update configuration for Antora 3.0 2022-03-02 16:20:56 +00:00
0d3aeb6263 build & preview: Update with latest version from template 2022-03-02 16:20:56 +00:00
darknao
480df933bc set rawhide version as prerelease 2022-02-02 20:53:38 +01:00
62e4427e26 Update logo 2021-11-03 19:54:06 +01:00
c9d7e9c26d I have a LibreOffice document with changes from Leslie S Satenstein.
This commit converts the areas he has worked on or has comments on to use SemBr,
so that those changes are easier to compare and comment on in subsequent commits.

I have confirmed that these changes do not produce any text or visual changes
in the rendered output.
2021-10-10 18:17:52 -04:00
969090445c Add Arm entries to processor/arch table
The processor table currently only describes
x86 based machines, so lets add a the two
Arm types supported by Fedora so they aren't
lonely.

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
2021-09-16 19:10:40 -05:00
79ca996e49 Update install guide to note SystemReady Machines
The fedora install guide mentions that its for AMD/Intel machines
but much of this process also directly applies 1:1 with the Arm
SBSA/SBBR/SystemReady class of machines which utilize industry
standard HW/SW in the form of UEFI/ACPI/etc. Lets
mention those alongside the AMD/Intel when appropriate.

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
2021-09-16 18:53:17 -05:00
Alois Mahdal
f07148c4f9 Fix missing end of WARNING block
Without much understanding of AsciiDoc, I figure this ends the `WARNING`
block.

Before this fix most of the document from the WARNING on is broken.
2021-09-08 15:07:11 +02:00
febd5acfb0 Merge branch 'pr85' 2021-08-27 05:29:23 +02:00
Jason Yundt
ab41042057 Replace "can not" with "cannot"
"can not" is probably acceptable to most people, but "cannot" is
probably acceptable to pretty much everyone and is more clear. See:
https://english.stackexchange.com/questions/4510/why-is-cannot-spelled-as-one-word/
2021-08-27 05:26:28 +02:00
6f79eeeb63 Present readers with smart quotes
Before this change, this documentation in this repo would present the
reader with U+0022 QUOTATION MARKs. According to Unicode, it’s better to
use U+201C LEFT DOUBLE QUOTATION MARK and U+201D RIGHT DOUBLE QUOTATION
MARK (Source: https://www.unicode.org/charts/PDF/U0000.pdf#page=3).
2021-08-27 05:21:44 +02:00
Jason Yundt
a9f3fa8fc4 Format "Attribution-ShareAlike" the way CC does
See:

- https://creativecommons.org/licenses/by-sa/4.0/
- https://creativecommons.org/licenses/by-sa/4.0/legalcode
2021-08-27 03:18:18 +00:00
Jason Yundt
4d1947f2ae Replace RHEL reference with Fedora reference 2021-08-27 03:17:16 +00:00
Jason Yundt
c3f31374d3 Directly link to the System Administrator's Guide
Fixes #103.
2021-08-27 03:15:18 +00:00
Jason Yundt
1c3aa2e4c2 Put modifier before noun 2021-08-27 03:14:30 +00:00
Jason Yundt
17faee12c4 Minor English tweaks
I added the word "the" to make the sentence sound better. I also removed
a comma before the word "and" because:
- The word "and" was being used in a list with two items
- The word "and" was not being used to introduce an independent clause
2021-08-27 03:14:00 +00:00
Jason Yundt
d36125b99d Update reference to OS X
OS X was renamed to macOS in 2016.
2021-08-27 03:13:16 +00:00
Jason Yundt
c9f30e912d Break up sentence to simplify it
I also removed a comma because the word "or" was being used to introduce
a dependent clause.
2021-08-27 03:10:54 +00:00
Jason Yundt
2deac3e4ef Refer to macOS specifically
Linux (in this case) refers to a family of operating systems. Windows is
primarily an OS brand. Mac, however, is primarily a computer brand. On
the other hand, macOS is a family of operating systems. Having each item
in the list refer to a group of operating systems is more consistent.
2021-08-27 03:10:18 +00:00
Petr Bokoc
ada73e4530 Merge #94 Fix capitalization of macOS 2021-08-27 03:10:01 +00:00
Petr Bokoc
59bf2547d9 Merge #93 Change issue button name to match Pagure 2021-08-27 03:09:46 +00:00
Jason Yundt
86fcafdb0b Make apostrophes consistent
Most of the time, AsciiDoc automatically replaces U+0027 APOSTROPHEs
with U+2019 RIGHT SINGLE QUOTATION MARKs. This doesn’t happen when
the apostrophe is at the end of the word (for example, “users'”).
For consistency, this change makes U+2019s appear at the ends of words.
2021-08-06 08:21:41 -04:00
Jason Yundt
b38f8967fd Fix capitalization of macOS 2021-07-21 07:15:50 -04:00
Jason Yundt
d93435a7bf Change issue button name to match Pagure 2021-07-20 20:28:34 -04:00
Oğuz Ersen
36a97d9ce4 Update IRC link 2021-06-10 09:06:08 +00:00
069cd11e23 explain netinstall image differences 2021-06-10 08:56:52 +00:00
5d9f15266f Fix button label for creating New Issue in Feedback.adoc 2021-05-30 13:06:49 +00:00
020b593154 BZ#1893428 - you can't kickstart from live media 2021-05-24 12:34:16 +02:00
05e6a786a6 Update version variables in entities.adoc 2021-05-20 07:10:59 +00:00
fb3ab79116 entities.adoc: Update Fedora versions 2021-05-20 07:10:59 +00:00
661038be3a Fix syntax on Kickstart Reference 2021-05-06 10:51:23 +00:00
Ben Cotton
e125585ee9 Update the content license per https://pagure.io/Fedora-Council/tickets/issue/355 2021-05-04 15:58:02 -04:00
8b1df33e20 Update on the inst. prefix in Boot Options 2021-04-27 01:31:27 +02:00
6842760f1f Remove install from Kickstart syntax reference 2021-04-27 01:29:22 +02:00
a4d7f925f8 UserSpoke: fix Create User screen name
Fix screen name in the Image Alt text to "Create User"
2021-04-26 20:41:41 +00:00
f76d5ef08e StorageSpoke: Fix Reclaim Disk Space dialog name 2021-04-26 20:39:31 +00:00
5165f01f2f Fix misspellings 2021-04-26 20:36:17 +00:00
Damilola Bello
6597b99c8b Update modules/install-guide/pages/advanced/Network_based_Installations.adoc
uefi/shim64.efi should be uefi/shimx64.efi
2021-04-26 20:34:58 +00:00
87f4d6ce25 Fixed command to verify checksum on OSX 2021-04-26 20:30:45 +00:00
4120fa5a43 Update links to Fedora website 2021-04-26 20:29:59 +00:00