Changes between Version 15 and Version 16 of Documentation/SupportedImages/BuildingBaselineImage


Ignore:
Timestamp:
Apr 2, 2012, 4:18:57 PM (12 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/SupportedImages/BuildingBaselineImage

    v15 v16  
    118118    }}}
    119119    then delete /etc/hostname.
     120 1. Add a symbolic link for lsusb
     121    {{{
     122    ln -s /usr/bin/lsusb /sbin/lsusb
     123    }}}
     124 1. Add deb http://pkg.mytestbed.net/ubuntu oneiric/ to /etc/apt/sources.list (aslo check for deb http://pkg.mytestbed.net/ubuntu natty/)
     125 1. Install omf-resctl-5.4 and omf-resctl-5.3
     126    {{{
     127    apt-get install omf-resctl-5.4
     128    apt-get install omf-resctl-5.3
     129    }}}
     130 1. Copy the example winlab yaml file from /usr/share/doc/omf-resctl-5.3/examples/ to /etc/omf-resctl-5.3 and modifiy it to include the lines.
     131    {{{
     132    control_if: 'eth1'
     133    pubsub_gateway: 'xmpp'
     134    name: '%hostname%'
     135    resizefs: true
     136    }}}
    120137 1. Run the prepare [attachment:prepare.sh file]