From 7edfff7ca5018823e504a2e85eff41a9a807016a Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sun, 11 Jan 2009 19:08:32 -0600 Subject: [PATCH] Move netboot-final.sh from targets/support/ to targets/netboot/ --- ChangeLog | 5 +++++ targets/netboot/netboot-controller.sh | 2 +- targets/{support => netboot}/netboot-final.sh | 0 3 files changed, 6 insertions(+), 1 deletion(-) rename targets/{support => netboot}/netboot-final.sh (100%) diff --git a/ChangeLog b/ChangeLog index cdc62016..afe30aba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ # Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) # Distributed under the GPL v2 + 12 Jan 2009; Andrew Gaffney + targets/netboot/netboot-controller.sh, +targets/netboot/netboot-final.sh, + -targets/support/netboot-final.sh: + Move netboot-final.sh from targets/support/ to targets/netboot/ + 12 Jan 2009; Andrew Gaffney -examples/netboot2_template.spec, +examples/netboot_template.spec, +modules/catalyst/target/netboot.py, -modules/catalyst/target/netboot2.py, diff --git a/targets/netboot/netboot-controller.sh b/targets/netboot/netboot-controller.sh index 237e7850..d8516f44 100644 --- a/targets/netboot/netboot-controller.sh +++ b/targets/netboot/netboot-controller.sh @@ -57,7 +57,7 @@ case ${1} in final) # For each arch, fetch the kernel images and put them in builds/ echo -e ">>> Copying completed kernels to ${clst_target_path} ..." - ${clst_sharedir}/targets/support/netboot-final.sh + ${clst_sharedir}/targets/netboot/netboot-final.sh ;; clean) exit 0;; diff --git a/targets/support/netboot-final.sh b/targets/netboot/netboot-final.sh similarity index 100% rename from targets/support/netboot-final.sh rename to targets/netboot/netboot-final.sh -- 2.26.2