From: Eric Edgar Date: Wed, 28 Dec 2005 16:36:35 +0000 (+0000) Subject: Fix destpath bug in netboot target X-Git-Tag: CATALYST_2_0_6_916~490 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5a5963869f13c9f755d0e4556af4c54cb7abbd7c;p=catalyst.git Fix destpath bug in netboot target git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1004 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index b5264e7b..e3db2fe5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ # 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 modules/netboot_target.py: + Fix destpath bug in netboot target 28 Dec 2005; Eric Edgar modules/generic_stage_target.py, modules/stage4_target.py: diff --git a/modules/netboot_target.py b/modules/netboot_target.py index a5a12171..f64aadb9 100644 --- a/modules/netboot_target.py +++ b/modules/netboot_target.py @@ -1,6 +1,6 @@ # 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. @@ -59,7 +59,7 @@ class netboot_target(generic_stage_target): 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