[Fedora-livecd-list] [PATCH] Handle yum api change so that conditional dict has only package names, not objects.

2008-08-12 Thread Jesse Keating
This is to resolve RH bug #458803 --- imgcreate/yuminst.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imgcreate/yuminst.py b/imgcreate/yuminst.py index a7b04b6..628b0cd 100644 --- a/imgcreate/yuminst.py +++ b/imgcreate/yuminst.py @@ -103,8 +103,8 @@ class

Re: [Fedora-livecd-list] [PATCH] Handle yum api change so that conditional dict has only package names, not objects.

2008-08-12 Thread Jeremy Katz
On Tue, 2008-08-12 at 08:48 -0400, Jesse Keating wrote: This is to resolve RH bug #458803 This ends up breaking compatibility with older yum, which isn't really acceptable. Also, the right thing is to fix yum to *not* change its API/ABI -- not to adjust every caller to handle the fallout

Re: [Fedora-livecd-list] [PATCH] Handle yum api change so that conditional dict has only package names, not objects.

2008-08-12 Thread Jesse Keating
On Tue, 2008-08-12 at 09:42 -0400, Jeremy Katz wrote: This ends up breaking compatibility with older yum, which isn't really acceptable. Also, the right thing is to fix yum to *not* change its API/ABI -- not to adjust every caller to handle the fallout I don't disagree, was just working with

Re: [Fedora-livecd-list] [PATCH] Handle yum api change so that conditional dict has only package names, not objects.

2008-08-12 Thread Jeremy Katz
On Tue, 2008-08-12 at 10:28 -0400, Jesse Keating wrote: On Tue, 2008-08-12 at 09:42 -0400, Jeremy Katz wrote: This ends up breaking compatibility with older yum, which isn't really acceptable. Also, the right thing is to fix yum to *not* change its API/ABI -- not to adjust every caller to

[Fedora-livecd-list] Encrypting LiveCD

2008-08-12 Thread ggarland
Greetings Everyone, I would like to say Thanks to all who have contributed to this project and any open source project. Is it possible to encrypted the Live CD like you would a hard drive? If yes, could you point me to some documentation on it or give me an idea on how to go about doing it.

Re: [Fedora-livecd-list] Kickstart Script Location

2008-08-12 Thread asmith11
There isn't a kickstart used by the live installer. It's instead interactive and just dd's over the filesystem image of the livecd rather than installing packages. Thanks, LOL... that explains why I was having such a hard time finding the kickstart script within the LiveCD image! Bonus