Quote:
Originally Posted by davidfor
My shell scripting is terrible. But, in the 4.31 version, I think that means if one of the commands fails, the later commands are not executed. Whereas in the 4.30 version, they will all execute no matter what.
|
My best guess is that it's a speed optimization, insmod seems to be quite slow even if it fails and if it's going to fail anyway (as is the case on the Libra 2), no point in making the subsequent attempts.