Fixing the snapshot copying so it will only copy the correct snapshot for people...
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 28 Feb 2008 16:32:57 +0000 (16:32 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 28 Feb 2008 16:32:57 +0000 (16:32 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1338 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/livecd-stage2/livecd-stage2-controller.sh

index d1eaa71584b8a112f80e0a401c7c712d28b3c977..920d5c4863f2681e58db959ae25bcfc4d22c07a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/livecd-stage2/livecd-stage2-controller.sh:
+  Fixing the snapshot copying so it will only copy the correct snapshot for
+  people who don't know how to properly use wget.
+
   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/stage1/stage1-chroot.sh:
   Fix HOSTUSE invocation on stage1, since we use -* at the beginning to
index 4bee86c85f06f03ab493580b937f21289a5c3b94..e9c9c8186f83ed4567835e43f025efb464968a94 100755 (executable)
@@ -135,7 +135,8 @@ case $1 in
                if [ "${clst_livecd_type}" = "gentoo-release-livecd" ]
                then
                        mkdir -p $1/snapshots
-                       cp -f ${clst_snapshot_path}* $1/snapshots
+                       cp -f ${clst_snapshot_path} $1/snapshots
+                       cp -f ${clst_snapshot_path}.DIGESTS $1/snapshots
                fi
 
                ${clst_sharedir}/targets/support/bootloader-setup.sh $1