Index: branches/blackosx/package/Scripts/Main/Post/postinstall =================================================================== --- branches/blackosx/package/Scripts/Main/Post/postinstall (revision 1584) +++ branches/blackosx/package/Scripts/Main/Post/postinstall (revision 1585) @@ -153,6 +153,8 @@ done fi +"$scriptDir"InstallLog.sh "${dest_vol}" "LineBreak" +"$scriptDir"InstallLog.sh "${dest_vol}" "Post script complete" # --------------------------------------------- # Cleanup @@ -173,7 +175,5 @@ echo "Removing $chamTemp file" rm -rf "$chamTemp" -"$scriptDir"InstallLog.sh "${dest_vol}" "LineBreak" -"$scriptDir"InstallLog.sh "${dest_vol}" "Post script complete" echo "Done..." \ No newline at end of file Index: branches/blackosx/package/buildpkg.sh =================================================================== --- branches/blackosx/package/buildpkg.sh (revision 1584) +++ branches/blackosx/package/buildpkg.sh (revision 1585) @@ -246,6 +246,12 @@ # ------------------------------------------------------ availableOptions=() availableOptions=($( find "${1%/sym/*}/Keymaps" -type f -depth 1 -name '*.lyt' | sed 's|.*/||;s|\.lyt||' )) + # add "KeyLayout=" infront of each string + for (( i = 0 ; i < ${#availableOptions[@]} ; i++ )) + do + availableOptions[i]=${availableOptions[i]}":KeyLayout="${availableOptions[i]} + done + # call buildbootoptions with 1 to indicate exclusive option wanted. buildbootoptions "$1" "1" "keylayout"