Ignore:
Timestamp:
Oct 18, 2010, 3:31:18 PM (14 years ago)
Author:
rock
Message:

Add: support KVM (continue...)

File:
1 edited

Legend:

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

    r175 r213  
    1616    # for Ubuntu
    1717    "Ubuntu")
    18         aptitude update ; aptitude install kvm
     18        echo "please check kernel (KVM enabled)" 
     19        echo "Push [Enetr] to install KVM package..."
     20        aptitude update ; aptitude install kvm bridge-utils
    1921    ;;
    2022    # for Debian
    2123    "Debian")
    22         aptitude update ; aptitude install kvm
     24        echo "please check kernel (KVM enabled)"
     25        echo "Push [Enetr] to install KVM package..."
     26        aptitude update ; aptitude install kvm bridge-utils
    2327    ;;
    2428    # for Fedora
    2529    "Fedora")       
    26         echo "Only support Debain & Debian"
     30        echo "Only support Debain."
     31        exit
    2732    ;;
    2833    *)
    29         echo "Only support Debain & Debian"
     34        echo "Only support Debain."
     35        exit
    3036    ;;
    3137esac
Note: See TracChangeset for help on using the changeset viewer.