IA-64 CPU suppout tmppoint
This commit is contained in:
@@ -5,7 +5,7 @@ import ri_widget
|
||||
import ri_data
|
||||
import ri_dep
|
||||
import ri_func_dep
|
||||
|
||||
import ri_oper
|
||||
import re
|
||||
import copy
|
||||
import sys
|
||||
@@ -31,6 +31,14 @@ def mount_list_init():
|
||||
l.append(s)
|
||||
display.var_dict['mount.list'].set(value=tuple([str(i) for i in l]))
|
||||
|
||||
def mount_quit():
|
||||
if ri_oper.Operation.getarch() == "ia64":
|
||||
for (key,value) in ri_data.MountPoint.dict.items():
|
||||
if (value.directory,value.filesystem,value.format) == ("/tmppoint","vfat","yes"):
|
||||
return
|
||||
ri_widget.MessageBox.dict['check_special_mount'].show()
|
||||
ri_widget.Sequence.previous()
|
||||
|
||||
def mount_list_modify(*args):
|
||||
''' modify an item in mount list '''
|
||||
tw = ri_widget.TopWindow.dict['mount_list_modify']
|
||||
@@ -104,6 +112,7 @@ def mp_top_cancel():
|
||||
''' mount dir top window cancel '''
|
||||
ri_widget.TopWindow.dict['mount_list_modify'].hide()
|
||||
|
||||
|
||||
def network_init():
|
||||
''' network initialize '''
|
||||
if ri_data.Network.hostname.strip():
|
||||
@@ -135,6 +144,7 @@ def network_quit():
|
||||
not ri_data.Network.gateway or \
|
||||
not ri_data.Network.primary_dns) :
|
||||
ri_widget.MessageBox.dict['check_ip_hostname'].show()
|
||||
ri_widget.Sequence.previous()
|
||||
|
||||
def ncm_dynamic():
|
||||
''' when radio button ncm dynamic is checked, several data entry will be set 'disable' '''
|
||||
|
||||
Reference in New Issue
Block a user