From a7bbb3f3222e4d8343d7c06fe92c7aeec25388e8 Mon Sep 17 00:00:00 2001 From: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com> Date: Fri, 26 Dec 2025 22:39:46 +1100 Subject: [PATCH] quickget: refresh page (#20272) --- pages/linux/quickget.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/linux/quickget.md b/pages/linux/quickget.md index 01bf7c8b66..3632c60d82 100644 --- a/pages/linux/quickget.md +++ b/pages/linux/quickget.md @@ -1,13 +1,13 @@ # quickget > Download and prepare materials for building a Quickemu virtual machine. -> Note: The parameter "edition" is always optional. +> Note: The parameter "edition" is sometimes optional. > See also: `quickemu`. > More information: . -- Display the list of all supported guest operating systems, versions, and variants: +- Display the list of all supported guest operating systems, versions, and variants in various formats: -`quickget list` +`quickget {{--list|--list-csv|--list-json}}` - Download and create the virtual machine configuration for building a Quickemu virtual machine for an OS: @@ -23,16 +23,16 @@ - Show an ISO URL for an operating system: -`quickget --url fedora {{release}} {{edition}}` +`quickget --url {{os}} {{release}} {{edition}}` - Test if an ISO file is available for an operating system: -`quickget --check nixos {{release}} {{edition}}` +`quickget --check {{os}} {{release}} {{edition}}` - Download an image without building any VM configuration: `quickget --download {{os}} {{release}} {{edition}}` -- Create a VM configuration for an OS image: +- Create a VM configuration for an OS image (this will move the ISO from the source directory): `quickget --create-config {{os}} {{path/to/iso}}`