diff --git a/README.md b/README.md index 6765450..94c10a5 100644 --- a/README.md +++ b/README.md @@ -114,13 +114,13 @@ for a more solid alternate to the following `virsh` method. Use either the only required for installation. Once installation is complete, comment out the `-device` and `-drive` lines referring to MacDVD and the installation ISO. -* Inside the guest, you may modify the `/Extra/org.chameleon.boot.plist` file +* Inside the guest, you may modify the `/Extra/org.chameleon.Boot.plist` file to change the default resolution of the virtual screen. See [notes](notes.md) for instructions on how to do this and some limitations on the resolution choices. * Download a Chameleon wizard such as Chameleon Wizard or Champlist in order to - generate a usable SMBios.plist. This file goes into `/Extra` and can be used + generate a usable smbios.plist. This file goes into `/Extra` and can be used to assign a reasonable serial number to your virtual Mac. Generating this file sometimes fixes software incompatibilities that occur when the software can't determine what Apple hardware it is running on. diff --git a/create_install_iso.sh b/create_install_iso.sh index 674aa66..7ef9c79 100755 --- a/create_install_iso.sh +++ b/create_install_iso.sh @@ -480,16 +480,16 @@ else fi custom_boot_plist= -if [[ -f "$script_dir/org.chameleon.boot.plist" ]] ; then - custom_boot_plist="$script_dir/org.chameleon.boot.plist" +if [[ -f "$script_dir/org.chameleon.Boot.plist" ]] ; then + custom_boot_plist="$script_dir/org.chameleon.Boot.plist" fi -if [[ -f "$work_dir/org.chameleon.boot.plist" ]] ; then - custom_boot_plist="$work_dir/org.chameleon.boot.plist" +if [[ -f "$work_dir/org.chameleon.Boot.plist" ]] ; then + custom_boot_plist="$work_dir/org.chameleon.Boot.plist" fi if [[ -n "$custom_boot_plist" ]] ; then stage_start "Installing custom boot.plist" mkdir $OSX_inst_img_rw_mnt/Extra - cp "$custom_boot_plist" "$OSX_inst_img_rw_mnt/Extra/org.chameleon.boot.plist" + cp "$custom_boot_plist" "$OSX_inst_img_rw_mnt/Extra/org.chameleon.Boot.plist" stage_end_ok "done" fi diff --git a/notes.md b/notes.md index 887a453..173be63 100644 --- a/notes.md +++ b/notes.md @@ -13,7 +13,7 @@ Finally reboot, and then use the App Store without problems. This fix was found by Glnk2012 of https://www.tonymacx86.com/ site. -Also tweaking the `SMBios.plist` file using `Chameleon Wizard` can help with +Also tweaking the `smbios.plist` file using `Chameleon Wizard` can help with App Store problems. ### Enoch Bootloader @@ -105,7 +105,7 @@ App Store problems. ### Higher Resolution -If you want a larger VNC screen add the following to the bootloader config in /Extra/org.chameleon.boot.plist: +If you want a larger VNC screen add the following to the bootloader config in /Extra/org.chameleon.Boot.plist: ``` Graphics Mode @@ -189,7 +189,7 @@ Type the following after boot, ### Post Installation -Put "org.chameleon.boot.plist" in /Extra folder. +Put "org.chameleon.Boot.plist" in /Extra folder. ### Installer Details (InstallESD.dmg) diff --git a/org.chameleon.boot.plist b/org.chameleon.Boot.plist similarity index 100% rename from org.chameleon.boot.plist rename to org.chameleon.Boot.plist