Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107405 - catalyst handles --livecd/rm config option incorrectly
Summary: catalyst handles --livecd/rm config option incorrectly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-27 09:14 UTC by Jason Pepas
Modified: 2005-12-20 09:20 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 Jason Pepas 2005-09-27 09:14:35 UTC
this problem is similar to bug 106004, however, the results are more nefarious.
 when the space delimited list of globs to remove is turned into a string
incorrectly on livecd_stage2_target.py:171, only the first argument has the
chroot path appended to it.  thus, the subsequent arguments are removed from the
host filesystem instead of the livecd filesystem.  yikes!

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Change line 171 of livecd_stage2_target.py to the following:

self.settings["livecd/rm"]=self.settings["livecd/rm"].split()
Comment 1 Eric Edgar (RETIRED) gentoo-dev 2005-11-17 17:56:29 UTC
This is fixed in catalyst2
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2005-12-20 09:20:47 UTC
Since the catalyst 2.0_rc* series is no longer in package.mask, I am marking
this one as RESOLVED...