Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e6b9954050
26
README.md
26
README.md
@ -160,7 +160,7 @@ sudo apt install quickemu
|
|||||||
## Other Linux
|
## Other Linux
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
git clone --depth=1 https://github.com/wimpysworld/quickemu
|
git clone --filter=blob:none https://github.com/wimpysworld/quickemu
|
||||||
cd quickemu
|
cd quickemu
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -193,11 +193,11 @@ quickemu --vm ubuntu-22.04.conf
|
|||||||
|
|
||||||
- Complete the installation as normal.
|
- Complete the installation as normal.
|
||||||
- Post-install:
|
- Post-install:
|
||||||
- Install the SPICE agent (`spice-vdagent`) to enable copy/paste
|
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
|
||||||
and USB redirection
|
copy/paste and USB redirection
|
||||||
- `sudo apt install spice-vdagent`
|
- `sudo apt install spice-vdagent`
|
||||||
- Install the SPICE WebDAV agent (`spice-webdavd`) to enable file
|
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
|
||||||
sharing.
|
enable file sharing.
|
||||||
- `sudo apt install spice-webdavd`
|
- `sudo apt install spice-webdavd`
|
||||||
|
|
||||||
### Ubuntu devel (daily-live) images
|
### Ubuntu devel (daily-live) images
|
||||||
@ -268,7 +268,6 @@ with your preferred flavour.
|
|||||||
- `oraclelinux` (Oracle Linux)
|
- `oraclelinux` (Oracle Linux)
|
||||||
- `popos` (Pop!\_OS)
|
- `popos` (Pop!\_OS)
|
||||||
- `reactos` (ReactOS)
|
- `reactos` (ReactOS)
|
||||||
- `regolith` (Regolith Linux)
|
|
||||||
- `rockylinux` (Rocky Linux)
|
- `rockylinux` (Rocky Linux)
|
||||||
- `slackware` (Slackware)
|
- `slackware` (Slackware)
|
||||||
- `solus` (Solus)
|
- `solus` (Solus)
|
||||||
@ -296,10 +295,10 @@ quickemu --vm debian-bullseye.conf
|
|||||||
|
|
||||||
- Complete the installation as normal.
|
- Complete the installation as normal.
|
||||||
- Post-install:
|
- Post-install:
|
||||||
- Install the SPICE agent (`spice-vdagent`) to enable copy/paste
|
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
|
||||||
and USB redirection.
|
copy/paste and USB redirection.
|
||||||
- Install the SPICE WebDAV agent (`spice-webdavd`) to enable file
|
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
|
||||||
sharing.
|
enable file sharing.
|
||||||
|
|
||||||
## macOS Guest
|
## macOS Guest
|
||||||
|
|
||||||
@ -323,7 +322,11 @@ supported.
|
|||||||
- On macOS Mojave and High Sierra
|
- On macOS Mojave and High Sierra
|
||||||
- Select `QEMU HARDDISK Media` (\~103.08GB) from the list
|
- Select `QEMU HARDDISK Media` (\~103.08GB) from the list
|
||||||
and click **Erase**.
|
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**.
|
- Click **Done**.
|
||||||
- Close Disk Utility
|
- Close Disk Utility
|
||||||
- From **macOS Utilities**
|
- From **macOS Utilities**
|
||||||
@ -739,7 +742,6 @@ You can also pass optional parameters
|
|||||||
--version : Print version
|
--version : Print version
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- [[[end]]] -->
|
<!-- [[[end]]] -->
|
||||||
|
|
||||||
## Desktop shortcuts
|
## Desktop shortcuts
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit da4705f350bb95c08dfd7e31627285ffc8019045
|
Subproject commit b00b951c83c5c18aafd57c0898c4cfd7394ef4f3
|
@ -14,7 +14,7 @@
|
|||||||
. ftr VB CB
|
. ftr VB CB
|
||||||
. ftr VBI CBI
|
. ftr VBI CBI
|
||||||
.\}
|
.\}
|
||||||
.TH "QUICKEMU" "1" "September 1, 2022" "quickemu" "Quickemu User Manual"
|
.TH "QUICKEMU" "1" "September 19, 2022" "quickemu" "Quickemu User Manual"
|
||||||
.hy
|
.hy
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.PP
|
.PP
|
||||||
@ -182,6 +182,8 @@ util-linux (https://github.com/karelzak/util-linux)
|
|||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
sed (https://www.gnu.org/software/sed/)
|
sed (https://www.gnu.org/software/sed/)
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
|
socat (http://www.dest-unreach.org/socat/)
|
||||||
|
.IP \[bu] 2
|
||||||
spicy (https://gitlab.freedesktop.org/spice/spice-gtk)
|
spicy (https://gitlab.freedesktop.org/spice/spice-gtk)
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
swtpm (https://github.com/stefanberger/swtpm)
|
swtpm (https://github.com/stefanberger/swtpm)
|
||||||
@ -274,15 +276,15 @@ Complete the installation as normal.
|
|||||||
Post-install:
|
Post-install:
|
||||||
.RS 2
|
.RS 2
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
Install the SPICE agent (\f[V]spice-vdagent\f[R]) to enable copy/paste
|
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
|
||||||
and USB redirection
|
copy/paste and USB redirection
|
||||||
.RS 2
|
.RS 2
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
\f[V]sudo apt install spice-vdagent\f[R]
|
\f[V]sudo apt install spice-vdagent\f[R]
|
||||||
.RE
|
.RE
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) to enable file
|
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
|
||||||
sharing.
|
enable file sharing.
|
||||||
.RS 2
|
.RS 2
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
\f[V]sudo apt install spice-webdavd\f[R]
|
\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
|
.IP \[bu] 2
|
||||||
\f[V]reactos\f[R] (ReactOS)
|
\f[V]reactos\f[R] (ReactOS)
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
\f[V]regolith\f[R] (Regolith Linux)
|
|
||||||
.IP \[bu] 2
|
|
||||||
\f[V]rockylinux\f[R] (Rocky Linux)
|
\f[V]rockylinux\f[R] (Rocky Linux)
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
\f[V]slackware\f[R] (Slackware)
|
\f[V]slackware\f[R] (Slackware)
|
||||||
@ -442,11 +442,11 @@ Complete the installation as normal.
|
|||||||
Post-install:
|
Post-install:
|
||||||
.RS 2
|
.RS 2
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
Install the SPICE agent (\f[V]spice-vdagent\f[R]) to enable copy/paste
|
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
|
||||||
and USB redirection.
|
copy/paste and USB redirection.
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) to enable file
|
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
|
||||||
sharing.
|
enable file sharing.
|
||||||
.RE
|
.RE
|
||||||
.SS macOS Guest
|
.SS macOS Guest
|
||||||
.PP
|
.PP
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
author: Martin Wimpress
|
author: Martin Wimpress
|
||||||
date: September 1, 2022
|
date: September 19, 2022
|
||||||
footer: quickemu
|
footer: quickemu
|
||||||
header: Quickemu User Manual
|
header: Quickemu User Manual
|
||||||
section: 1
|
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)
|
- [usbutils](https://github.com/gregkh/usbutils)
|
||||||
- [util-linux](https://github.com/karelzak/util-linux)
|
- [util-linux](https://github.com/karelzak/util-linux)
|
||||||
- [sed](https://www.gnu.org/software/sed/)
|
- [sed](https://www.gnu.org/software/sed/)
|
||||||
|
- [socat](http://www.dest-unreach.org/socat/)
|
||||||
- [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
|
- [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
|
||||||
- [swtpm](https://github.com/stefanberger/swtpm)
|
- [swtpm](https://github.com/stefanberger/swtpm)
|
||||||
- [Wget](https://www.gnu.org/software/wget/)
|
- [Wget](https://www.gnu.org/software/wget/)
|
||||||
@ -216,11 +217,11 @@ quickemu --vm ubuntu-22.04.conf
|
|||||||
|
|
||||||
- Complete the installation as normal.
|
- Complete the installation as normal.
|
||||||
- Post-install:
|
- Post-install:
|
||||||
- Install the SPICE agent (`spice-vdagent`) to enable copy/paste
|
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
|
||||||
and USB redirection
|
copy/paste and USB redirection
|
||||||
- `sudo apt install spice-vdagent`
|
- `sudo apt install spice-vdagent`
|
||||||
- Install the SPICE WebDAV agent (`spice-webdavd`) to enable file
|
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
|
||||||
sharing.
|
enable file sharing.
|
||||||
- `sudo apt install spice-webdavd`
|
- `sudo apt install spice-webdavd`
|
||||||
|
|
||||||
### Ubuntu devel (daily-live) images
|
### Ubuntu devel (daily-live) images
|
||||||
@ -291,7 +292,6 @@ with your preferred flavour.
|
|||||||
- `oraclelinux` (Oracle Linux)
|
- `oraclelinux` (Oracle Linux)
|
||||||
- `popos` (Pop!\_OS)
|
- `popos` (Pop!\_OS)
|
||||||
- `reactos` (ReactOS)
|
- `reactos` (ReactOS)
|
||||||
- `regolith` (Regolith Linux)
|
|
||||||
- `rockylinux` (Rocky Linux)
|
- `rockylinux` (Rocky Linux)
|
||||||
- `slackware` (Slackware)
|
- `slackware` (Slackware)
|
||||||
- `solus` (Solus)
|
- `solus` (Solus)
|
||||||
@ -319,10 +319,10 @@ quickemu --vm debian-bullseye.conf
|
|||||||
|
|
||||||
- Complete the installation as normal.
|
- Complete the installation as normal.
|
||||||
- Post-install:
|
- Post-install:
|
||||||
- Install the SPICE agent (`spice-vdagent`) to enable copy/paste
|
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
|
||||||
and USB redirection.
|
copy/paste and USB redirection.
|
||||||
- Install the SPICE WebDAV agent (`spice-webdavd`) to enable file
|
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
|
||||||
sharing.
|
enable file sharing.
|
||||||
|
|
||||||
## macOS Guest
|
## macOS Guest
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
. ftr VB CB
|
. ftr VB CB
|
||||||
. ftr VBI CBI
|
. 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
|
.hy
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.PP
|
.PP
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
author: Martin Wimpress
|
author: Martin Wimpress
|
||||||
date: September 1, 2022
|
date: September 19, 2022
|
||||||
footer: quickemu_conf
|
footer: quickemu_conf
|
||||||
header: Quickemu Configuration Manual
|
header: Quickemu Configuration Manual
|
||||||
section: 1
|
section: 1
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
. ftr VB CB
|
. ftr VB CB
|
||||||
. ftr VBI CBI
|
. ftr VBI CBI
|
||||||
.\}
|
.\}
|
||||||
.TH "QUICKGET" "1" "September 1, 2022" "quickget" "Quickget User Manual"
|
.TH "QUICKGET" "1" "September 19, 2022" "quickget" "Quickget User Manual"
|
||||||
.hy
|
.hy
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.PP
|
.PP
|
||||||
@ -58,15 +58,15 @@ Complete the installation as normal.
|
|||||||
Post-install:
|
Post-install:
|
||||||
.RS 2
|
.RS 2
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
Install the SPICE agent (\f[V]spice-vdagent\f[R]) to enable copy/paste
|
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
|
||||||
and USB redirection
|
copy/paste and USB redirection
|
||||||
.RS 2
|
.RS 2
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
\f[V]sudo apt install spice-vdagent\f[R]
|
\f[V]sudo apt install spice-vdagent\f[R]
|
||||||
.RE
|
.RE
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) to enable file
|
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
|
||||||
sharing.
|
enable file sharing.
|
||||||
.RS 2
|
.RS 2
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
\f[V]sudo apt install spice-webdavd\f[R]
|
\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
|
.IP \[bu] 2
|
||||||
\f[V]reactos\f[R] (ReactOS)
|
\f[V]reactos\f[R] (ReactOS)
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
\f[V]regolith\f[R] (Regolith Linux)
|
|
||||||
.IP \[bu] 2
|
|
||||||
\f[V]rockylinux\f[R] (Rocky Linux)
|
\f[V]rockylinux\f[R] (Rocky Linux)
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
\f[V]slackware\f[R] (Slackware)
|
\f[V]slackware\f[R] (Slackware)
|
||||||
@ -226,11 +224,11 @@ Complete the installation as normal.
|
|||||||
Post-install:
|
Post-install:
|
||||||
.RS 2
|
.RS 2
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
Install the SPICE agent (\f[V]spice-vdagent\f[R]) to enable copy/paste
|
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
|
||||||
and USB redirection.
|
copy/paste and USB redirection.
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) to enable file
|
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
|
||||||
sharing.
|
enable file sharing.
|
||||||
.RE
|
.RE
|
||||||
.SS macOS Guest
|
.SS macOS Guest
|
||||||
.PP
|
.PP
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
author: Martin Wimpress
|
author: Martin Wimpress
|
||||||
date: September 1, 2022
|
date: September 19, 2022
|
||||||
footer: quickget
|
footer: quickget
|
||||||
header: Quickget User Manual
|
header: Quickget User Manual
|
||||||
section: 1
|
section: 1
|
||||||
@ -49,11 +49,11 @@ quickemu --vm ubuntu-22.04.conf
|
|||||||
|
|
||||||
- Complete the installation as normal.
|
- Complete the installation as normal.
|
||||||
- Post-install:
|
- Post-install:
|
||||||
- Install the SPICE agent (`spice-vdagent`) to enable copy/paste
|
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
|
||||||
and USB redirection
|
copy/paste and USB redirection
|
||||||
- `sudo apt install spice-vdagent`
|
- `sudo apt install spice-vdagent`
|
||||||
- Install the SPICE WebDAV agent (`spice-webdavd`) to enable file
|
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
|
||||||
sharing.
|
enable file sharing.
|
||||||
- `sudo apt install spice-webdavd`
|
- `sudo apt install spice-webdavd`
|
||||||
|
|
||||||
### Ubuntu devel (daily-live) images
|
### Ubuntu devel (daily-live) images
|
||||||
@ -124,7 +124,6 @@ with your preferred flavour.
|
|||||||
- `oraclelinux` (Oracle Linux)
|
- `oraclelinux` (Oracle Linux)
|
||||||
- `popos` (Pop!\_OS)
|
- `popos` (Pop!\_OS)
|
||||||
- `reactos` (ReactOS)
|
- `reactos` (ReactOS)
|
||||||
- `regolith` (Regolith Linux)
|
|
||||||
- `rockylinux` (Rocky Linux)
|
- `rockylinux` (Rocky Linux)
|
||||||
- `slackware` (Slackware)
|
- `slackware` (Slackware)
|
||||||
- `solus` (Solus)
|
- `solus` (Solus)
|
||||||
@ -152,10 +151,10 @@ quickemu --vm debian-bullseye.conf
|
|||||||
|
|
||||||
- Complete the installation as normal.
|
- Complete the installation as normal.
|
||||||
- Post-install:
|
- Post-install:
|
||||||
- Install the SPICE agent (`spice-vdagent`) to enable copy/paste
|
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
|
||||||
and USB redirection.
|
copy/paste and USB redirection.
|
||||||
- Install the SPICE WebDAV agent (`spice-webdavd`) to enable file
|
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
|
||||||
sharing.
|
enable file sharing.
|
||||||
|
|
||||||
## macOS Guest
|
## macOS Guest
|
||||||
|
|
||||||
|
10
quickget
Executable file → Normal file
10
quickget
Executable file → Normal file
@ -261,7 +261,10 @@ function editions_centos-stream() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function releases_debian() {
|
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() {
|
function editions_debian() {
|
||||||
@ -928,8 +931,9 @@ function get_debian() {
|
|||||||
local ISO="debian-live-${RELEASE}-amd64-${EDITION}.iso"
|
local ISO="debian-live-${RELEASE}-amd64-${EDITION}.iso"
|
||||||
local URL=""
|
local URL=""
|
||||||
|
|
||||||
case ${RELEASE} in
|
DEBCURRENT=$(wget -q https://cdimage.debian.org/debian-cd/ -O- |grep '\.[0-9]/'|cut -d\> -f9|cut -d\/ -f1)
|
||||||
11.5.0) URL="https://cdimage.debian.org/debian-cd/${RELEASE}-live/amd64/iso-hybrid";;
|
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/";;
|
*) URL="https://cdimage.debian.org/cdimage/archive/${RELEASE}-live/amd64/iso-hybrid/";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user