diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2018-02-20 17:36:56 +0100 | 
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-20 17:36:56 +0100 | 
| commit | 7f69459aca16756f35f08049c64a1bd77d23f33e (patch) | |
| tree | 1d267fb62feab89de5d97582672540cbaa37392c /gnu/system/vm.scm | |
| parent | 4a82722a658220ec1e10f9f2d5d77407d38db90e (diff) | |
| parent | b1989c12501e880afab62d3ff961791906fef350 (diff) | |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/system/vm.scm')
| -rw-r--r-- | gnu/system/vm.scm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 496f2ac4e1..345cecedd8 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -346,7 +346,7 @@ the image."                                 (label "GNU-ESP")             ;cosmetic only                                 ;; Use "vfat" here since this property is used                                 ;; when mounting. The actual FAT-ness is based -                               ;; on filesystem size (16 in this case). +                               ;; on file system size (16 in this case).                                 (file-system "vfat")                                 (flags '(esp))))))))               (initialize-hard-disk "/dev/vda" | 
