aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial/disk_image.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/disk_image.rst')
-rw-r--r--doc/tutorial/disk_image.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/disk_image.rst b/doc/tutorial/disk_image.rst
index 459d992..5eb5d22 100644
--- a/doc/tutorial/disk_image.rst
+++ b/doc/tutorial/disk_image.rst
@@ -19,7 +19,7 @@ Here is a minimal definition of the host for which we can build a disk image:::
(partitioned-volume
((partition
:partition-typecode #xEF00
- (fat32-filesystem :volume-size 512 :mount-point #P"/boot/efi"))
+ (fat32-filesystem :volume-size 512 :mount-point #P"/boot/efi/"))
(partition
(ext4-filesystem :extra-space 400 :mount-point #P"/"))))))
(installer:bootloader-binaries-installed)