Tagging module BootCD - BootCD-4.2-4
authorStephen Soltesz <soltesz@cs.princeton.edu>
Mon, 4 Aug 2008 19:55:56 +0000 (19:55 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Mon, 4 Aug 2008 19:55:56 +0000 (19:55 +0000)
adds -k as an argument to build.sh to pass additional kernel parameters to the
bootcd and kexec kernel.

bootcd.spec

index 1875997..5b498b4 100644 (file)
@@ -7,7 +7,7 @@
 
 %define name bootcd-%{nodefamily}
 %define version 4.2
-%define taglevel 3
+%define taglevel 4
 
 # pldistro already in the rpm name
 #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
@@ -90,6 +90,10 @@ fi
 [ -f /etc/planetlab/nodefamily ] || { mkdir -p /etc/planetlab ; echo %{nodefamily} > /etc/planetlab/nodefamily ; }
 
 %changelog
+* Mon Aug 04 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - BootCD-4.2-4
+- adds -k as an argument to build.sh to pass additional kernel parameters to the
+- bootcd and kexec kernel.
+
 * Mon May 05 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - BootCD-4.2-3
 - rpm release tag does not need pldistro as it is already part of the rpm name