Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1327 - in trunk: . targets/livecd-stage2
Date: Wed, 27 Feb 2008 01:46:37
Message-Id: E1JUBNR-00065s-VN@stork.gentoo.org
1 Author: wolf31o2
2 Date: 2008-02-27 01:46:33 +0000 (Wed, 27 Feb 2008)
3 New Revision: 1327
4
5 Modified:
6 trunk/ChangeLog
7 trunk/targets/livecd-stage2/livecd-stage2-controller.sh
8 Log:
9 Let's automatically copy in the snapshot if livecd/type is gentoo-release-livecd.
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-02-26 03:11:14 UTC (rev 1326)
14 +++ trunk/ChangeLog 2008-02-27 01:46:33 UTC (rev 1327)
15 @@ -1,6 +1,11 @@
16 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Id: $
18
19 + 27 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
20 + targets/livecd-stage2/livecd-stage2-controller.sh:
21 + Let's automatically copy in the snapshot if livecd/type is
22 + gentoo-release-livecd.
23 +
24 26 Feb 2008; Andrew Gaffney <agaffney@g.o>
25 modules/generic_stage_target.py:
26 Fix leading whitespace in empty() so it's only executed if there's something
27
28 Modified: trunk/targets/livecd-stage2/livecd-stage2-controller.sh
29 ===================================================================
30 --- trunk/targets/livecd-stage2/livecd-stage2-controller.sh 2008-02-26 03:11:14 UTC (rev 1326)
31 +++ trunk/targets/livecd-stage2/livecd-stage2-controller.sh 2008-02-27 01:46:33 UTC (rev 1327)
32 @@ -132,6 +132,12 @@
33 cp -f ${clst_sharedir}/livecd/files/Getting_Online.txt $1
34 fi
35
36 + if [ "${clst_livecd_type}" = "gentoo-release-livecd" ]
37 + then
38 + mkdir -p $1/snapshots
39 + cp -f ${clst_snapshot_path}* $1/snapshots
40 + fi
41 +
42 ${clst_sharedir}/targets/support/bootloader-setup.sh $1
43 ;;
44 unmerge)
45
46 --
47 gentoo-commits@l.g.o mailing list