Changeset 213 for drbl-virt/sbin/kvm_install.sh
- Timestamp:
- Oct 18, 2010, 3:31:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/kvm_install.sh
r175 r213 16 16 # for Ubuntu 17 17 "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 19 21 ;; 20 22 # for Debian 21 23 "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 23 27 ;; 24 28 # for Fedora 25 29 "Fedora") 26 echo "Only support Debain & Debian" 30 echo "Only support Debain." 31 exit 27 32 ;; 28 33 *) 29 echo "Only support Debain & Debian" 34 echo "Only support Debain." 35 exit 30 36 ;; 31 37 esac
Note: See TracChangeset
for help on using the changeset viewer.