diff --git a/AutoImagrNBI.xcodeproj/project.xcworkspace/xcuserdata/btoms.xcuserdatad/UserInterfaceState.xcuserstate b/AutoImagrNBI.xcodeproj/project.xcworkspace/xcuserdata/btoms.xcuserdatad/UserInterfaceState.xcuserstate
index 65fed72..529d9be 100755
Binary files a/AutoImagrNBI.xcodeproj/project.xcworkspace/xcuserdata/btoms.xcuserdatad/UserInterfaceState.xcuserstate and b/AutoImagrNBI.xcodeproj/project.xcworkspace/xcuserdata/btoms.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/AutoImagrNBI/AutoImagrNBI-Info.plist b/AutoImagrNBI/AutoImagrNBI-Info.plist
index 5a11a16..79fc2bb 100755
--- a/AutoImagrNBI/AutoImagrNBI-Info.plist
+++ b/AutoImagrNBI/AutoImagrNBI-Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.1
+ 1.0.2
CFBundleSignature
????
CFBundleVersion
- 1.0.1
+ 1.0.2
LSMinimumSystemVersion
${MACOSX_DEPLOYMENT_TARGET}
NSHumanReadableCopyright
diff --git a/AutoImagrNBI/AutoImagrNBIAppDelegate.applescript b/AutoImagrNBI/AutoImagrNBIAppDelegate.applescript
index 1635d88..cace41b 100755
--- a/AutoImagrNBI/AutoImagrNBIAppDelegate.applescript
+++ b/AutoImagrNBI/AutoImagrNBIAppDelegate.applescript
@@ -42,7 +42,6 @@ script AutoImagrNBIAppDelegate
property hostMacOSVersionMajor : ""
property selectedOSdmgVersionToDelim : ""
property selectedOSdmgVersionMajor : ""
- property ImagrAndImagrVersionCheckTextfield : ""
property netBootImageIndexMinValue : ""
property netBootImageIndexMaxValue : ""
property netBootImageIndex : ""
@@ -134,9 +133,9 @@ script AutoImagrNBIAppDelegate
property buildProcessProgressBarIndeterminate : false
property buildProcessProgressBarAniminate : false
property netBootCreationSuccessful : false
- property netBootServeOverNFS : true
+ property netBootServeOverNFS : false
property customDesktopImageEnabled : false
- property installRCNetBootSelected : false
+ property installRCNetBootSelected : true
property timeServerOptionsEnabled : false
property createReadOnlyDMG : false
property userNotifyErrorHidden : true
@@ -145,7 +144,7 @@ script AutoImagrNBIAppDelegate
property buildButtonPreCheckPassed : true
property closeButtonPreCheckPassed : true
property simpleFinderEnabled : false
- property servedFromNetSUS : false
+ property servedFromNetSUS : true
property logNewLine : true
property isAdminUser : false
property pkgsMissing : false
@@ -657,7 +656,7 @@ script AutoImagrNBIAppDelegate
-- Make sure OS & Imaging.app is specified before proceeding, once checked enable Imagr options, as well as Build & Option buttons
on checkIfReadyToProceed_(sender)
-- Make sure imagrConfigURL has a value before we proceed
- if (my imagrConfigURL is not equal to missing value) or (my imagrConfigURL is not equal to "") then
+ if (my imagrConfigURL is not equal to missing value) and (my imagrConfigURL is not equal to "") then
-- Set to true so we can continue
set imagrConfigURLCheckPass to true
end if
@@ -1508,8 +1507,8 @@ script AutoImagrNBIAppDelegate
netBootName_(me)
-- Error if incorrect value specified
netBootImageIndexCheck_(me)
- -- Check the Imagr URL details & try & get version of the Imagr
- checkimagrURL_(me)
+ -- Bound to "Install modified rc.netboot file" checkbox, sets plist
+ installRCNetBootCheckBox_(me)
-- Set to boolean of value
set buildButtonPreCheckPassed to buildButtonPreCheckPassed as boolean
-- Proceed if we've passed precheck
@@ -4077,10 +4076,6 @@ script AutoImagrNBIAppDelegate
--Log Action
set logMe to "Set .nbi to RootPath"
logToFile_(me)
- ---- Serve Over ---
- --Log Action
- set logMe to "Setting NBImageInfo.plist's serve over option"
- logToFile_(me)
---- ImageType ----
-- Update Build Process Window's Text Field
set my buildProcessTextField to "Setting NBImageInfo.plist ImageType"
diff --git a/AutoImagrNBI/MainMenu.xib b/AutoImagrNBI/MainMenu.xib
index 768bce3..daa4c1c 100644
--- a/AutoImagrNBI/MainMenu.xib
+++ b/AutoImagrNBI/MainMenu.xib
@@ -190,6 +190,17 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -310,8 +321,8 @@