Ignore:
Timestamp:
Aug 13, 2010, 6:06:26 PM (14 years ago)
Author:
rock
Message:

Add: Create DRBL PV-VM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • drbl-virt/sbin/functions_drbl_virt

    r178 r179  
    146146
    147147
     148function debain-lenny_xen_patch(){
     149echo xen.independent_wallclock=1 >> /etc/sysctl.conf
     150echo loop max_loop=255 >> /etc/modules
     151echo xenblktap >> /etc/modules
     152ln -s /usr/lib/$/bin/tapdisk /usr/sbin
     153}
     154
     155
    148156function get_Host_IP_range(){
    149157cat /etc/drbl/IP_HOST_TABLE | sed "${Host_first_Line}p"
Note: See TracChangeset for help on using the changeset viewer.