Skip to content

Commit

Permalink
Update README and add rsyslog to the LXC containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
alnvdl committed Jul 31, 2012
1 parent f60c234 commit aa409f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -75,10 +75,6 @@ $ sudo cp datapath/linux/*.ko /lib/modules/`uname -r`/kernel/net/ovs/
$ sudo depmod -a
$ sudo modprobe openvswitch_mod
```
Optionally, you may choose to skip the steps above and load the module manually every time:
```
$ sudo insmod datapath/linux/openvswitch_mod.ko
```

5. Edit /etc/modules to configure the automatic loading of the openvswitch_mod module:
```
Expand Down
2 changes: 1 addition & 1 deletion rftest/create
Expand Up @@ -23,7 +23,7 @@ then
else
/usr/lib/lxc/templates/lxc-ubuntu --release=natty --path=$LXCDIR/base
fi
sudo chroot $LXCDIR/base/rootfs apt-get -y --force-yes install quagga libboost-thread1.42.0 libboost-system1.42.0 libboost-filesystem1.42.0 libboost-program-options1.42.0
sudo chroot $LXCDIR/base/rootfs apt-get -y --force-yes install quagga libboost-thread1.42.0 libboost-system1.42.0 libboost-filesystem1.42.0 libboost-program-options1.42.0 rsyslog

# Clone the base container to make other containers based on config
cd $CONFIG
Expand Down

0 comments on commit aa409f2

Please sign in to comment.