Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56581 - speeding up catalyst stage2
Summary: speeding up catalyst stage2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-09 16:52 UTC by Chris Bainbridge (RETIRED)
Modified: 2004-09-08 08:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Bainbridge (RETIRED) gentoo-dev 2004-07-09 16:52:11 UTC
Two ideas:

1) Cache the kernel and other bits that are built as binary packages.
2) Use rsync --delete instead of rm and cp:

Running command "rm 
-rf /var/tmp/catalyst/tmp/default/livecd-stage2-pentium3-20040708"
Removing previously-existing livecd-stage2 chroot directory...
Running command "rm 
-rf /var/tmp/catalyst/tmp/default/livecd-stage2-pentium3-20040708"
Copying livecd-stage1 result to new livecd-stage2 work directory...
Running command "cp  -a /var/tmp/catalyst/tmp/default/livecd-stage1-pentium3-20040708/* /var/tmp/catalyst/tmp/default/livecd-stage2-pentium3-20040708"
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2004-08-13 09:03:33 UTC
I got to point 2 for 1.9.0 but did not get to point 1 yet. Keeping this bug open so that I can work on it.
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2004-09-08 08:58:52 UTC
fixed in cvs, test and enjoy :)