2024-01-21 04:05:51 -03:00
|
|
|
# quickget
|
|
|
|
|
|
|
|
> Download and prepare materials for building a Quickemu virtual machine.
|
2024-02-05 12:34:49 +05:30
|
|
|
> Note: the parameter "edition" is always optional.
|
2024-01-21 04:05:51 -03:00
|
|
|
> See also: `quickemu`.
|
|
|
|
> More information: <https://github.com/quickemu-project/quickemu>.
|
|
|
|
|
|
|
|
- Display the list of all supported guest operating systems, versions and variants:
|
|
|
|
|
|
|
|
`quickget list`
|
|
|
|
|
|
|
|
- Download and create the virtual machine configuration for building a Quickemu virtual machine for an OS:
|
|
|
|
|
|
|
|
`quickget {{os}} {{release}} {{edition}}`
|
|
|
|
|
|
|
|
- Download configuration for a Windows 11 VM with VirtIO drivers for Windows:
|
|
|
|
|
|
|
|
`quickget windows 11`
|
|
|
|
|
|
|
|
- Download a macOS recovery image and creates a virtual machine configuration:
|
|
|
|
|
2024-09-08 18:10:29 +01:00
|
|
|
`quickget macos {{mojave|catalina|big-sur|monterey|ventura|sonoma}}`
|
2024-01-21 04:05:51 -03:00
|
|
|
|
2024-09-08 18:10:29 +01:00
|
|
|
- Show an ISO URL for an operating system:
|
2024-01-21 04:05:51 -03:00
|
|
|
|
2024-09-08 18:10:29 +01:00
|
|
|
`quickget --url fedora {{release}} {{edition}}`
|
2024-01-21 04:05:51 -03:00
|
|
|
|
|
|
|
- Test if an ISO file is available for an operating system:
|
|
|
|
|
2024-09-08 18:10:29 +01:00
|
|
|
`quickget --check nixos {{release}} {{edition}}`
|
2024-01-21 04:05:51 -03:00
|
|
|
|
2024-09-08 18:10:29 +01:00
|
|
|
- Download an image without building any VM configuration:
|
2024-01-21 04:05:51 -03:00
|
|
|
|
2024-09-08 18:10:29 +01:00
|
|
|
`quickget --download {{os}} {{release}} {{edition}}`
|
|
|
|
|
|
|
|
- Create a VM configuration for an OS image:
|
|
|
|
|
|
|
|
`quickget --create-config {{os}} {{path/to/iso}}`
|