[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/2] Support vfat filesystems in the partitioning UI (#496351).
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 1/2] Support vfat filesystems in the partitioning UI (#496351).
- Date: Thu, 23 Apr 2009 11:41:16 -0400
---
storage/formats/fs.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/storage/formats/fs.py b/storage/formats/fs.py
index 358f5b3..93fa948 100644
--- a/storage/formats/fs.py
+++ b/storage/formats/fs.py
@@ -837,6 +837,7 @@ class FATFS(FS):
_modules = ["vfat"]
_labelfs = "dosfslabel"
_fsck = "dosfsck"
+ _supported = True
_formattable = True
_maxSize = 1024 * 1024
_packages = [ "dosfstools" ]
--
1.6.1.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]