Jump to content
9 posts in this topic

Recommended Posts

ok i now have my system up and runing allmost perfect! but need some help in creating a package that contains all my drivers so i can try to include it on the installation dvd!

 

can someone please help me i know there are lots of people interested in this to!

 

thanks in advance :blink:

Link to comment
https://www.insanelymac.com/forum/topic/22138-driver-package/
Share on other sites

ok so i'v done some progress by now:

 

i copyed all the files listed below to a folder on my desktop:

 

AGPGart.kext

ATIRadeon9700.kext

ATIRadeon9700DVDDriver.bundle

ATIRadeon9700GA.plugin

ATIRadeon9700GLDriver.bundle

ATIRadeon9700VADriver.bundle

Callisto.kext

CallistoHAL.kext

IOPCIFamily.kext

 

than i ran PackageMaker and got all the files set-up to be copyed to /Syste/Library/Extensions with owner: root / group: wheel and 755 write permissions

 

an just to make shure that at the end all the right permissions are set i made a script that repairs disk permissions at the end of the install procedure

 

tell application "Terminal"

do script "sudo diskutil repairPermissions /"

end tell

 

now i think i shall test it :blink: than i have to find the solution to integrate it to my install dvd

hehe i allmost forgot something very important i did not include the removal of the Extensions.mkext & Extensions.kextcache so i modified the script to lok like this:

 

tell application "Terminal"

do script "sudo rm /System/Library/Extensions.mkext"

do script "sudo rm /System/Library/Extensions.kextcache"

do script "sudo diskutil repairPermissions /"

end tell

 

now i recompiled the package with the new script included and hopefully it will work!

 

if u think i did something wrong please let me know so i can fix things! :blink:

 

if this package works as well i hope the osx installation on my pc wil be a breeze! :D

Do you still want help making packages?

 

I can help make proper packages and help you get the package onto your Installer DVD.

 

 

ok so i'v done some progress by now:

 

i copyed all the files listed below to a folder on my desktop:

 

AGPGart.kext

ATIRadeon9700.kext

ATIRadeon9700DVDDriver.bundle

ATIRadeon9700GA.plugin

ATIRadeon9700GLDriver.bundle

ATIRadeon9700VADriver.bundle

Callisto.kext

CallistoHAL.kext

IOPCIFamily.kext

 

than i ran PackageMaker and got all the files set-up to be copyed to /Syste/Library/Extensions with owner: root / group: wheel and 755 write permissions

 

an just to make shure that at the end all the right permissions are set i made a script that repairs disk permissions at the end of the install procedure

 

tell application "Terminal"

do script "sudo diskutil repairPermissions /"

end tell

 

now i think i shall test it :) than i have to find the solution to integrate it to my install dvd

 

I don't believe this will work.

yes please help!

I hope you'll document the process here, because I'd like to make a install DVD that fixes all the issues with my COmpaq Presario V2000 laptop, so it will install faster and work right off the bat. I'm hoping o incorporate all the right drivers and edits into the install DVD so that it installs as smooth as possible.

 

Thanks!

×
×
  • Create New...