I also added OS_VERSION to the input stanza on the munki recipe and verified override-ability
gmarnin joined the channel
I kaleidoscope'd the payloads, they compiled everything from the vendored ruby to the support libs for the specific version of darwin, and recommend uninstall/reinstall before/after OS upgrades
mikedodge04 joined the channel
vollerempfang joined the channel
zalmoxes: around?
dwurster joined the channel
vollerempfang
He volks, i need your help. I have to deploy firefox esr in 32-bit mode.. So i wanted to handle this over com.apple.LaunchServices, but this does not work. Any other Ideas ?
Allister
'handle this'?
bruienne joined the channel
vollerempfang
implement
Allister
sorry, where does launchservices come into play?
vollerempfang
The normal way to turn 32 bit mode on is the "Info" Tab from the App. I did that with an open Session in Composer
and the OS writes the State in Launchservices.plist
all staff email: "There is a Silver Mercedes Benz with Virginia license plate #VDY 9279 in the upper parking lot. Will the owner please move your car, you are parked in two spaces."
this is when people should just bring out the pallet jack and deal with it
RavenII joined the channel
vollerempfang has quit
dwurster
meh, just deflate the tires.
trailripper has quit
gmarnin
that makes it harder to move
dwurster
yeah, but the owner remembers better. Hand them a bike pump.
gmarnin
Sure, but it doesn't free up the spot which is the goal. Some move it then deflate
tvsutton
Allister: Looks good to me
Allister
great!
rickardsj joined the channel
refreshingapathy
I remember someone here saying they did away with deploystudio by mounting new machines over target disk mode and installing a pkg to them to set up munki and such
if thats true I want to pick your brain, because I need to figure out how to build a package that will allow me to install to a TDM volume!
eholtam
you can target the install with the installer command
abbaZaba joined the channel
if you have scripts be sure it's referencing the path as $3/path/on/disk
or if you use the GUI just select the mounted disk when prompted
rustymyers
refreshingapathy yeah, like eholtam said, you can install packages to any volume you want by targeting it, it's a default feature of all packages. Some are not built properly to do that, and some block that feature, but most packages work out of the box
Allister
nice thing about pkgs, all they're SUPPOSED to do is put a payload on a relative destination with owners and perms
it's the type of thing tehLuggs helped me wrap my brain around
rimdeker joined the channel
lykinsbd joined the channel
Tecnico1931 joined the channel
Matloch has quit
mikedodge04 joined the channel
Matloch joined the channel
illern has quit
Matloch has quit
UbiquitousChris joined the channel
refreshingapathy
eholtam: rustymyers thank you. I'm building these with Packages and it's being a bit weird. I suspect I missed a checkbox somewhere
nbalonso has quit
also, installer is probably a better way than a gui. will play with it this morning, thanks again.