[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 2/2] Default to /boot on ext4
- From: Jeremy Katz <katzj redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH 2/2] Default to /boot on ext4
- Date: Tue, 30 Jun 2009 11:16:24 -0400
---
storage/formats/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/storage/formats/__init__.py b/storage/formats/__init__.py
index c097e14..93272db 100644
--- a/storage/formats/__init__.py
+++ b/storage/formats/__init__.py
@@ -43,7 +43,7 @@ def register_device_format(fmt_class):
fmt_class._type))
default_fstypes = ("ext4", "ext3", "ext2")
-default_boot_fstypes = ("ext3", "ext2")
+default_boot_fstypes = ("ext4", "ext3", "ext2")
def get_default_filesystem_type(boot=None):
if boot:
fstypes = default_boot_fstypes
--
1.6.1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]