Jump to content
9 posts in this topic

Recommended Posts

So, I would for example use cp -r /Voumes/Tiger/file.file /Volumes/Leopard/file2.file ?

 

Basically what my issue is is that for the graphics update, I have to back up AppleIntegratedFramebuffer.kext and restore it after the update. Right now I'm trying to restore it. I copied the kext to the root of my Tiger partition and now I can't figure out how to copy it back to Leopard as AppleIntelIntegratedFramebuffer.kext

-R not -r

 

 

you can also use -f to force

 

 

So, I would for example use cp -r /Voumes/Tiger/file.file /Volumes/Leopard/file2.file ?

 

Basically what my issue is is that for the graphics update, I have to back up AppleIntegratedFramebuffer.kext and restore it after the update. Right now I'm trying to restore it. I copied the kext to the root of my Tiger partition and now I can't figure out how to copy it back to Leopard as AppleIntelIntegratedFramebuffer.kext

I'm doing this from the installation cd, hopefully it will allow me to do it.

 

[edit]

No, it isn't letting me do it. I also tried using sudo and it says command not found. It tells me, No such file or directory when I'm absolutely sure it's there.

Command not found?...From the DVD,should be something like this (e. AppleIntelIntegratedFramebuffer.kext):

 

cp -Rf /System/Library/Extensions/AppleIntelIntegratedFramebuffer.kext /Volumes/Leo/System/Library/Extensions/AppleIntelIntegratedFramebuffer.kext

×
×
  • Create New...