add from os to Partition and Raid
modify install_ng.xml
This commit is contained in:
@@ -250,7 +250,7 @@ def raid_raw_init(w):
|
||||
dev_in_raid.update(r.spare_components)
|
||||
|
||||
raw_devs = [ p.device for p in ri_data.Partition.list
|
||||
if p.id == 'fd' and p.device not in dev_in_raid ]
|
||||
if p.flags=='yes' and p.device not in dev_in_raid ]
|
||||
display.var_dict['raid_raw_devs'].set(value=tuple(raw_devs))
|
||||
|
||||
def list_to_list(list_from, var_from, var_to):
|
||||
|
||||
Reference in New Issue
Block a user