turned off ipfwroot on f21-22; dhclient renamed in f22
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 26 Aug 2015 15:07:06 +0000 (17:07 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 26 Aug 2015 15:07:06 +0000 (17:07 +0200)
config.lxc/bootcd.pkgs
config.lxc/nodeimage.pkgs

index 80d722f..624dfa1 100644 (file)
@@ -5,7 +5,8 @@ yumexclude: @NODEYUMEXCLUDE@
 # define packages
 package: btrfs-progs
 package: filesystem
-package: dhclient
+package<=f21: dhclient
+package>=f22: dhcp-client
 package: bash
 package: coreutils
 package: iputils
index ccef399..90b99f6 100644 (file)
@@ -4,7 +4,8 @@
 groupname: PlanetLab
 groupdesc: PlanetLab Node Root
 # our own modules
-package: ipfwroot
+# turned off - hopefully on a temporary basis
+#package: ipfwroot
 package: lxc-userspace
 package: transforward
 # temporarily turned off as it won't build on recent kernels