guix/doc
Mathieu Othacehe 313f492657
scripts: system: Add support for image-type.
* guix/scripts/system.scm (list-image-types): New procedure,
(%options): add "image-type" and "list-image-types" options, remove
"file-system-type" option,
(show-help): adapt accordingly,
(%default-options): also adapt, and set the default "image-type" to "raw",
(perform-action): add image-type argument and remove file-system-type argument,
(process-action):  adapt perform-action call,
(system-derivation-for-action): remove base-image
argument, add image-type argument, and use it to create the image passed to
"system-image".
* tests/guix-system.sh: Adapt accordingly and add a test for
"--list-image-types" command.
* doc/guix.texi (Building the Installation Image,
Invoking guix system): Adapt accordingly.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-30 10:47:59 +02:00
..
images
build.scm doc: Syntax highlighting now handles @var within @lisp. 2020-09-04 11:29:51 +02:00
contributing.texi doc: Fix broken hyperlinks in the contribution instructions. 2020-09-18 14:33:17 -04:00
environment-gdb.scm
fdl-1.3.texi
guix-cookbook.texi doc: cookbook: Adding a section "Running Guix on a Linode Server" 2020-09-09 09:28:12 +02:00
guix.texi scripts: system: Add support for image-type. 2020-09-30 10:47:59 +02:00
htmlxref.cnf
local.mk
package-hello.json
package-hello.scm