Merge remote-tracking branch 'origin/master'

This commit is contained in:
Martin Wimpress 2022-09-20 13:03:08 +01:00
commit e6b9954050
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
9 changed files with 63 additions and 60 deletions

View File

@ -160,7 +160,7 @@ sudo apt install quickemu
## Other Linux
``` bash
git clone --depth=1 https://github.com/wimpysworld/quickemu
git clone --filter=blob:none https://github.com/wimpysworld/quickemu
cd quickemu
```
@ -193,11 +193,11 @@ quickemu --vm ubuntu-22.04.conf
- Complete the installation as normal.
- Post-install:
- Install the SPICE agent (`spice-vdagent`) to enable copy/paste
and USB redirection
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
copy/paste and USB redirection
- `sudo apt install spice-vdagent`
- Install the SPICE WebDAV agent (`spice-webdavd`) to enable file
sharing.
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
enable file sharing.
- `sudo apt install spice-webdavd`
### Ubuntu devel (daily-live) images
@ -268,7 +268,6 @@ with your preferred flavour.
- `oraclelinux` (Oracle Linux)
- `popos` (Pop!\_OS)
- `reactos` (ReactOS)
- `regolith` (Regolith Linux)
- `rockylinux` (Rocky Linux)
- `slackware` (Slackware)
- `solus` (Solus)
@ -296,10 +295,10 @@ quickemu --vm debian-bullseye.conf
- Complete the installation as normal.
- Post-install:
- Install the SPICE agent (`spice-vdagent`) to enable copy/paste
and USB redirection.
- Install the SPICE WebDAV agent (`spice-webdavd`) to enable file
sharing.
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
copy/paste and USB redirection.
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
enable file sharing.
## macOS Guest
@ -323,7 +322,11 @@ supported.
- On macOS Mojave and High Sierra
- Select `QEMU HARDDISK Media` (\~103.08GB) from the list
and click **Erase**.
- Enter a `Name:` for the disk and click **Erase**.
- Enter a `Name:` for the disk
- If your installing macOS Mojave or later (Catalina, Big Sur,
and Monterey), choose any of the APFS options as the filesystem.
MacOS Extended may not work.
- Click **Erase**.
- Click **Done**.
- Close Disk Utility
- From **macOS Utilities**
@ -739,7 +742,6 @@ You can also pass optional parameters
--version : Print version
```
<!-- [[[end]]] -->
## Desktop shortcuts

@ -1 +1 @@
Subproject commit da4705f350bb95c08dfd7e31627285ffc8019045
Subproject commit b00b951c83c5c18aafd57c0898c4cfd7394ef4f3

View File

@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "QUICKEMU" "1" "September 1, 2022" "quickemu" "Quickemu User Manual"
.TH "QUICKEMU" "1" "September 19, 2022" "quickemu" "Quickemu User Manual"
.hy
.SH NAME
.PP
@ -182,6 +182,8 @@ util-linux (https://github.com/karelzak/util-linux)
.IP \[bu] 2
sed (https://www.gnu.org/software/sed/)
.IP \[bu] 2
socat (http://www.dest-unreach.org/socat/)
.IP \[bu] 2
spicy (https://gitlab.freedesktop.org/spice/spice-gtk)
.IP \[bu] 2
swtpm (https://github.com/stefanberger/swtpm)
@ -274,15 +276,15 @@ Complete the installation as normal.
Post-install:
.RS 2
.IP \[bu] 2
Install the SPICE agent (\f[V]spice-vdagent\f[R]) to enable copy/paste
and USB redirection
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
copy/paste and USB redirection
.RS 2
.IP \[bu] 2
\f[V]sudo apt install spice-vdagent\f[R]
.RE
.IP \[bu] 2
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) to enable file
sharing.
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
enable file sharing.
.RS 2
.IP \[bu] 2
\f[V]sudo apt install spice-webdavd\f[R]
@ -399,8 +401,6 @@ All the official Ubuntu flavours are supported, just replace
.IP \[bu] 2
\f[V]reactos\f[R] (ReactOS)
.IP \[bu] 2
\f[V]regolith\f[R] (Regolith Linux)
.IP \[bu] 2
\f[V]rockylinux\f[R] (Rocky Linux)
.IP \[bu] 2
\f[V]slackware\f[R] (Slackware)
@ -442,11 +442,11 @@ Complete the installation as normal.
Post-install:
.RS 2
.IP \[bu] 2
Install the SPICE agent (\f[V]spice-vdagent\f[R]) to enable copy/paste
and USB redirection.
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
copy/paste and USB redirection.
.IP \[bu] 2
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) to enable file
sharing.
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
enable file sharing.
.RE
.SS macOS Guest
.PP

View File

@ -1,6 +1,6 @@
---
author: Martin Wimpress
date: September 1, 2022
date: September 19, 2022
footer: quickemu
header: Quickemu User Manual
section: 1
@ -145,6 +145,7 @@ QEMU](https://img.youtube.com/vi/AOTYWEgw0hI/0.jpg)](https://www.youtube.com/wat
- [usbutils](https://github.com/gregkh/usbutils)
- [util-linux](https://github.com/karelzak/util-linux)
- [sed](https://www.gnu.org/software/sed/)
- [socat](http://www.dest-unreach.org/socat/)
- [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
- [swtpm](https://github.com/stefanberger/swtpm)
- [Wget](https://www.gnu.org/software/wget/)
@ -216,11 +217,11 @@ quickemu --vm ubuntu-22.04.conf
- Complete the installation as normal.
- Post-install:
- Install the SPICE agent (`spice-vdagent`) to enable copy/paste
and USB redirection
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
copy/paste and USB redirection
- `sudo apt install spice-vdagent`
- Install the SPICE WebDAV agent (`spice-webdavd`) to enable file
sharing.
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
enable file sharing.
- `sudo apt install spice-webdavd`
### Ubuntu devel (daily-live) images
@ -291,7 +292,6 @@ with your preferred flavour.
- `oraclelinux` (Oracle Linux)
- `popos` (Pop!\_OS)
- `reactos` (ReactOS)
- `regolith` (Regolith Linux)
- `rockylinux` (Rocky Linux)
- `slackware` (Slackware)
- `solus` (Solus)
@ -319,10 +319,10 @@ quickemu --vm debian-bullseye.conf
- Complete the installation as normal.
- Post-install:
- Install the SPICE agent (`spice-vdagent`) to enable copy/paste
and USB redirection.
- Install the SPICE WebDAV agent (`spice-webdavd`) to enable file
sharing.
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
copy/paste and USB redirection.
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
enable file sharing.
## macOS Guest

View File

@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "QUICKEMU_CONF" "1" "September 1, 2022" "quickemu_conf" "Quickemu Configuration Manual"
.TH "QUICKEMU_CONF" "1" "September 19, 2022" "quickemu_conf" "Quickemu Configuration Manual"
.hy
.SH NAME
.PP

View File

@ -1,6 +1,6 @@
---
author: Martin Wimpress
date: September 1, 2022
date: September 19, 2022
footer: quickemu_conf
header: Quickemu Configuration Manual
section: 1

View File

@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "QUICKGET" "1" "September 1, 2022" "quickget" "Quickget User Manual"
.TH "QUICKGET" "1" "September 19, 2022" "quickget" "Quickget User Manual"
.hy
.SH NAME
.PP
@ -58,15 +58,15 @@ Complete the installation as normal.
Post-install:
.RS 2
.IP \[bu] 2
Install the SPICE agent (\f[V]spice-vdagent\f[R]) to enable copy/paste
and USB redirection
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
copy/paste and USB redirection
.RS 2
.IP \[bu] 2
\f[V]sudo apt install spice-vdagent\f[R]
.RE
.IP \[bu] 2
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) to enable file
sharing.
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
enable file sharing.
.RS 2
.IP \[bu] 2
\f[V]sudo apt install spice-webdavd\f[R]
@ -183,8 +183,6 @@ All the official Ubuntu flavours are supported, just replace
.IP \[bu] 2
\f[V]reactos\f[R] (ReactOS)
.IP \[bu] 2
\f[V]regolith\f[R] (Regolith Linux)
.IP \[bu] 2
\f[V]rockylinux\f[R] (Rocky Linux)
.IP \[bu] 2
\f[V]slackware\f[R] (Slackware)
@ -226,11 +224,11 @@ Complete the installation as normal.
Post-install:
.RS 2
.IP \[bu] 2
Install the SPICE agent (\f[V]spice-vdagent\f[R]) to enable copy/paste
and USB redirection.
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
copy/paste and USB redirection.
.IP \[bu] 2
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) to enable file
sharing.
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
enable file sharing.
.RE
.SS macOS Guest
.PP

View File

@ -1,6 +1,6 @@
---
author: Martin Wimpress
date: September 1, 2022
date: September 19, 2022
footer: quickget
header: Quickget User Manual
section: 1
@ -49,11 +49,11 @@ quickemu --vm ubuntu-22.04.conf
- Complete the installation as normal.
- Post-install:
- Install the SPICE agent (`spice-vdagent`) to enable copy/paste
and USB redirection
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
copy/paste and USB redirection
- `sudo apt install spice-vdagent`
- Install the SPICE WebDAV agent (`spice-webdavd`) to enable file
sharing.
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
enable file sharing.
- `sudo apt install spice-webdavd`
### Ubuntu devel (daily-live) images
@ -124,7 +124,6 @@ with your preferred flavour.
- `oraclelinux` (Oracle Linux)
- `popos` (Pop!\_OS)
- `reactos` (ReactOS)
- `regolith` (Regolith Linux)
- `rockylinux` (Rocky Linux)
- `slackware` (Slackware)
- `solus` (Solus)
@ -152,10 +151,10 @@ quickemu --vm debian-bullseye.conf
- Complete the installation as normal.
- Post-install:
- Install the SPICE agent (`spice-vdagent`) to enable copy/paste
and USB redirection.
- Install the SPICE WebDAV agent (`spice-webdavd`) to enable file
sharing.
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
copy/paste and USB redirection.
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
enable file sharing.
## macOS Guest

10
quickget Executable file → Normal file
View File

@ -261,7 +261,10 @@ function editions_centos-stream() {
}
function releases_debian() {
echo 10.11.0 10.12.0 10.13.0 11.2.0 11.3.0 11.4.0 11.5.0
DEBCURRENT=$(wget -q https://cdimage.debian.org/debian-cd/ -O- |grep '\.[0-9]/'|cut -d\> -f9|cut -d\/ -f1)
local DEBOLD=$(wget -q https://cdimage.debian.org/cdimage/archive/ -O- |grep -e '>[1-9][0-9]\.'|grep -v 'live' | cut -d\> -f9|cut -d\/ -f1 )
echo ${DEBOLD} ${DEBCURRENT}
}
function editions_debian() {
@ -928,8 +931,9 @@ function get_debian() {
local ISO="debian-live-${RELEASE}-amd64-${EDITION}.iso"
local URL=""
case ${RELEASE} in
11.5.0) URL="https://cdimage.debian.org/debian-cd/${RELEASE}-live/amd64/iso-hybrid";;
DEBCURRENT=$(wget -q https://cdimage.debian.org/debian-cd/ -O- |grep '\.[0-9]/'|cut -d\> -f9|cut -d\/ -f1)
case ${RELEASE} in
"${DEBCURRENT}") URL="https://cdimage.debian.org/debian-cd/${RELEASE}-live/amd64/iso-hybrid";;
*) URL="https://cdimage.debian.org/cdimage/archive/${RELEASE}-live/amd64/iso-hybrid/";;
esac