Comment 4 for bug 1414251

Revision history for this message
James Hunt (jamesodhunt) wrote :

I can confirm that the patch above allows a USB key to boot for me. Note that -- currently -- we shouldn't have to wait for both rootfs's to be available.

However, we are soon to land a change to devel-proposed that does in fact require both rootfs's so I think we could change the logic very slightly to be something like:

wait-for-root LABEL=system-a ${ROOTDELAY:-30}
wait-for-root LABEL=system-b ${ROOTDELAY:-30}

How did you arrive at the 180 timeout? Were lower timeouts not sufficient?