docs: correct example documentation for ubuntu daily-live. close #943

This commit is contained in:
Martin Wimpress 2024-04-11 23:27:56 +01:00 committed by Martin Wimpress
parent 33b8133a33
commit 24bcdfdb9a
5 changed files with 14 additions and 36 deletions

View File

@ -100,10 +100,14 @@ yay -Sy quickemu
``` ```
### Debian and derivatives ### Debian and derivatives
A [.deb package is available for Debian and derivatives in this project's GitHub releases page](https://github.com/quickemu-project/quickemu/releases). ### Debian and derivatives
Download the .deb and install it with `apt-get`.
```bash A [.deb package is available for Debian and derivatives in this
project's GitHub releases
page](https://github.com/quickemu-project/quickemu/releases). Download
the .deb and install it with `apt-get`.
``` bash
sudo apt-get install ./quickemu_x.y.z-1_all.deb sudo apt-get install ./quickemu_x.y.z-1_all.deb
``` ```
@ -211,8 +215,9 @@ sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genis
#### Install requirements on macOS hosts #### Install requirements on macOS hosts
This is a **work in progress** (see [issue 248](https://github.com/quickemu-project/quickemu/issues/248) This is a **work in progress** (see [issue
for other steps and changes that may enable running on MacOS) 248](https://github.com/quickemu-project/quickemu/issues/248) for other
steps and changes that may enable running on MacOS)
``` sh ``` sh
brew install qemu bash coreutils grep jq python@3.10 cdrtools gnu-sed spice-gtk wget zsync brew install qemu bash coreutils grep jq python@3.10 cdrtools gnu-sed spice-gtk wget zsync
@ -347,7 +352,6 @@ fully functional for all operating systems, including Windows and macOS.
- `deepin` (Deepin) - `deepin` (Deepin)
- `devuan` (Devuan) - `devuan` (Devuan)
- `dragonflybsd` (DragonFlyBSD) - `dragonflybsd` (DragonFlyBSD)
- `easyos` (EasyOS)
- `elementary` (elementary OS) - `elementary` (elementary OS)
- `endeavouros` (EndeavourOS) - `endeavouros` (EndeavourOS)
- `endless` (Endless OS) - `endless` (Endless OS)

View File

@ -158,18 +158,6 @@ stored anywhere (such as external USB storage or your home directory)
and no elevated permissions are required to run the virtual machines. and no elevated permissions are required to run the virtual machines.
\f[B]Quickemu now also includes comprehensive support for macOS and \f[B]Quickemu now also includes comprehensive support for macOS and
Windows\f[R]. Windows\f[R].
.PP
See this (old) video where I explain some of my motivations for creating
Quickemu:
.PP
\c
.UR https://www.youtube.com/watch?v=AOTYWEgw0hI
[IMAGE: \c
.UR https://img.youtube.com/vi/AOTYWEgw0hI/0.jpg
Replace VirtualBox with Bash & QEMU
.UE \c
]
.UE \c
.SS Features .SS Features
.IP \[bu] 2 .IP \[bu] 2
\f[B]macOS\f[R] Monterey, Big Sur, Catalina, Mojave & High Sierra \f[B]macOS\f[R] Monterey, Big Sur, Catalina, Mojave & High Sierra
@ -355,7 +343,7 @@ to install the above requirements or their equivalents.
.PP .PP
These examples may save a little typing: These examples may save a little typing:
.SS Install requirements on Debian hosts .SS Install requirements on Debian hosts
This also applies to direct derivatives, such as MX Linux: This also applies to derivatives:
.IP .IP
.EX .EX
sudo apt install qemu bash coreutils ovmf grep jq lsb\-base procps python3 genisoimage usbutils util\-linux sed spice\-client\-gtk libtss2\-tcti\-swtpm0 wget xdg\-user\-dirs zsync unzip sudo apt install qemu bash coreutils ovmf grep jq lsb\-base procps python3 genisoimage usbutils util\-linux sed spice\-client\-gtk libtss2\-tcti\-swtpm0 wget xdg\-user\-dirs zsync unzip
@ -366,7 +354,7 @@ sudo apt install qemu bash coreutils ovmf grep jq lsb\-base procps python3 genis
sudo dnf install qemu bash coreutils edk2\-tools grep jq lsb procps python3 genisoimage usbutils util\-linux sed spice\-gtk\-tools swtpm wget xdg\-user\-dirs xrandr unzip sudo dnf install qemu bash coreutils edk2\-tools grep jq lsb procps python3 genisoimage usbutils util\-linux sed spice\-gtk\-tools swtpm wget xdg\-user\-dirs xrandr unzip
.EE .EE
.SS Install requirements on macOS hosts .SS Install requirements on macOS hosts
This is a work in progress (see \c This is a \f[B]work in progress\f[R] (see \c
.UR https://github.com/quickemu-project/quickemu/issues/248 .UR https://github.com/quickemu-project/quickemu/issues/248
issue 248 issue 248
.UE \c .UE \c
@ -569,8 +557,6 @@ operating systems, including Windows and macOS.
.IP \[bu] 2 .IP \[bu] 2
\f[CR]dragonflybsd\f[R] (DragonFlyBSD) \f[CR]dragonflybsd\f[R] (DragonFlyBSD)
.IP \[bu] 2 .IP \[bu] 2
\f[CR]easyos\f[R] (EasyOS)
.IP \[bu] 2
\f[CR]elementary\f[R] (elementary OS) \f[CR]elementary\f[R] (elementary OS)
.IP \[bu] 2 .IP \[bu] 2
\f[CR]endeavouros\f[R] (EndeavourOS) \f[CR]endeavouros\f[R] (EndeavourOS)

View File

@ -159,14 +159,6 @@ your home directory) and no elevated permissions are required to run the
virtual machines. **Quickemu now also includes comprehensive support for virtual machines. **Quickemu now also includes comprehensive support for
[macOS](#macos-guests) and [Windows](#windows-guests)**. [macOS](#macos-guests) and [Windows](#windows-guests)**.
See this (old) video where I explain some of my motivations for creating
Quickemu:
::: {align="center"}
[![Replace VirtualBox with Bash &
QEMU](https://img.youtube.com/vi/AOTYWEgw0hI/0.jpg)](https://www.youtube.com/watch?v=AOTYWEgw0hI)
:::
## Features ## Features
- **macOS** Monterey, Big Sur, Catalina, Mojave & High Sierra - **macOS** Monterey, Big Sur, Catalina, Mojave & High Sierra
@ -231,7 +223,7 @@ These examples may save a little typing:
#### Install requirements on Debian hosts #### Install requirements on Debian hosts
This also applies to direct derivatives, such as MX Linux: This also applies to derivatives:
``` sh ``` sh
sudo apt install qemu bash coreutils ovmf grep jq lsb-base procps python3 genisoimage usbutils util-linux sed spice-client-gtk libtss2-tcti-swtpm0 wget xdg-user-dirs zsync unzip sudo apt install qemu bash coreutils ovmf grep jq lsb-base procps python3 genisoimage usbutils util-linux sed spice-client-gtk libtss2-tcti-swtpm0 wget xdg-user-dirs zsync unzip
@ -245,7 +237,7 @@ sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genis
#### Install requirements on macOS hosts #### Install requirements on macOS hosts
This is a work in progress (see [issue This is a **work in progress** (see [issue
248](https://github.com/quickemu-project/quickemu/issues/248) for other 248](https://github.com/quickemu-project/quickemu/issues/248) for other
steps and changes that may enable running on MacOS) steps and changes that may enable running on MacOS)
@ -383,7 +375,6 @@ fully functional for all operating systems, including Windows and macOS.
- `deepin` (Deepin) - `deepin` (Deepin)
- `devuan` (Devuan) - `devuan` (Devuan)
- `dragonflybsd` (DragonFlyBSD) - `dragonflybsd` (DragonFlyBSD)
- `easyos` (EasyOS)
- `elementary` (elementary OS) - `elementary` (elementary OS)
- `endeavouros` (EndeavourOS) - `endeavouros` (EndeavourOS)
- `endless` (Endless OS) - `endless` (Endless OS)

View File

@ -166,8 +166,6 @@ operating systems, including Windows and macOS.
.IP \[bu] 2 .IP \[bu] 2
\f[CR]dragonflybsd\f[R] (DragonFlyBSD) \f[CR]dragonflybsd\f[R] (DragonFlyBSD)
.IP \[bu] 2 .IP \[bu] 2
\f[CR]easyos\f[R] (EasyOS)
.IP \[bu] 2
\f[CR]elementary\f[R] (elementary OS) \f[CR]elementary\f[R] (elementary OS)
.IP \[bu] 2 .IP \[bu] 2
\f[CR]endeavouros\f[R] (EndeavourOS) \f[CR]endeavouros\f[R] (EndeavourOS)

View File

@ -142,7 +142,6 @@ fully functional for all operating systems, including Windows and macOS.
- `deepin` (Deepin) - `deepin` (Deepin)
- `devuan` (Devuan) - `devuan` (Devuan)
- `dragonflybsd` (DragonFlyBSD) - `dragonflybsd` (DragonFlyBSD)
- `easyos` (EasyOS)
- `elementary` (elementary OS) - `elementary` (elementary OS)
- `endeavouros` (EndeavourOS) - `endeavouros` (EndeavourOS)
- `endless` (Endless OS) - `endless` (Endless OS)