installer: Add NTFS support.

This adds support for creating and editing NTFS partitions. It is however not
possible yet to create root NTFS partitions, as overlaying on top of a fuse
partition does not seem supported.

* gnu/installer.scm (installer-program): Add "ntfs-3g" to the inputs.
* gnu/installer/parted.scm (user-fs-type-name, user-fs-type->mount-type,
partition-filesystem-user-type, create-ntfs-file-system,
format-user-partitions): Add NTFS support.
* gnu/installer/newt/partition.scm (run-fs-type-page): Add NTFS support.
This commit is contained in:
Mathieu Othacehe 2020-07-26 10:30:57 +02:00
parent 675e56221e
commit 218a67dfab
No known key found for this signature in database
GPG key ID: 8354763531769CA6
3 changed files with 16 additions and 3 deletions

View file

@ -320,6 +320,7 @@ selected keymap."
e2fsprogs ;mkfs.ext4
btrfs-progs
jfsutils ;jfs_mkfs
ntfs-3g ;mkfs.ntfs
kbd ;chvt
guix ;guix system init call
util-linux ;mkwap