Skip to content

Commit e54a68c

Browse files
authored
Merge pull request #807 from alaurie/Fix-LiveImageDefinition
Update LiveMedia.md for clarity and formatting improvements
2 parents ba7f92e + 06906aa commit e54a68c

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

docs/LiveMedia.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ Live Media is a way to try AlmaLinux on your computer without installing it to t
1414
If you are looking for AlmaLinux OS Kitten images, please, visit the [AlmaLinux OS Kitten page](/development/almalinux-os-kitten-10).
1515
:::
1616

17-
There are a few AlmaLinux Live Media Options:
17+
AlmaLinux Live Media options vary by major release:
18+
19+
- AlmaLinux 8 and 9: GNOME Mini, GNOME, KDE, MATE, XFCE
20+
- AlmaLinux 10 and newer: GNOME, KDE
1821

1922
- GNOME Mini: contains a core GNOME environment with Firefox browser
2023
- GNOME: contains a full GNOME environment with popular workstation applications like LibreOffice, Thunderbird and so on.
@@ -36,10 +39,11 @@ There are a few AlmaLinux Live Media Options:
3639
## How to download and write images
3740

3841
The first step is to download an AlmaLinux image:
39-
| | | | |
40-
| --- | --- | --- | --- |
41-
| AlmaLinux 8 | [x86_64](https://repo.almalinux.org/almalinux/8/live/x86_64/) | | |
42-
| AlmaLinux 9 | [x86_64](https://repo.almalinux.org/almalinux/9/live/x86_64/) | [aarch64](https://repo.almalinux.org/almalinux/9/live/aarch64/) | |
42+
43+
| | | | |
44+
| ------------ | -------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------- |
45+
| AlmaLinux 8 | [x86_64](https://repo.almalinux.org/almalinux/8/live/x86_64/) | | |
46+
| AlmaLinux 9 | [x86_64](https://repo.almalinux.org/almalinux/9/live/x86_64/) | [aarch64](https://repo.almalinux.org/almalinux/9/live/aarch64/) | |
4347
| AlmaLinux 10 | [x86_64](https://repo.almalinux.org/almalinux/10/live/x86_64/) | [x86_64_v2](https://repo.almalinux.org/almalinux/10/live/x86_64_v2/) | [aarch64](https://repo.almalinux.org/almalinux/10/live/aarch64/) |
4448

4549
Then it all depends on what OS you use.
@@ -50,7 +54,7 @@ It is simple to use the dd command for any Linux OS.
5054

5155
Insert your target USB and locate it. There are different ways to do it but here are some of them:
5256

53-
- ` sudo fdisk -l` - this command shows you the connected block storage devices, including the USB devices.
57+
- `sudo fdisk -l` - this command shows you the connected block storage devices, including the USB devices.
5458

5559
- `lsblk` - this command gives you all the available block storage devices, including the USB block storage devices.
5660

0 commit comments

Comments
 (0)