Changeset 157 for drbl-virt


Ignore:
Timestamp:
Jul 21, 2010, 5:46:09 PM (14 years ago)
Author:
rock
Message:

rename

Location:
drbl-virt/sbin
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • drbl-virt/sbin/drbl_virt.sh

    r156 r157  
    2424fi
    2525
     26# [DRBL Environment Configuration]
     27
  • drbl-virt/sbin/drbl_virt_funs.sh

    r156 r157  
    4444    while [ "$VMM_select" != "1" -a "$VMM_select" != "2"  ]
    4545    do
    46        read -p "Which VMM/Hypervisior will use in DRBL (1)Xen (2)KVM: " VMM_select
     46       read -p "Which VMM/Hypervisior will be used in DRBL (1)Xen (2)KVM: " VMM_select
    4747    done
    4848else
    4949    echo "Xen will be the only Hypervisior in your DRBL"
     50    echo -e "Because CPU don't support virtualization, \nit can't choose KVM to be the Hypervisior"
    5051    VMM_select=2
    5152fi 
    5253}   
    5354
     55# [DRBL Check]
    5456
    55 
Note: See TracChangeset for help on using the changeset viewer.