847afdf livesys: continue instead of return in cmdline do loops.

Authored and Committed by fgrose 5 years ago
    livesys: continue instead of return in cmdline do loops.
    
    return is an improper exit command for do loops.
    From dracut.cmdline(7):
    "The last value in the kernel command line is the value .. honored."
    
        
file modified
+1 -3