On 06/19/14 12:03, Chris Murphy wrote:
I'm not sure what sequence this translates into. I'm pretty sure yum only completes once rpm completes, and rpm includes running new-kernel-pkg which runs grubby which is what updates the grub.cfg. But is it possible that grub2-mkconfig runs before all child processes of yum are done?
The && says..... run the next command only if the previous command exits with a status of "0".