# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.360 2005/10/18 21:12:45 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.361 2005/10/26 15:42:48 rocket Exp $
+
+ 26 Oct 2005; Eric Edgar <rocket@gentoo.org> modules/netboot_target.py:
+ Fix ordering problem so self.settings is defined
18 Oct 2005; Eric Edgar <rocket@gentoo.org>
modules/generic_stage_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.5 2005/08/09 14:12:26 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot_target.py,v 1.6 2005/10/26 15:42:48 rocket Exp $
"""
Builder class for a netboot build.
- self.set_build_kernel_vars(addlargs)
generic_stage_target.__init__(self,spec,addlargs)
+ self.set_build_kernel_vars(addlargs)
if addlargs.has_key("netboot/busybox_config"):
file_locate(self.settings, ["netboot/busybox_config"])