Forum Replies Created
-
AuthorPosts
-
Rusty Myers
ParticipantTHAT makes sense. I would assume that mine is totally out of date and I would appreciate someone sharing their catalog for iLife updates too. If I had the time, I would install onto my base image and check software updates and relay the information, but I expect someone has already done this.
Anyone?
RustyRusty Myers
ParticipantI have a catalog that I include iLife 08 or 09 with. But I don’t understand what your looking for exactly?
You can either include the package like any other, or check this thread: https://www.afp548.com/forum/viewtopic.php?showtopic=24699
RustyRusty Myers
ParticipantYou can make a netboot (or is it netinstall) image of the DVD and install over the network. I’m not sure about automating the process or the installer choices…
RustyRusty Myers
ParticipantI’m using a 10.5.0 install DVD without any iLife. I add iLife 08/09 depending on licenses. I used the iLife installer DVD that is purchased separately. I re-packaged them using Composer 7.
RustyRusty Myers
ParticipantWhat about pulling the packages out with pacifist, or repackaging the installers. Can’t help with the installerchoices, haven’t changed mine in about a year and still using the old format.
RustyRusty Myers
ParticipantOh yes, it can! Check out this example:
[code]#!/bin/bash
#Written June 2009 by [email protected] and [email protected]
qcancel=`/usr/bin/osascript << EOT tell application "System Events" tell application "System Events" to activate set agree_dialog to display dialog "This program will copy your PSU Access ID, Computer Name, Airport MAC address, and Ethernet MAC address into a file on the desktop. Email that file to [email protected] for access to the College of Education (COE) software. Please copy down the email address. Failure to email that file will result in denied access to the COE software. The EDUCATE program requires you to send this information. Please contact ETC at 814-865-0626 for more information. If you do not wish to send the above specified computer information, hit the cancel button. " buttons ["Cancel ", "Agree"] with title "EDUC KeyServer Agreement" default button "Cancel "
end tell
EOT`echo $qcancel
if [ "$qcancel" = "button returned:Cancel " ]; then
exit 0
fi#Ask for PSU Access ID (abc1234) with Applescript
accessid=`/usr/bin/osascript << EOT tell application "System Events" display dialog "Enter your PSU Access ID" default answer "e.g. abc1234" buttons ["OK"] default button "OK" set result to text returned of result end tell EOT` echo "PSU Access ID: $accessid" #Get Computer Name cname=`system_profiler SPSoftwareDataType | grep 'Computer Name' | awk '{print $3}'` echo "Computer Name: $cname" #Get Computer WMAC Address wmac=`ifconfig en1 | grep ether | awk '{print $2}'` echo "Wireless MAC: $wmac" #Get Computer MAC Address mac=`ifconfig en0 | grep ether | awk '{print $2}'` echo "Mac Address: $mac" file=$accessid".csv" echo "psuaccessid, computername, wirelessmac, mac" > ~/Desktop/$file
echo “$accessid, $cname, $wmac, $mac” >> ~/Desktop/$file/usr/bin/osascript << EOT tell application "System Events" display dialog "Please email the file on your desktop named $accessid.csv to [email protected]. Be sure to copy this email address down before clicking OK." buttons ["OK"] default button "OK"
end tell
EOTexit 0[/code]
Rusty Myers
ParticipantYou are correct, it wasn’t included, here is the link
[url]https://www.afp548.com/filemgmt/index.php?id=76[/url]
RustyJune 22, 2009 at 7:28 pm in reply to: URGENT issue! iChat crashes/doesn’t function properly with vanilla.catalog #376481Rusty Myers
ParticipantAre you using a retail copy of Leopard or are you using a cd from a computer?
June 9, 2009 at 1:50 am in reply to: Creating a Modular System Image – Not Straightforward to me #376412Rusty Myers
ParticipantCheck out JohnD’s guide:
[url]http://web.me.com/johnd/JohnDs_Site/Tips_%26_Tricks/Entries/2009/4/29_Sys_Mgmt_Add-ons.html[/url]
It also has a DeployStudio guide too, because when you give a mouse a cookie…
RustyRusty Myers
ParticipantI’m seeing this on my builds too, non server.
RustyRusty Myers
ParticipantI am going to guess: re-package?
May 22, 2009 at 8:25 pm in reply to: 10.5.7 Combo installs only partially with InstaDMG rev 179 #376264Rusty Myers
Participant[QUOTE][u]Quote by: typofonic[/u][p]How do I check out rev 187?
“svn checkout http://instadmg.googlecode.com/svn/trunk/ instadmg-read-only” only checks out the newest version and I can’t seem to download it from google code?[/p][/QUOTE]
FYI
svn checkout -r 187 http://instadmg.googlecode.com/svn/trunk/ instadmg-read-onlyMay 22, 2009 at 12:04 pm in reply to: 10.5.7 Combo installs only partially with InstaDMG rev 179 #376258Rusty Myers
ParticipantI had issues with 188, but it’s working for me with revision 187.
Rusty Myers
ParticipantYes, all is well. 10.5.7 is building great and InstaDMG still rocks!
Rusty Myers
ParticipantThanks, I’ll revert to the stable version. I’m using 10.5.7 on my host and building for 10.5.7.
RustyP.S. Building on Powermac G5
-
AuthorPosts
Recent Comments