Emaculation.com

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
appletalk_for_sheepshaver [2016/01/15 12:42] – [Automating the Leopard/Snow Leopard procedure with a script] cat_7appletalk_for_sheepshaver [2016/01/15 12:42] – [Automating the Leopard/Snow Leopard procedure with a script] cat_7
Line 86: Line 86:
 *Replace with the location of your IPNetrouterX folder*/IPNetrouterX.app/Contents/MacOS/IPNetRouterX *Replace with the location of your IPNetrouterX folder*/IPNetrouterX.app/Contents/MacOS/IPNetRouterX
  
-Copy the lines above into a text editor like TextEdit, adjust the paths to the applications and save the file with a .command extension. MAKE SURE THE FILE IS SAVED IN PLAIN TEXT FORMAT (In TextEdit, if required use Format/Make Plain Text before you save). Then use "chmod +x "filename".command" to make the script executable. If everything is right, you doubleclick the file, enter your root password and SheepShaver starts, the tap device gets configured and IPNetRouterX is started. \\+Copy the lines above into a text editor like TextEdit, adjust the paths to the applications and save the file with a .command extension. MAKE SURE THE FILE IS SAVED IN PLAIN TEXT FORMAT (In TextEdit, if required use Format/Make Plain Text before you save). Then use "chmod +x "filename".command" to make the script executable. If everything is right, you doubleclick the file, enter your root password and SheepShaver starts, the tap device gets configured and IPNetRouterX is started. \\
  
 Please Note: If this leads to the execution of the 64 bit SheepShaver version where you want the 32 bit version (the 64 bit version is automatically selected on 64 bit systems, regardless of the setting under "get info" for the packaged application), add "-arch i386" (without quotes) to the command that starts SheepShaver in the second line of the script:\\ Please Note: If this leads to the execution of the 64 bit SheepShaver version where you want the 32 bit version (the 64 bit version is automatically selected on 64 bit systems, regardless of the setting under "get info" for the packaged application), add "-arch i386" (without quotes) to the command that starts SheepShaver in the second line of the script:\\