Skip to content

Commit 3a8e7c6

Browse files
committed
Merge branch 'main' of github.com:rocky-linux/documentation
2 parents 7af1cd5 + 2a90ab0 commit 3a8e7c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/guides/8_6_installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ https://www.rockylinux.org/download/
2222
To download the ISO directly from the command line, use the `wget` command:
2323

2424
```
25-
wget https://download.rockylinux.org/pub/rocky/8.7/isos/x86_64/Rocky-8.7-x86_64-minimal.iso
25+
wget https://download.rockylinux.org/pub/rocky/8.9/isos/x86_64/Rocky-8.9-x86_64-minimal.iso
2626
```
2727

2828
Rocky Linux ISOs are named following this convention:
@@ -31,7 +31,7 @@ Rocky Linux ISOs are named following this convention:
3131
Rocky-<MAJOR#>.<MINOR#>-<ARCH>-<VARIANT>.iso
3232
```
3333

34-
For example, `Rocky-8.7-x86_64-minimal.iso`
34+
For example, `Rocky-8.9-x86_64-minimal.iso`
3535

3636
!!! Note
3737

@@ -44,7 +44,7 @@ If you've downloaded the Rocky Linux ISO(s) on an existing Linux distribution, y
4444
First download the file that contains the official checksums for the available ISOs. While still in the folder that contains the downloaded Rocky Linux ISO download the checksum file for the ISO, type:
4545

4646
```
47-
wget https://download.rockylinux.org/pub/rocky/8.7/isos/x86_64/CHECKSUM
47+
wget https://download.rockylinux.org/pub/rocky/8.9/isos/x86_64/CHECKSUM
4848
```
4949

5050
Use the `sha256sum` utility to verify the integrity of the ISO file against corruption and/or tampering.
@@ -56,7 +56,7 @@ sha256sum -c CHECKSUM --ignore-missing
5656
This will check the integrity of the previously downloaded ISO file, provided it is in the same directory. The output should show:
5757

5858
```
59-
Rocky-8.7-x86_64-minimal.iso: OK
59+
Rocky-8.9-x86_64-minimal.iso: OK
6060
```
6161

6262
## The Installation
@@ -71,7 +71,7 @@ Insert and boot from the installation medium (optical disk, USB flash drive, and
7171

7272
Once the computer has booted you will be presented with the Rocky Linux 8 welcome splash screen.
7373

74-
![Rocky Linux installation splash screen](images/installation_8.5_F01.png)
74+
![Rocky Linux installation splash screen](images/install_8_9_01.png)
7575

7676
If you do not press any key the installer will begin a countdown, after which the installation process will automatically execute the default, highlighted, option:
7777

4.25 KB
Loading

0 commit comments

Comments
 (0)