Skip to content

Commit

Permalink
building-manual.md: Added link to Fedora Docker installation
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Prusinowski <[email protected]>
  • Loading branch information
JanPrusinowski committed Sep 26, 2024
1 parent be30a56 commit d0e64d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/unified/protectli/building-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ devices.
- Git
+ `sudo apt-get install git`

Alternatively Fedora can be used instead of Ubuntu by following the same steps except:
[Install Docker Engine on Fedora](https://docs.docker.com/engine/install/fedora/)

## Building

To build Dasharo firmware image, first clone the coreboot repository:
Expand Down
3 changes: 3 additions & 0 deletions docs/variants/pc_engines/building-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ apu2/3/4/6 platform.
+ follow [Post-installation steps for Linux](https://docs.docker.com/engine/install/linux-postinstall/)
- Git

Alternatively Fedora can be used instead of Ubuntu by following the same steps except:
[Install Docker Engine on Fedora](https://docs.docker.com/engine/install/fedora/)

## Build Dasharo firmware

=== "(coreboot+UEFI) firmware"
Expand Down
3 changes: 3 additions & 0 deletions docs/variants/qemu_q35/building-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ for QEMU Q35.
- follow [Post-installation steps for Linux](https://docs.docker.com/engine/install/linux-postinstall/)
* Git, wget, unzip installed

Alternatively Fedora can be used instead of Ubuntu by following the same steps except:
[Install Docker Engine on Fedora](https://docs.docker.com/engine/install/fedora/)

```bash
sudo apt install git unzip wget
```
Expand Down

0 comments on commit d0e64d5

Please sign in to comment.