From: John P. Davis Date: Tue, 12 Oct 2004 17:33:40 +0000 (+0000) Subject: small netbook fixups X-Git-Tag: CATALYST_2_0_6_916~916 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6d63abd7940939f9b277b64f137161369b1c3d66;p=catalyst.git small netbook fixups git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@457 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index a314912b..d3d837e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gentoo/src/catalyst # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.92 2004/10/11 14:27:45 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.93 2004/10/12 17:33:40 zhen Exp $ + + 12 Oct 2004; John Davis modules/netboot.py: + small netboot fixups 11 Oct 2004; modules/netboot.py, targets/netboot/netboot-busybox.sh, targets/netboot/netboot-image.sh, diff --git a/modules/netboot.py b/modules/netboot.py index fbb67d6a..0d62d7d6 100644 --- a/modules/netboot.py +++ b/modules/netboot.py @@ -1,6 +1,6 @@ # Distributed under the GNU General Public License version 2 # Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/Attic/netboot.py,v 1.4 2004/10/11 15:41:23 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/Attic/netboot.py,v 1.5 2004/10/12 17:33:40 zhen Exp $ """ Builder class for a netboot build. @@ -52,7 +52,6 @@ class netboot_target(generic_stage_target): for envvar in "CFLAGS", "CXXFLAGS": if not os.environ.has_key(envvar) and not addlargs.has_key(envvar): self.settings[envvar] = "-Os -pipe" - def run_local(self): # setup our chroot