diff options
| -rw-r--r-- | gnu/installer/parted.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/parted.scm b/gnu/installer/parted.scm index 3439f211e24..519996ff12b 100644 --- a/gnu/installer/parted.scm +++ b/gnu/installer/parted.scm | |||
| @@ -1012,7 +1012,7 @@ bit bucket." | |||
| 1012 | (lambda () exp ...))))) | 1012 | (lambda () exp ...))))) |
| 1013 | 1013 | ||
| 1014 | (define (create-btrfs-file-system partition) | 1014 | (define (create-btrfs-file-system partition) |
| 1015 | "Create an btrfs file-system for PARTITION file-name." | 1015 | "Create a btrfs file-system for PARTITION file-name." |
| 1016 | (with-null-output-ports | 1016 | (with-null-output-ports |
| 1017 | (invoke "mkfs.btrfs" "-f" partition))) | 1017 | (invoke "mkfs.btrfs" "-f" partition))) |
| 1018 | 1018 | ||
