Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applicationpath parameter is not needed with macOS 10.14 or better #122

Open
paulschreiber opened this issue Dec 7, 2020 · 2 comments
Open

Comments

@paulschreiber
Copy link

To Reproduce
Steps to reproduce the behavior:

  1. Put "Install macOS Mojave" in /Applications
  2. Run make all

Expected behavior
No warnings

Actual behavior

WARNING: "--applicationpath" is deprecated in macOS 10.14 and greater. Please remove it from your invocation.

Additional context

[2020-12-07 10:03:09] Creating image '/Users/paul/VirtualBox VMs/macOS-VM.dmg' (takes a while, version 14.6.06, will need sudo)...
[2020-12-07 10:03:09] .
created: /Users/paul/VirtualBox VMs/macOS-VM.dmg

/dev/disk3          	Apple_partition_scheme         	
/dev/disk3s1        	Apple_partition_map            	
/dev/disk3s2        	Apple_HFS                      	/Volumes/macOS-VM
WARNING: "--applicationpath" is deprecated in macOS 10.14 and greater. Please remove it from your invocation.
Erasing disk: 0%... 10%...
 20%...
 30%... 100%
Copying to disk: 0%...
 10%...
 20%...
 30%...
 40%...
 100%
Making disk bootable...
Copying boot files...
Install media now available at "/Volumes/Install macOS Mojave"
"disk3" ejected.
@AlexanderWillner
Copy link
Owner

If the parameter is removed, the installation of macOS 10.13 and older wouldn't work. So having a warning (not an error) is fine imho. No?

@paulschreiber
Copy link
Author

Can you detect which version of macOS you're installing and use it only when needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants