rashdriver Posted February 27, 2008 Share Posted February 27, 2008 hello friends, I have successfully installed Iaktos Osx 10.5.1 Leopard.. now the thing is i have successfully replaced files, changed its file permissions (of the kext) given the ./patch command and etc.. now its the time to edit varios .plists in order to change the key of device ids of my graphic card and other things.. i am unable to execute nano command... it says command not found... please help me....ne other substitute..i have tried in single user mode and using the GUI terminal... please help how can i edit the string? Link to comment Share on other sites More sharing options...
The Baron Posted February 27, 2008 Share Posted February 27, 2008 You should have nano. Try pico /path/to/file instead. Link to comment Share on other sites More sharing options...
lucaspeed Posted February 27, 2008 Share Posted February 27, 2008 What's wrong with vim? Link to comment Share on other sites More sharing options...
Software Updater Posted February 27, 2008 Share Posted February 27, 2008 Or vi itself? Link to comment Share on other sites More sharing options...
vaporATX Posted February 27, 2008 Share Posted February 27, 2008 I prefer elvis Link to comment Share on other sites More sharing options...
rashdriver Posted February 27, 2008 Author Share Posted February 27, 2008 <br />hello friends,<br /> I have successfully installed Iaktos Osx 10.5.1 Leopard..<br />now the thing is i have successfully replaced files, changed its file permissions (of the kext)<br />given the ./patch command and etc..<br />now its the time to edit varios .plists in order to change the key of device ids of my graphic card and other things..<br />i am unable to execute nano command... it says command not found... <img src="style_emoticons/default/unsure.gif" style="vertical-align:middle" emoid="" border="0" alt="unsure.gif" /> <br /><br />please help me....ne other substitute..i have tried in single user mode and using the GUI terminal...<br />please help how can i edit the string?<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />thanks for d replies...but can u please tell me the whole code supposing if i want to change GeForce.kext located in system/Library/Extensions..no nano no pico? thencan i edit in notepad...windows?<br />hello friends,<br /> I have successfully installed Iaktos Osx 10.5.1 Leopard..<br />now the thing is i have successfully replaced files, changed its file permissions (of the kext)<br />given the ./patch command and etc..<br />now its the time to edit varios .plists in order to change the key of device ids of my graphic card and other things..<br />i am unable to execute nano command... it says command not found... <img src="style_emoticons/default/unsure.gif" style="vertical-align:middle" emoid="" border="0" alt="unsure.gif" /> <br /><br />please help me....ne other substitute..i have tried in single user mode and using the GUI terminal...<br />please help how can i edit the string?<br /><br /><br /><br />thanks for d replies...but can u please tell me the whole code supposing if i want to change GeForce.kext located in system/Library/Extensions..no nano no pico? thencan i edit in notepad...windows? Link to comment Share on other sites More sharing options...
The Baron Posted February 27, 2008 Share Posted February 27, 2008 First make sure you are root sudo -s password Then pico /System/Library/Extensions/GeForce.kext/Contents/Info.plist Then edit the bits you need, press ctrl- x and select y to save. Then chmod -R 755 /System/Library/Extensions/GeForce.kext chown -R root:wheel /System/Library/Extensions/GeForce.kext HTH Link to comment Share on other sites More sharing options...
Recommended Posts