#!/bin/sh# VMs might have no means to communicate with the outer# world except for networking[-x /sbin/chkconfig ]||exit 0chkconfig syslogd on 2>&1for i in network random;do chkconfig $i on;donefor i in fbsetfont netfs rawdevices;do chkconfig $i off;done: