# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.491 2005/12/28 11:56:17 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.492 2005/12/28 16:36:35 rocket Exp $
+
+ 28 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/netboot_target.py:
+ Fix destpath bug in netboot target
28 Dec 2005; Eric Edgar <rocket@gentoo.org>
modules/generic_stage_target.py, modules/stage4_target.py:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot_target.py,v 1.10 2005/12/05 18:13:12 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot_target.py,v 1.11 2005/12/28 16:36:35 rocket Exp $
"""
Builder class for a netboot build.
def set_dest_path(self):
#destpath=self.settings["chroot_path"]+self.settings["root_path"]
- destpath=normpath(self.settings["chroot_path"]+"/tmp/image")
+ self.settings["destpath"]=normpath(self.settings["chroot_path"]+"/tmp/image")
# def build_packages(self):
# # build packages