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 q

[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 Jeremy Katz
On Tue, 2008-08-12 at 15:35 -0400, [EMAIL PROTECTED] wrote: > I'm using a LiveCD generated by the livecd-tools. Sometimes during our > testing it would > be handy to view/modify the kickstart script that will be used by the live-cd > installer > (Anaconda) at local-disk-install-time. There

[Fedora-livecd-list] Kickstart Script Location

2008-08-12 Thread asmith11
Hi, I'm using a LiveCD generated by the livecd-tools. Sometimes during our testing it would be handy to view/modify the kickstart script that will be used by the live-cd installer (Anaconda) at local-disk-install-time. In other words, we would like to be able to do the following: 1) generat

[Fedora-livecd-list] imgcreate/kickstart.py imgcreate/live.py tools/livecd-iso-to-pxeboot.sh

2008-08-12 Thread Jeremy Katz
imgcreate/kickstart.py |7 +++ imgcreate/live.py |4 tools/livecd-iso-to-pxeboot.sh |7 ++- 3 files changed, 17 insertions(+), 1 deletion(-) New commits: commit 7ffdfbc3ca2523f44e0c30a8a9938635d6ba0281 Author: Ian Main <[EMAIL PROTECTED]> Date: Mon

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 call

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 wit

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 Jerem

Re: [Fedora-livecd-list] [PATCH] Honour --append configuration option from the kickstart file.

2008-08-12 Thread Jeremy Katz
On Mon, 2008-08-11 at 18:42 -0700, Ian Main wrote: > This patch adds support for the --append line to the bootloader config option Applied, thanks Jeremy -- Fedora-livecd-list mailing list Fedora-livecd-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-livecd-list

[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 LiveCDYum