From 4ae6989fd30380fcc7bcb75efe4deeca56c97e16 Mon Sep 17 00:00:00 2001 From: Timothy Sutton Date: Sat, 9 Mar 2013 18:19:37 -0500 Subject: [PATCH] Ignore --model if --install is given. --- brigadier | 3 +++ 1 file changed, 3 insertions(+) diff --git a/brigadier b/brigadier index 0c967b9..923645d 100755 --- a/brigadier +++ b/brigadier @@ -138,6 +138,9 @@ when running the installer out of 'system32'." % output_dir) sys.exit("The --leave-files option is only useful when used with --install option!") if opts.model: + if opts.install: + status("Ignoring '--model' when '--install' is used. The Boot Camp " + "installer won't allow other models to be installed, anyway.") model = opts.model else: model = getMachineModel()