First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 188099
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Catalyst Developers <catalyst@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tais M. Hansen <tais.hansen@osd.dk>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
catalyst-volid-typecheck.diff Patch to allow specifying volid on commandline patch Tais M. Hansen 2007-08-08 12:50 0000 1.00 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 188099 depends on: Show dependency tree
Bug 188099 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-08-08 12:32 0000
If I run catalyst with -C livecd/volid="Gentoo Linux" the resulting volumeid
will become "G e n t o o  L i n u x". Seems like the string.join() call in
set_iso_volume_id() (in generic_stage_target.py) is causing this.

------- Comment #1 From Tais M. Hansen 2007-08-08 12:50:23 0000 -------
Created an attachment (id=127276) [edit]
Patch to allow specifying volid on commandline

------- Comment #2 From Andrew Gaffney 2007-08-08 13:37:11 0000 -------
I'm not sure that livecd/volid should ever be a list anyway. AFAIK, an ISO can
only have 1 volume ID. I'd rather just get rid of the call to string.join()

------- Comment #3 From Chris Gianelloni (RETIRED) 2007-08-29 17:31:32 0000 -------
So just remove the one line or... ?

------- Comment #4 From Andrew Gaffney 2007-08-29 18:05:58 0000 -------
Just change it to:

self.settings["iso_volume_id"] =
self.settings[self.settings["spec_prefix"]+"/volid"]

------- Comment #5 From Chris Gianelloni (RETIRED) 2007-08-29 18:13:08 0000 -------
OK.  I fixed this in SVN.

------- Comment #6 From Chris Gianelloni (RETIRED) 2007-08-29 18:23:01 0000 -------
This is now in catalyst 2.0.5_pre2 and ready for testing.

First Last Prev Next    No search results available      Search page      Enter new bug