Setting up permissions and symlink
The proper file permissions and the necessary symlinks are set or created by
running the following commands:
	cd /etc/init.d &&
	chmod 754 ethnet &&
	cd ../rc0.d &&
	ln -s ../init.d/ethnet K800ethnet &&
		
	cd ../rc1.d &&
	ln -s ../init.d/ethnet K800ethnet &&
		
	cd ../rc2.d &&
	ln -s ../init.d/ethnet K800ethnet &&
		
	cd ../rc3.d &&
	ln -s ../init.d/ethnet S200ethnet &&
		
	cd ../rc4.d &&
	ln -s ../init.d/ethnet S200ethnet &&
		
	cd ../rc5.d &&
	ln -s ../init.d/ethnet S200ethnet &&
		
	cd ../rc6.d &&
	ln -s ../init.d/ethnet K800ethnet