From a54093fda39d275c61f5ab5089c7757d09c6326f Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Thu, 29 Nov 2007 06:34:39 +0000 Subject: [PATCH] Remove planetlab package. Generic images are built by MyPLC/plc.d/bootcd. Remove any remaining references to local syslinux. --- bootcd.spec | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/bootcd.spec b/bootcd.spec index fce1af2..aeb4a61 100644 --- a/bootcd.spec +++ b/bootcd.spec @@ -25,14 +25,6 @@ AutoReqProv: no The Boot CD securely boots PlanetLab nodes into an immutable environment. -%package planetlab -Summary: PlanetLab Boot CD -Group: System Environment/Base - -%description planetlab -The default PlanetLab Boot CD, customized to boot from PlanetLab -Central servers. - %prep %setup -q @@ -42,12 +34,6 @@ pushd BootCD # Build the reference image ./prep.sh %{pldistro} -# Build the default configuration (PlanetLab) -./build.sh - -md5sum PlanetLab-BootCD-%{version}.{iso,usb} \ - >PlanetLab-BootCD-%{version}.md5 - popd %install @@ -60,20 +46,13 @@ install -d -m 755 $RPM_BUILD_ROOT/%{_datadir}/%{name} install -m 755 build.sh $RPM_BUILD_ROOT/%{_datadir}/%{name}/ tar cpf - \ build/isofs/bootcd.img \ - build/isofs/isolinux.bin \ build/isofs/kernel \ build/passwd \ build/version.txt \ bootcustom.sh \ - configurations \ - syslinux/unix/syslinux | \ + configurations | \ tar -C $RPM_BUILD_ROOT/%{_datadir}/%{name}/ -xpf - -# Install the default images in the download/ directory -install -d -m 755 $RPM_BUILD_ROOT/var/www/html/download -install -m 644 PlanetLab-BootCD-%{version}.* \ - $RPM_BUILD_ROOT/var/www/html/download/ - popd %clean @@ -90,21 +69,10 @@ if [ -n "$SUDO_USER" ] ; then chown -h -R $SUDO_USER %{_rpmdir}/%{_arch} fi -%post planetlab -cat < - - added biginitrd usb image -- 2.43.0