Move netboot-final.sh from targets/support/ to targets/netboot/
authorAndrew Gaffney <agaffney@gentoo.org>
Mon, 12 Jan 2009 01:08:32 +0000 (19:08 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Mon, 12 Jan 2009 01:08:32 +0000 (19:08 -0600)
ChangeLog
targets/netboot/netboot-controller.sh
targets/netboot/netboot-final.sh [moved from targets/support/netboot-final.sh with 100% similarity]

index cdc620163865d9970f5dc7bf0248517aa71169d0..afe30aba6fb5ee8b2e29eafea674b07822ca9838 100644 (file)
--- 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 <agaffney@gentoo.org>
+  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 <agaffney@gentoo.org>
   -examples/netboot2_template.spec, +examples/netboot_template.spec,
   +modules/catalyst/target/netboot.py, -modules/catalyst/target/netboot2.py,
index 237e7850f63bab102530c3bd422ca7e7dd83311b..d8516f4456078d1f5edfdc1638ec0cfd34c6bf8f 100644 (file)
@@ -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;;