summaryrefslogtreecommitdiff
path: root/guix/scripts/system.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-12-03 11:53:53 +0100
committerMathieu Othacehe <othacehe@gnu.org>2021-01-17 11:04:25 +0100
commit2f497d94e7f6574b0847025ce29eafaf858008ef (patch)
tree49122b69f5b764879639bb1b100ec2d6208f2128 /guix/scripts/system.scm
parent014845591a406a367082903da3e70d103b78bc44 (diff)
downloadguix-patches-2f497d94e7f6574b0847025ce29eafaf858008ef.tar
guix-patches-2f497d94e7f6574b0847025ce29eafaf858008ef.tar.gz
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>
Diffstat (limited to 'guix/scripts/system.scm')
-rw-r--r--guix/scripts/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index 51c8cf2f76..eb7137b7a9 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -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)