On 12/21/2009 04:21 PM, Martin Sivak wrote:
+ if (system("depmod -a")) { + /* this is not really fatal error, it might still work, log it */ + logMessage(ERROR, "Error running depmod -a for initrd overlay"); + }
I know that a zero should stay a zero, but shouldn't you check the value returned from system() with WEXITSTATUS? Looks good otherwise.
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list