# 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
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