638ae3d make ks=file:... parse kickstart earlier (#806931)

Authored and Committed by Will Woods 12 years ago
    make ks=file:... parse kickstart earlier (#806931)
    
    ks=file:... was parsing the kickstart *after* the 'cmdline' hook
    finished, so the new arguments weren't being used.
    
    Move the parsing into the 'cmdline' hook so the new arguments can get
    used by the rest of dracut.
    
        
file modified
+0 -11