From d95e96b49cb4ed5794b9e12b05021877ffeb0711 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 14 Feb 2012 16:50:45 -0500 Subject: [PATCH] Setting tag vsys-scripts-0.95-35 Added a script for users to create custom distributions within their slices. Use as follows: mkdir /rootfs;cd /rootfs wget tar xvfz [copy in PlanetLab /etc/resolv.conf and /etc/passwd files. mkdir /var/run; mkdir /var/lock] cat /vsys/switcheroo.out & echo 1 > /vsys/switcheroo.in --- vsys-scripts.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/vsys-scripts.spec b/vsys-scripts.spec index 4a397cf..0505505 100644 --- a/vsys-scripts.spec +++ b/vsys-scripts.spec @@ -8,7 +8,7 @@ %define name vsys-scripts %define version 0.95 -%define taglevel 34 +%define taglevel 35 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -54,6 +54,15 @@ rm -rf $RPM_BUILD_ROOT %postun %changelog +* Tue Feb 14 2012 Sapan Bhatia - vsys-scripts-0.95-35 +- Added a script for users to create custom distributions within their slices. Use as follows: +- mkdir /rootfs;cd /rootfs +- wget +- tar xvfz +- [copy in PlanetLab /etc/resolv.conf and /etc/passwd files. mkdir /var/run; mkdir /var/lock] +- cat /vsys/switcheroo.out & +- echo 1 > /vsys/switcheroo.in + * Fri Jan 13 2012 Sapan Bhatia - vsys-scripts-0.95-34 - Added a new script from Jude. -- 2.43.0