Comment 37 for bug 136804

Revision history for this message
Tormod Volden (tormodvolden) wrote : Re: livecd auto mounting swap partitions detected on dmraid volume members

We could add this to the mentioned 13swap script:
 vol_id ${device%%[0-9]*} | grep -q "^ID_FS_TYPE=raid" && continue
(unless the script gets fixed up to be less brute force)