guix/gnu/installer
Mathieu Othacehe 245cab2abc
installer: Fix FAT16 partition mounting.
The "fat" file-system mount type doesn't exist in Linux. Trying to mount a
FAT16 partition with "fat" file-system type returns -ENODEV.

Fixes: <https://issues.guix.gnu.org/48419>.

* gnu/installer/parted.scm (user-fs-type->mount-type): Use the "vfat"
file-system for FAT16 partitions.
2021-06-13 14:11:59 +02:00
..
aux-files
newt installer: Check partitions UUIDs. 2021-06-12 09:31:33 +02:00
connman.scm
final.scm
hostname.scm
keymap.scm
locale.scm
newt.scm
parted.scm installer: Fix FAT16 partition mounting. 2021-06-13 14:11:59 +02:00
proxy.scm
record.scm
services.scm
steps.scm installer: Internationalize comment of the generated config. 2021-04-14 22:51:38 +02:00
substitutes.scm
tests.scm tests: Add gui-uefi-installed-os test. 2021-04-28 15:51:12 +02:00
timezone.scm
user.scm
utils.scm