Index: branches/azimutz/Chazileon/i386/libsaio/acpi_patcher.c =================================================================== --- branches/azimutz/Chazileon/i386/libsaio/acpi_patcher.c (revision 381) +++ branches/azimutz/Chazileon/i386/libsaio/acpi_patcher.c (revision 382) @@ -622,7 +622,7 @@ { fix_restart = false; //Azi: think this should be false by default!? // On the other hand, i could use a shutdown fix now and then :) - getBoolForKey(kRestartFix, &fix_restart, &bootInfo->bootConfig); + getBoolForKey(kRestartFixKey, &fix_restart, &bootInfo->bootConfig); } else {