From 69663f0037a4d6d48c2b832f065f1814f3ff3463 Mon Sep 17 00:00:00 2001 From: Karanbir Singh Date: Jul 01 2014 00:22:46 +0000 Subject: fix typo in patch --- diff --git a/SOURCES/anaconda-centos-bootfs-default-to-xfs.patch b/SOURCES/anaconda-centos-bootfs-default-to-xfs.patch index 18edadc..66be0d8 100644 --- a/SOURCES/anaconda-centos-bootfs-default-to-xfs.patch +++ b/SOURCES/anaconda-centos-bootfs-default-to-xfs.patch @@ -6,7 +6,7 @@ diff -uNr anaconda-19.31.79__orig/pyanaconda/bootloader.py anaconda-19.31.79/pya @property def stage2_format_types(self): - if productName.startswith("Red Hat "): -+ if productName.startswith("Red Hat ") or prodctName.startswith("CentOS "): ++ if productName.startswith("Red Hat ") or productName.startswith("CentOS "): return ["xfs", "ext4", "ext3", "ext2", "btrfs"] else: return ["ext4", "ext3", "ext2", "btrfs", "xfs"]