Chameleon

Chameleon Commit Details

Date:2011-09-20 17:50:17 (12 years 7 months ago)
Author:blackosx
Commit:1546
Parents: 1545
Message:Added UseKernelCach=Yes boot option. Removed temporary .ChameleonEFI file.
Changes:
M/branches/blackosx/package/Resources/en.lproj/Localizable.strings
M/branches/blackosx/package/Scripts/Post/postinstall

File differences

branches/blackosx/package/Scripts/Post/postinstall
4343
4444
4545
46
47
48
49
4650
4751
4852
umount -f $( df | grep EFI | awk '{print $1}' )
attempts=$(( ${attempts} + 1 ))
done
# Remove /.ChameleonEFI file
rm "$dest_vol"/.ChameleonEFI
fi
branches/blackosx/package/Resources/en.lproj/Localizable.strings
147147
148148
149149
150
151
152
150153
151154
152155
"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";

Archive Download the corresponding diff file

Revision: 1546