>From 0d35f5c6a73dc97959779f727c25e81de9192680 Mon Sep 17 00:00:00 2001 From: Joshua Branson Date: Thu, 3 Jan 2019 05:47:23 -0500 Subject: [PATCH] I modified the UEFI desktop example to include the (file-system (type "vfat") ...) --- gnu/system/examples/desktop.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl index 1b8d46afa..9c36a2692 100644 --- a/gnu/system/examples/desktop.tmpl +++ b/gnu/system/examples/desktop.tmpl @@ -30,6 +30,10 @@ (mount-point "/") (type "ext4") (dependencies mapped-devices)) + (file-system + (device (uuid "1234-ABCD" 'fat)) + (mount-point "/boot/efi") + (type "vfat")) %base-file-systems)) (users (cons (user-account -- 2.20.1