|
Lines 147-153
Link Here
|
| 147 |
fsck_fsid = union (Partitions::fsid_wintypes, Partitions::fsid_dostypes ); |
147 |
fsck_fsid = union (Partitions::fsid_wintypes, Partitions::fsid_dostypes ); |
| 148 |
fsck_fsid = union (fsck_fsid, Partitions::fsid_ntfstypes ); |
148 |
fsck_fsid = union (fsck_fsid, Partitions::fsid_ntfstypes ); |
| 149 |
fsck_fsid = union (fsck_fsid, |
149 |
fsck_fsid = union (fsck_fsid, |
| 150 |
[ Partitions::fsid_native, Partitions::fsid_lvm ]); |
150 |
[ Partitions::fsid_native, Partitions::fsid_lvm, Partitions::fsid_raid ]); |
| 151 |
} |
151 |
} |
| 152 |
|
152 |
|
| 153 |
|
153 |
|
|
Lines 193-198
Link Here
|
| 193 |
|
193 |
|
| 194 |
foreach(string dev, map target, (map<string,map<string,any> >)Storage::GetTargetMap(), ``{ |
194 |
foreach(string dev, map target, (map<string,map<string,any> >)Storage::GetTargetMap(), ``{ |
| 195 |
foreach(map p, target["partitions"]:[],``{ |
195 |
foreach(map p, target["partitions"]:[],``{ |
|
|
196 |
y2internal ("part: %1", p); |
| 196 |
|
197 |
|
| 197 |
if ( p["delete"]:false == false && |
198 |
if ( p["delete"]:false == false && |
| 198 |
( contains ( fsck_fsid, p["fsid"]:0 ) && |
199 |
( contains ( fsck_fsid, p["fsid"]:0 ) && |