calamares/src/modules/mount
Kai Dohmen 6f680c0269 Fix unknown partition-type Fat32 at mount and in fstab
Only the string "fat32" and "fat16" will be replaced with vfat. If an
case sensitive "Fat32" some problems occure:
- mount: partition cannot be mounted (e.g. a fat32 efi partition)
- fstab: system won't even boot because fstab does not know the type "Fat32"
2017-07-03 17:20:02 +02:00
..
main.py Fix unknown partition-type Fat32 at mount and in fstab 2017-07-03 17:20:02 +02:00
module.desc Big configuration overhaul. 2014-08-06 11:54:45 +02:00
mount.conf Bind-mount /run/udev in the chroot by default. 2016-11-08 11:18:19 +01:00
test.yaml We can now test mount with testmodule.py: remove the test main() 2014-07-24 10:17:46 +02:00