Index: branches/blackosx/package/Scripts/Post/postinstall =================================================================== --- branches/blackosx/package/Scripts/Post/postinstall (revision 1545) +++ branches/blackosx/package/Scripts/Post/postinstall (revision 1546) @@ -43,6 +43,10 @@ umount -f $( df | grep EFI | awk '{print $1}' ) attempts=$(( ${attempts} + 1 )) done + +# Remove /.ChameleonEFI file +rm "$dest_vol"/.ChameleonEFI + fi Index: branches/blackosx/package/Resources/en.lproj/Localizable.strings =================================================================== --- branches/blackosx/package/Resources/en.lproj/Localizable.strings (revision 1545) +++ branches/blackosx/package/Resources/en.lproj/Localizable.strings (revision 1546) @@ -147,6 +147,9 @@ "UseMemDetect_title" = "UseMemDetect=No"; "UseMemDetect_description" = "Disables the automatically enabled RAM recognition."; +"UseKernelCache_title" = "UseKernelCache=Yes"; +"UseKernelCache_description" = "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need."; + // KeyLayout "KeyLayout_title" = "KeyLayout"; "KeyLayout_description" = "Set keylayout to use";