IA-64 CPU suppout tmppoint

This commit is contained in:
hugang
2011-03-04 17:36:32 +08:00
parent 30059dc679
commit 0bdbe9d664
7 changed files with 49 additions and 20 deletions

View File

@@ -2,7 +2,6 @@
import re
import commands
import ri_oper
from xml.dom import minidom
from xml.dom.ext import PrettyPrint
@@ -421,8 +420,6 @@ p_node - xml node (parent node)'''
return False
elif dr in ['/','/boot'] and fs in ['reiserfs','xfs']:
return False
elif dr in ['/boot'] and ri_oper.Operation.getarch() == "ia64" and fs not in ['vfat']:
return False
return True