You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slight changes to snippets on releases to be more copy-pastable (#621)
* Slight changes to snippets on releases to be more copy-pastable
- Use `uname -m` over hard-coding x86_64
- Replace use of `rpm` macro eval with same `uname -m` for consistency
---------
Co-authored-by: benny Vasquez <[email protected]>
$ cat CHECKSUM | grep -E "SHA256.*AlmaLinux-10.0-$(uname -m)-boot.iso"||echo"Warning: Checksum does not match"
157
+
SHA256 (AlmaLinux-10.0-x86_64-boot.iso) = a1549729bfb66a28e3546c953033c9928eae7280917bb1c490983dba3bb9941c# x86_64 checksum, yours may differ
158
158
```
159
159
160
-
If you decide to use the `AlmaLinux-10.0-x86_64-boot.iso` image, you may need to provide the `10.0/BaseOS/x86_64/kickstart/` URL repository from the selected mirror as the Installation Source in the event that the installer is not able to find the closest mirror for some reason.
160
+
If you decide to use the `AlmaLinux-10.0-x86_64-boot.iso` image, you may need to provide the `10.0/BaseOS/x86_64/kickstart/` URL repository from the selected mirror as the *Installation Source* in the event that the installer is not able to find the closest mirror for some reason.
161
161
162
-
There are no extra Installation Sources required if you decided to go with either the minimal or DVD ISO images.
162
+
There are no extra *Installation Sources* required if you decided to go with either the minimal or DVD ISO images.
163
163
164
164
## 10.0 Beta Testers
165
165
166
166
To update your AlmaLinux 0S 10.0 beta to 10.0 stable run:
0 commit comments