From: Pieter van den Abeele Date: Fri, 27 Feb 2004 14:30:49 +0000 (+0000) Subject: This should probably become a requirement: reusing GRP rather than building X-Git-Tag: CATALYST_2_0_6_916~1095 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c4c3f3fccd305a0f311f9746b42339ec84f63647;p=catalyst.git This should probably become a requirement: reusing GRP rather than building everything all over again when assembling a livecd. This may already be possible but is not documented in the reference manual git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@278 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/REMARKS b/REMARKS index 819e4361..19a1e99f 100644 --- a/REMARKS +++ b/REMARKS @@ -99,7 +99,10 @@ Building custom livecds such as the kde/gnome cd might involve running an extra Update 25022004: ---------------- -It should be possible to describe what livecd init.d services should be added/removed, in the spec file. +It should be possible to describe what livecd init.d services should be added/removed, in the spec file. + +If one has build 700M of GRP packages, these can be reused for assembling the livecd. Rebuilding all packages again +is a time and resource wasting process. Pieter Van den Abeele pvdabeel@gentoo.org