Changeset 1976 for trunk/host/doc
- Timestamp:
- Sep 12, 2011, 12:09:29 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/host/doc/install-xen
r1891 r1976 29 29 EOF 30 30 31 # (on HPs) add HP repos to etc/apt/sources.list.d 32 cat <<EOF > /etc/apt/sources.list.d/hp.list 33 deb http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/ maverick/current non-free 34 EOF 35 31 36 # install host keytab 32 37 cp $keytab /etc/krb5.keytab … … 38 43 39 44 # Install scripts-vm-host 45 aptitude update 40 46 aptitude install scripts-vm-host 47 48 # (on HPs) install HP software 49 aptitude install hpacucli hp-health
Note: See TracChangeset
for help on using the changeset viewer.