image: Rename "raw" image-type to "efi-raw".

* gnu/system/image.scm (raw-image-type): Rename to "efi-raw-image-type".
* guix/scripts/system.scm (%default-options): Adapt accordingly.
* doc/guix.texi: Ditto.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Mathieu Othacehe 2020-12-03 11:53:53 +01:00
parent 014845591a
commit 2f497d94e7
No known key found for this signature in database
GPG key ID: 8354763531769CA6
3 changed files with 9 additions and 9 deletions

View file

@ -1143,7 +1143,7 @@ Some ACTIONS support additional ARGS.\n"))
(debug . 0)
(verbosity . #f) ;default
(validate-reconfigure . ,ensure-forward-reconfigure)
(image-type . raw)
(image-type . efi-raw)
(image-size . guess)
(install-bootloader? . #t)
(label . #f)