From 1e0179dbedc1b50d514f64a4821b354b14c93ba9 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 10 Jan 2008 09:40:37 +0000 Subject: [PATCH] do not install bootstrap images directly anymore --- onelab-install.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/onelab-install.mk b/onelab-install.mk index 688cc0c2..238104fa 100644 --- a/onelab-install.mk +++ b/onelab-install.mk @@ -23,7 +23,6 @@ PLCSSH := root@private.one-lab.org endif RPMSAREA := /var/www/html/install-rpms/ -BOOTAREA := /var/www/html/boot/ #BASE := onelab BASENEW := build-$(notdir $(shell pwd)) @@ -67,7 +66,6 @@ install-adopt: install-bootstrap: # install node image - install_bz2=$(wildcard BUILD/bootmanager-*/bootmanager/support-files/PlanetLab-Bootstrap.tar.bz2) ; \ - if [ -n "$$install_bz2" ] ; then rsync $$install_bz2 $(PLCSSH):/plc/data/$(BOOTAREA) ; fi + ssh $(PLCSSH) chroot /plc/root yum -y update bootstrapfs -- 2.47.0