From 25ee19b62accdab854ba6bcff50039f5dadacd93 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 28 Feb 2008 16:32:57 +0000 Subject: [PATCH] Fixing the snapshot copying so it will only copy the correct snapshot for people who don't know how to properly use wget. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1338 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 5 +++++ targets/livecd-stage2/livecd-stage2-controller.sh | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d1eaa715..920d5c48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 28 Feb 2008; Chris Gianelloni + 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 targets/stage1/stage1-chroot.sh: Fix HOSTUSE invocation on stage1, since we use -* at the beginning to diff --git a/targets/livecd-stage2/livecd-stage2-controller.sh b/targets/livecd-stage2/livecd-stage2-controller.sh index 4bee86c8..e9c9c818 100755 --- a/targets/livecd-stage2/livecd-stage2-controller.sh +++ b/targets/livecd-stage2/livecd-stage2-controller.sh @@ -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 -- 2.26.2