upstream merged
This commit is contained in:
parent
e0161d0a20
commit
ab91addafc
15
README.md
15
README.md
@ -271,6 +271,8 @@ Other Linux Guests
|
||||
|
||||
### BSD Guest Support
|
||||
|
||||
`quickget` also supports:
|
||||
|
||||
- `freebsd` (FreeBSD)
|
||||
- `openbsd` (OpenBSD)
|
||||
|
||||
@ -286,6 +288,19 @@ disk_img="debian-bullseye/disk.qcow2"
|
||||
iso="debian-bullseye/firmware-11.0.0-amd64-DVD-1.iso"
|
||||
```
|
||||
|
||||
If you already have a collection of ISOs downloaded you can have
|
||||
`quickget` find and copy your existing file into the VM directory.
|
||||
|
||||
``` {.text}
|
||||
--isodir : base path beneath which to find local ISO copy
|
||||
if a matching file is found it will be copied to the VM directory
|
||||
--localiso : optional local ISO filename - defaults to target filename
|
||||
```
|
||||
|
||||
`quickget` will then continue to `wget` or `zsync` using that file as a
|
||||
prior copy. If the target file exists in the VM directory `quickget`
|
||||
will raise an error if you run it with `--isodir`
|
||||
|
||||
- Use `quickemu` to start the virtual machine:
|
||||
|
||||
``` {.bash}
|
||||
|
@ -1,2 +1,5 @@
|
||||
### BSD Guest Support
|
||||
|
||||
`quickget` also supports:
|
||||
|
||||
|
||||
|
@ -10,6 +10,16 @@ disk_img="debian-bullseye/disk.qcow2"
|
||||
iso="debian-bullseye/firmware-11.0.0-amd64-DVD-1.iso"
|
||||
```
|
||||
|
||||
If you already have a collection of ISOs downloaded you can have `quickget` find and copy your existing file into the VM directory.
|
||||
|
||||
```text
|
||||
--isodir : base path beneath which to find local ISO copy
|
||||
if a matching file is found it will be copied to the VM directory
|
||||
--localiso : optional local ISO filename - defaults to target filename
|
||||
```
|
||||
|
||||
`quickget` will then continue to `wget` or `zsync` using that file as a prior copy. If the target file exists in the VM directory `quickget` will raise an error if you run it with `--isodir`
|
||||
|
||||
* Use `quickemu` to start the virtual machine:
|
||||
|
||||
```bash
|
||||
|
@ -389,6 +389,8 @@ All the official Ubuntu flavours are supported, just replace
|
||||
.IP \[bu] 2
|
||||
\f[C]zorin\f[] (Zorin OS)
|
||||
.SS BSD Guest Support
|
||||
.PP
|
||||
\f[C]quickget\f[] also supports:
|
||||
.IP \[bu] 2
|
||||
\f[C]freebsd\f[] (FreeBSD)
|
||||
.IP \[bu] 2
|
||||
@ -409,6 +411,23 @@ disk_img="debian\-bullseye/disk.qcow2"
|
||||
iso="debian\-bullseye/firmware\-11.0.0\-amd64\-DVD\-1.iso"
|
||||
\f[]
|
||||
.fi
|
||||
.PP
|
||||
If you already have a collection of ISOs downloaded you can have
|
||||
\f[C]quickget\f[] find and copy your existing file into the VM
|
||||
directory.
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
\-\-isodir\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ :\ base\ path\ beneath\ which\ to\ find\ local\ ISO\ copy
|
||||
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ if\ a\ matching\ file\ is\ found\ it\ will\ be\ copied\ to\ the\ VM\ directory
|
||||
\-\-localiso\ \ \ \ \ \ \ \ \ \ \ \ \ \ :\ optional\ local\ ISO\ filename\ \-\ defaults\ to\ target\ filename
|
||||
\f[]
|
||||
.fi
|
||||
.PP
|
||||
\f[C]quickget\f[] will then continue to \f[C]wget\f[] or \f[C]zsync\f[]
|
||||
using that file as a prior copy.
|
||||
If the target file exists in the VM directory \f[C]quickget\f[] will
|
||||
raise an error if you run it with \f[C]\-\-isodir\f[]
|
||||
.IP \[bu] 2
|
||||
Use \f[C]quickemu\f[] to start the virtual machine:
|
||||
.IP
|
||||
|
@ -294,6 +294,8 @@ Other Linux Guests
|
||||
|
||||
### BSD Guest Support
|
||||
|
||||
`quickget` also supports:
|
||||
|
||||
- `freebsd` (FreeBSD)
|
||||
- `openbsd` (OpenBSD)
|
||||
|
||||
@ -309,6 +311,19 @@ disk_img="debian-bullseye/disk.qcow2"
|
||||
iso="debian-bullseye/firmware-11.0.0-amd64-DVD-1.iso"
|
||||
```
|
||||
|
||||
If you already have a collection of ISOs downloaded you can have
|
||||
`quickget` find and copy your existing file into the VM directory.
|
||||
|
||||
``` {.text}
|
||||
--isodir : base path beneath which to find local ISO copy
|
||||
if a matching file is found it will be copied to the VM directory
|
||||
--localiso : optional local ISO filename - defaults to target filename
|
||||
```
|
||||
|
||||
`quickget` will then continue to `wget` or `zsync` using that file as a
|
||||
prior copy. If the target file exists in the VM directory `quickget`
|
||||
will raise an error if you run it with `--isodir`
|
||||
|
||||
- Use `quickemu` to start the virtual machine:
|
||||
|
||||
``` {.bash}
|
||||
|
@ -183,6 +183,8 @@ All the official Ubuntu flavours are supported, just replace
|
||||
.IP \[bu] 2
|
||||
\f[C]zorin\f[] (Zorin OS)
|
||||
.SS BSD Guest Support
|
||||
.PP
|
||||
\f[C]quickget\f[] also supports:
|
||||
.IP \[bu] 2
|
||||
\f[C]freebsd\f[] (FreeBSD)
|
||||
.IP \[bu] 2
|
||||
@ -203,6 +205,23 @@ disk_img="debian\-bullseye/disk.qcow2"
|
||||
iso="debian\-bullseye/firmware\-11.0.0\-amd64\-DVD\-1.iso"
|
||||
\f[]
|
||||
.fi
|
||||
.PP
|
||||
If you already have a collection of ISOs downloaded you can have
|
||||
\f[C]quickget\f[] find and copy your existing file into the VM
|
||||
directory.
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
\-\-isodir\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ :\ base\ path\ beneath\ which\ to\ find\ local\ ISO\ copy
|
||||
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ if\ a\ matching\ file\ is\ found\ it\ will\ be\ copied\ to\ the\ VM\ directory
|
||||
\-\-localiso\ \ \ \ \ \ \ \ \ \ \ \ \ \ :\ optional\ local\ ISO\ filename\ \-\ defaults\ to\ target\ filename
|
||||
\f[]
|
||||
.fi
|
||||
.PP
|
||||
\f[C]quickget\f[] will then continue to \f[C]wget\f[] or \f[C]zsync\f[]
|
||||
using that file as a prior copy.
|
||||
If the target file exists in the VM directory \f[C]quickget\f[] will
|
||||
raise an error if you run it with \f[C]\-\-isodir\f[]
|
||||
.IP \[bu] 2
|
||||
Use \f[C]quickemu\f[] to start the virtual machine:
|
||||
.IP
|
||||
|
@ -138,6 +138,8 @@ Other Linux Guests
|
||||
|
||||
### BSD Guest Support
|
||||
|
||||
`quickget` also supports:
|
||||
|
||||
- `freebsd` (FreeBSD)
|
||||
- `openbsd` (OpenBSD)
|
||||
|
||||
@ -153,6 +155,19 @@ disk_img="debian-bullseye/disk.qcow2"
|
||||
iso="debian-bullseye/firmware-11.0.0-amd64-DVD-1.iso"
|
||||
```
|
||||
|
||||
If you already have a collection of ISOs downloaded you can have
|
||||
`quickget` find and copy your existing file into the VM directory.
|
||||
|
||||
``` {.text}
|
||||
--isodir : base path beneath which to find local ISO copy
|
||||
if a matching file is found it will be copied to the VM directory
|
||||
--localiso : optional local ISO filename - defaults to target filename
|
||||
```
|
||||
|
||||
`quickget` will then continue to `wget` or `zsync` using that file as a
|
||||
prior copy. If the target file exists in the VM directory `quickget`
|
||||
will raise an error if you run it with `--isodir`
|
||||
|
||||
- Use `quickemu` to start the virtual machine:
|
||||
|
||||
``` {.bash}
|
||||
|
Loading…
Reference in New Issue
Block a user