Page 1 of 1
ps2link CD which loads ps2netfs from CD-ROM
Posted: Sun Oct 10, 2004 1:56 pm
by nestal
The pslink distribution iso loads ps2netfs from memory card, but I want to create a ps2link CD that loads ps2netfs from CD-ROM.
What should I put in the extra.cnf?
Thanks
Posted: Sun Oct 10, 2004 10:31 pm
by blackdroid
the extra.cnf is only an example, to load from another device, change mc0 to the device you want to load from
Posted: Mon Oct 11, 2004 11:15 am
by nestal
This is my IPCONFIG.DAT:
Code: Select all
192.168.1.10 255.255.255.0 192.168.1.254
EXTRACNF = cdrom0:extra.cnf;
And this is my extra.cnf:
Code: Select all
rom0:SIO2MAN;rom0:MCMAN;cdrom0:PS2NETFS.IRX;
Are they correct?
Thanks.