Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1273 - in trunk: . modules
Date: Wed, 06 Feb 2008 00:37:37
Message-Id: E1JMYIA-0001xC-Dp@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-02-06 00:37:33 +0000 (Wed, 06 Feb 2008)
3 New Revision: 1273
4
5 Modified:
6 trunk/ChangeLog
7 trunk/modules/netboot2_target.py
8 Log:
9 Allow root_overlay in netboot2 target for bug 208106
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-02-04 19:51:35 UTC (rev 1272)
14 +++ trunk/ChangeLog 2008-02-06 00:37:33 UTC (rev 1273)
15 @@ -1,6 +1,10 @@
16 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Id: $
18
19 + 06 Feb 2008; Andrew Gaffney <agaffney@g.o>
20 + modules/netboot2_target.py:
21 + Allow root_overlay in netboot2 target for bug 208106.
22 +
23 04 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
24 modules/generic_stage_target.py, modules/livecd_stage1_target.py,
25 targets/stage1/stage1-chroot.sh, targets/support/chroot-functions.sh:
26
27 Modified: trunk/modules/netboot2_target.py
28 ===================================================================
29 --- trunk/modules/netboot2_target.py 2008-02-04 19:51:35 UTC (rev 1272)
30 +++ trunk/modules/netboot2_target.py 2008-02-06 00:37:33 UTC (rev 1273)
31 @@ -18,7 +18,8 @@
32 "netboot2/use",
33 "netboot2/extra_files",
34 "netboot2/overlay",
35 - "netboot2/busybox_config"
36 + "netboot2/busybox_config",
37 + "netboot2/root_overlay"
38 ])
39
40 try:
41
42 --
43 gentoo-commits@l.g.o mailing list