> It seems to me that there must be a better way to have a > driver loaded at boot time. >From The Virtualization Cookbook, section 7.6.9 (I believe Bruce Hayden helped on this one):
The vmcp module/command allows z/VM CP commands to be issued from Linux. ... To enable it, edit the file /etc/sysconfig/kernel and add vmcp to the variable MODULES_LOADED_ON_BOOT: # cd /etc/sysconfig # vi kernel // add vmcp to MODULES_LOADED_ON_BOOT ... # # This variable contains the list of modules to be loaded # once the main filesystem is active # MODULES_LOADED_ON_BOOT="vmcp" ... "Mike MacIsaac" <[EMAIL PROTECTED]> (845) 433-7061 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
