Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 320423
Collapse All | Expand All

(-)lilo/lilo-22.8/raid.c (-1 / +1 lines)
Lines 223-229 Link Here
223
	    if (!force_raid) die("Not all RAID-1 disks are active; use '-H' to install to active disks only");
223
	    if (!force_raid) die("Not all RAID-1 disks are active; use '-H' to install to active disks only");
224
	    else {
224
	    else {
225
		warn("Partial RAID-1 install on active disks only; booting is not failsafe\n");
225
		warn("Partial RAID-1 install on active disks only; booting is not failsafe\n");
226
		raid_limit = md_array_info.active_disks;
226
		raid_limit = md_array_info.raid_disks;
227
	    }
227
	    }
228
	}
228
	}
229
	raid_index = 0;
229
	raid_index = 0;

Return to bug 320423