Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1338 - in trunk: . targets/livecd-stage2
Date: Thu, 28 Feb 2008 16:34:27
Message-Id: E1JUlgo-0004FG-5e@stork.gentoo.org
1 Author: wolf31o2
2 Date: 2008-02-28 16:32:57 +0000 (Thu, 28 Feb 2008)
3 New Revision: 1338
4
5 Modified:
6 trunk/ChangeLog
7 trunk/targets/livecd-stage2/livecd-stage2-controller.sh
8 Log:
9 Fixing the snapshot copying so it will only copy the correct snapshot for people who don't know how to properly use wget.
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-02-28 04:47:29 UTC (rev 1337)
14 +++ trunk/ChangeLog 2008-02-28 16:32:57 UTC (rev 1338)
15 @@ -2,6 +2,11 @@
16 # $Id: $
17
18 28 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
19 + targets/livecd-stage2/livecd-stage2-controller.sh:
20 + Fixing the snapshot copying so it will only copy the correct snapshot for
21 + people who don't know how to properly use wget.
22 +
23 + 28 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
24 targets/stage1/stage1-chroot.sh:
25 Fix HOSTUSE invocation on stage1, since we use -* at the beginning to
26 disable profile USE.
27
28 Modified: trunk/targets/livecd-stage2/livecd-stage2-controller.sh
29 ===================================================================
30 --- trunk/targets/livecd-stage2/livecd-stage2-controller.sh 2008-02-28 04:47:29 UTC (rev 1337)
31 +++ trunk/targets/livecd-stage2/livecd-stage2-controller.sh 2008-02-28 16:32:57 UTC (rev 1338)
32 @@ -135,7 +135,8 @@
33 if [ "${clst_livecd_type}" = "gentoo-release-livecd" ]
34 then
35 mkdir -p $1/snapshots
36 - cp -f ${clst_snapshot_path}* $1/snapshots
37 + cp -f ${clst_snapshot_path} $1/snapshots
38 + cp -f ${clst_snapshot_path}.DIGESTS $1/snapshots
39 fi
40
41 ${clst_sharedir}/targets/support/bootloader-setup.sh $1
42
43 --
44 gentoo-commits@l.g.o mailing list