On 28.01.2014 19:58, Colin Watson wrote: > + else if (strcmp (machtype, "chrp_ibm") == 0) > + { > + update_nvram = 0; > + chrp_note = 1; > + } > + else if (strcmp (machtype, "cell") == 0) > + update_nvram = 0; > + else if (strcmp (machtype, "generic") == 0) > + update_nvram = 0; Why disable nvram on those? Especially "generic" seems doubtful and will probably break existing platforms.