Changeset 2340 for trunk/host/doc


Ignore:
Timestamp:
Dec 16, 2012, 10:31:14 PM (11 years ago)
Author:
quentin
Message:
Update host install instructions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/host/doc/install-xen

    r1995 r2340  
    77 # Create an LV called "swap" that is the same size as the machine's physical RAM
    88 # Create an LV called "root" that is 50G ext4
    9 
    10 # ??? F11 will suggest ext4, DON'T USE IT.
    11 #   - New filesystem, so it's scary
    12 #   - The hosts can't mount it
    13 #   - Grub can't cope with it
    149
    1510# download Debathena archive key, verify
     
    2924EOF
    3025
    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
     26# add scripts repos to /etc/apt/sources.list.d
     27  cat <<EOF > /etc/apt/sources.list.d/scripts.list
     28deb http://web.mit.edu/scripts/apt stable main
     29deb-src http://web.mit.edu/scripts/apt stable main
    3430EOF
    3531
    36 # install host keytab
    37   cp $keytab /etc/krb5.keytab
    38   k5srvutil change
    39   k5srvutil delold
     32# add scripts apt repo key
     33
    4034# install ~/.k5login
    4135# clone the xen config (/etc/xen)
     
    4640  aptitude install scripts-vm-host
    4741
    48 # (on HPs) install HP software
    49   aptitude install hpacucli hp-health
     42# install host keytab
     43  cp $keytab /etc/krb5.keytab
     44  k5srvutil change
     45  k5srvutil delold
    5046
    5147# Configure exim4 to use smarthost (outgoing.mit.edu), no local mail
Note: See TracChangeset for help on using the changeset viewer.