Fix case in org.chameleon.Boot.plist and smbios.plist filenames.

mine
Michael Ledin 7 years ago committed by Dhiru Kholia
parent 3fb17d0e99
commit 2920b46bfa

@ -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 only required for installation. Once installation is complete, comment out
the `-device` and `-drive` lines referring to MacDVD and the installation ISO. 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) 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 for instructions on how to do this and some limitations on the resolution
choices. choices.
* Download a Chameleon wizard such as Chameleon Wizard or Champlist in order to * 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 to assign a reasonable serial number to your virtual Mac. Generating this file
sometimes fixes software incompatibilities that occur when the software can't sometimes fixes software incompatibilities that occur when the software can't
determine what Apple hardware it is running on. determine what Apple hardware it is running on.

@ -480,16 +480,16 @@ else
fi fi
custom_boot_plist= custom_boot_plist=
if [[ -f "$script_dir/org.chameleon.boot.plist" ]] ; then if [[ -f "$script_dir/org.chameleon.Boot.plist" ]] ; then
custom_boot_plist="$script_dir/org.chameleon.boot.plist" custom_boot_plist="$script_dir/org.chameleon.Boot.plist"
fi fi
if [[ -f "$work_dir/org.chameleon.boot.plist" ]] ; then if [[ -f "$work_dir/org.chameleon.Boot.plist" ]] ; then
custom_boot_plist="$work_dir/org.chameleon.boot.plist" custom_boot_plist="$work_dir/org.chameleon.Boot.plist"
fi fi
if [[ -n "$custom_boot_plist" ]] ; then if [[ -n "$custom_boot_plist" ]] ; then
stage_start "Installing custom boot.plist" stage_start "Installing custom boot.plist"
mkdir $OSX_inst_img_rw_mnt/Extra 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" stage_end_ok "done"
fi fi

@ -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. 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. App Store problems.
### Enoch Bootloader ### Enoch Bootloader
@ -105,7 +105,7 @@ App Store problems.
### Higher Resolution ### 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:
``` ```
<key>Graphics Mode</key> <key>Graphics Mode</key>
@ -189,7 +189,7 @@ Type the following after boot,
### Post Installation ### Post Installation
Put "org.chameleon.boot.plist" in /Extra folder. Put "org.chameleon.Boot.plist" in /Extra folder.
### Installer Details (InstallESD.dmg) ### Installer Details (InstallESD.dmg)

Loading…
Cancel
Save