Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start mentioning fedora #16

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
1 change: 1 addition & 0 deletions docs/docs/01-WelcomeArea/02-Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ nav_order: 3
- [Arch Linux](https://archlinux.org/download/)
- [EndeavourOS](https://endeavouros.com/)
- [ArcoLinux Plasma](https://sourceforge.net/projects/arcolinux-community-editions/files/plasma/)
- [Fedora Linux](https://fedoraproject.org/workstation/)

3. **CPU Minimum Requirements:**
- Virtualization Support
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
layout: default
title: Fedora Based
parent: Package Installation
grand_parent: Host Preparations
nav_order: 1
---

# Fedora based Package Installation
#### Package requirements for base DKVM.

```bash
sudo dnf install qemu-system-x86 libvirt libvirt-daemon-config-network bridge-utils virt-manager dosfstools
```

## You can now continue to the next <a href="../04-PkgConf.html">page</a>.

<hr>

{: .new }

If you're interested in working with Mac OS releases prior to Catalina, make sure you install the following package for DarwinUDK UEFI Firmware support in Virt-Manager.

To get started, cd to the ``DarwinUDK`` folder.

```bash
cd DarwinUDK/Fedora
```

You'll now be able to use pacman to install the DUDK-Firmware package.

```bash
sudo rpm -i DUDK-Firmware-1.0.0-2.fedora.rpm
```

You'll now be able to successfully import DarwinLegacyKVM.xml and use DUDK-Firmware!

## You can now continue to the next <a href="../04-PkgConf.html">page</a>.