focusing on centos
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 29 Sep 2008 14:17:00 +0000 (14:17 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 29 Sep 2008 14:17:00 +0000 (14:17 +0000)
modules.list
modules.update

index 11d348d..29fc45f 100644 (file)
@@ -15,8 +15,10 @@ VserverReference
 comgt
 dummynet_image
 fprobe-ulog
+inotify-tools
 iproute2
 iptables
+libnl
 linux-2.6
 madwifi
 nodeconfig
index 0f5a27b..fb8caa9 100755 (executable)
@@ -5,5 +5,5 @@
 # we set DISTRONAME as this cannot be correctly guessed from the build box root context
 for distro in onelab planetlab ; do
     tags=${distro}-tags.mk 
-    make stage1=true PLDISTRO=${distro} PLDISTROTAGS=${tags} DISTRONAME=f8 module-tools 
+    make stage1=true PLDISTRO=${distro} PLDISTROTAGS=${tags} DISTRONAME=centos5 module-tools 
 done | sort -u | grep -v '^build$'