IA-64 CPU suppout tmppoint
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user