HFS+ filesystems will be mounted read-only if they're not clean, so get fstab set up correctly. --- pyanaconda/storage/formats/fs.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pyanaconda/storage/formats/fs.py b/pyanaconda/storage/formats/fs.py index 51d5ee7..591187a 100644 --- a/pyanaconda/storage/formats/fs.py +++ b/pyanaconda/storage/formats/fs.py @@ -1368,6 +1368,7 @@ class HFSPlus(FS): _mountType = "hfsplus" _minSize = 1 _maxSize = 2 * 1024 * 1024 + _check = True partedSystem = fileSystemType["hfs+"] register_device_format(HFSPlus) -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list