File anaconda-x86-ext3-boot.patch of Package anaconda
From c71d7f3f83fce9df66a64bd445c84fc44a584b12 Mon Sep 17 00:00:00 2001
From: Gary Lin <glin@novell.com>
Date: Tue, 20 Apr 2010 17:13:07 +0800
Subject: [PATCH] Set the x86 default boot fs to ext3
Signed-off-by: Gary Lin <glin@novell.com>
---
platform.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/platform.py b/platform.py
index 8697090..8aca457 100644
--- a/platform.py
+++ b/platform.py
@@ -457,7 +457,7 @@ class Sparc(Platform):
class X86(EFI):
_bootloaderPackage = "grub"
- _bootFSType = "ext4"
+ _bootFSType = "ext3"
_supportsMdRaidBoot = True
def __init__(self, anaconda):
--
1.6.0.2