[Fedora-livecd-list] Does live-cd creator use the repo lines in the kickstart file?

2007-12-10 Thread Bryan Kearney
I am invoking (on an updated fc8) the following: livecd-creator -c foo.cfg foo.cfg contains server repos, and the tool does not seem to run them. Even using the provided fc7 kickstarts (livecd-creator -c ./livecd-fedora-7-desktop.ks) seems to result in the same error: Error creating Live CD

Re: [Fedora-livecd-list] Does live-cd creator use the repo lines in the kickstart file?

2007-12-10 Thread Bryan Kearney
ok.. lemme grab the latest and try again. Where should I have seen this error (teach a man to fish question)? -- bk Jeremy Katz wrote: On Mon, 2007-12-10 at 15:02 -0500, Bryan Kearney wrote: I am invoking (on an updated fc8) the following: livecd-creator -c foo.cfg foo.cfg contains server

Re: [Fedora-livecd-list] Does live-cd creator use the repo lines in the kickstart file?

2007-12-12 Thread Bryan Kearney
I would like to figure out how to cache to speed up re-generations. Have you figured out how to do this? -- bk mdda wrote: I was stung by this too. Downgrading to yum-3.2.7-1 enables two things : 1) yum actually finds the packages you ask for 2) for some reason, yum obeys the repo

[Fedora-livecd-list] Why would a live dvd boot in kvm, but no in xen or VMWare

2007-12-13 Thread Bryan Kearney
We have a liveDVD which is booting fine using qemu-vm, but hangs in xen and attempts to do a network boot in VMWare. Any idea what could be causing this? -- bk -- Fedora-livecd-list mailing list Fedora-livecd-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-livecd-list

Re: [Fedora-livecd-list] Why does my LiveCD look ugly?

2007-12-13 Thread Bryan Kearney
OK.. it looks like the method configureBootLoader() is called before runPost(). So... moving the file in the post is not an option. I will change my rpm to drop a file into usr/lib/anaconda-runtime/syslinux-vesa-splash.jpg -- bk Bryan Kearney wrote: I am building a RHEL5 live DVD on an F8

Re: [Fedora-livecd-list] Why does my LiveCD look ugly?

2007-12-14 Thread Bryan Kearney
? -- bk Bryan Kearney wrote: OK.. it looks like the method configureBootLoader() is called before runPost(). So... moving the file in the post is not an option. I will change my rpm to drop a file into usr/lib/anaconda-runtime/syslinux-vesa-splash.jpg -- bk Bryan Kearney wrote: I am building

Re: [Fedora-livecd-list] RFC- multiple configs support

2008-01-26 Thread Bryan Kearney
I would love to be able to have one kickstart file work in cobbler/koan for machine and bare metal configuration as well as livecd-creator to create cds. So... if the syntax could be comparable that would be great. I would understand I would have to have different stores of replacements, but

Re: [Fedora-livecd-list] add costomize packages to a live cd

2008-05-14 Thread Bryan Kearney
Add them to the kickstart file which you used to generate the livecd. With eclipse, it is likely that the size will be above CD level and you will need to burn it to a DVD. -- bk shollyshos seun wrote: Hi, My name is sola i work for Center Of Open Source Technology. I am working on a

Re: [Fedora-livecd-list] [PATCH] -fs.py-kickstart.py-chages-for-mulit-partitions

2008-05-29 Thread Bryan Kearney
Jeremy Katz wrote: Mark McLoughlin wrote: On Wed, 2008-05-28 at 14:36 -0400, Jeremy Katz wrote: The ability for a tool to create these partitioned disk images via the command like, livecd-creator, is very helpful in reproducing known state appliances, epically with the rising use of

Re: [Fedora-livecd-list] Networking during install

2008-06-12 Thread Bryan Kearney
Jeremy Katz wrote: On Thu, 2008-06-12 at 13:08 -0400, Bryan Kearney wrote: I have an odd question. I am trying to build a livecd for a partner, and hte rpm will not install via the livecd (net net is that the pre-scripts which they use dont play well in a chrooted env. I'm afraid to ask

Re: [Fedora-livecd-list] Bootloader --append option support?

2008-08-08 Thread Bryan Kearney
Ian Main wrote: Howdy list! So I've been working on adding serial console support to ovirt (http://ovirt.org). We use livecd-tools to create our images. I wanted to add the serial console to the kernel command line but found there was no real easy way to do this (I'm using

Re: [Fedora-livecd-list] Bootloader --append option support?

2008-08-08 Thread Bryan Kearney
Alan Pevec wrote: Bryan Kearney wrote: I am seeing the append flag being used by the appliance creator. Any reason to (1) not use appliance creator or (2) ignore this in livecd tools? ad (1) oVirt Node image is normal livecd image, while appliance-creator produces disk image ad (2

[Fedora-livecd-list] Use of lokkit in livecd-builder

2008-08-28 Thread Bryan Kearney
The F9 version of livecd-tools usese /usr/sbin/lokkit to enable and disable the firewall. There is a FIXME near it to suport the rest of the options which lokkit takes. The current implementation executes this in the chroot environment, so forces several packages to be deployed into the image

Re: [Fedora-livecd-list] Use of lokkit in livecd-builder

2008-08-28 Thread Bryan Kearney
Jeremy Katz wrote: On Thu, 2008-08-28 at 09:25 -0400, Bryan Kearney wrote: Jeremy Katz wrote: On Thu, 2008-08-28 at 08:44 -0400, Bryan Kearney wrote: The F9 version of livecd-tools usese /usr/sbin/lokkit to enable and disable the firewall. There is a FIXME near it to suport the rest

[Fedora-livecd-list] [PATCH] Added logic for the --instLangs ppackage option to be controlled

2008-09-04 Thread Bryan Kearney
--- imgcreate/creator.py |2 ++ imgcreate/kickstart.py |3 +++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/imgcreate/creator.py b/imgcreate/creator.py index d9fa711..b32a657 100644 --- a/imgcreate/creator.py +++ b/imgcreate/creator.py @@ -641,6 +641,8 @@ class

Re: [Fedora-livecd-list] livecd-creator problem

2008-09-18 Thread Bryan Kearney
kala wrote: hi friends I had created a custom live cd using livecd tools, i have used fedora 8 and livecd-tools package of fedora 9(to implement persistent image function) with fedora 9 packages and it worked like a charm, now i wanted to repeat the process but surprisingly it gives me a

Re: [Fedora-livecd-list] Livecd-creator and source rpms

2008-10-03 Thread Bryan Kearney
Rahul Sundaram wrote: Jesse Keating wrote: On Sat, 2008-10-04 at 02:38 +0530, Rahul Sundaram wrote: If I am building and distributing a ISO containing Fedora packages, I would also want to distribute the equivalent source ISO. Unlike Pungi which does this by default, livecd-creator doesn't

[Fedora-livecd-list] [PATCH] Allow for http:// or ftp:// urls to be passed in to the image creators

2008-10-16 Thread Bryan Kearney
From: root [EMAIL PROTECTED] --- imgcreate/__init__.py |2 ++ imgcreate/kickstart.py | 20 +++- tools/livecd-creator |4 ++-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/imgcreate/__init__.py b/imgcreate/__init__.py index bcfb40e..7cf30b8 100644

[Fedora-livecd-list] [PATCH] Allow for http://, ftp://, or file:// urls to be passed in to the image creators using urlgrabber.

2008-10-17 Thread Bryan Kearney
From: root [EMAIL PROTECTED] --- imgcreate/__init__.py |2 ++ imgcreate/kickstart.py | 22 +- livecd-tools.spec |1 + tools/livecd-creator |4 ++-- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/imgcreate/__init__.py

Re: [Fedora-livecd-list] Copy files to livecd

2008-10-28 Thread Bryan Kearney
Is $LIVE_ROOT set outside of the chrooted environment? I am using a post section in some appliances that looks like this: %post --nochroot cp tcsplash.xpm.gz $INSTALL_ROOT/boot/grub/splash.xpm.gz %end Copying into $INSTALL_ROOT -- bk Junior Tomazelli wrote: People, that directories

Re: [Fedora-livecd-list] Re: Proposed patches for livecd/EL-5 branch

2008-11-03 Thread Bryan Kearney
Rahul Sundaram wrote: Alan Pevec wrote: yes, sorry if I wasn't clear, only backports go to EPEL CVS OK. Great. I am working remotely for a while without access to a EL system and I am running rawhide on my laptop for quite sometime. The connection is decent but not enough to start

Re: [Fedora-livecd-list] liveusb-creator-gtk to be included on livecds

2008-11-12 Thread Bryan Kearney
مؤيد السعدي wrote: hi, as I said on the IRC, I'm going to make a pyGTK tool to install the livecd into a usb pendrive How is this different from https://fedorahosted.org/liveusb-creator/ -- bk -- Fedora-livecd-list mailing list Fedora-livecd-list@redhat.com

[Fedora-livecd-list] Resending remote url patch

2008-11-19 Thread Bryan Kearney
Resending this patch which has been rebased and white space issues removed. -- Fedora-livecd-list mailing list Fedora-livecd-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-livecd-list

[Fedora-livecd-list] [PATCH] Allow for http://, ftp://, or file:// urls to be passed in to the image creators using urlgrabber.

2008-11-19 Thread Bryan Kearney
From: bkearney [EMAIL PROTECTED] --- imgcreate/__init__.py |2 ++ imgcreate/kickstart.py | 22 +- livecd-tools.spec |1 + tools/livecd-creator |4 ++-- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/imgcreate/__init__.py

Re: [Fedora-livecd-list] Resending remote url patch

2008-11-19 Thread Bryan Kearney
Jeremy Katz wrote: On Wed, 2008-11-19 at 09:32 -0500, Bryan Kearney wrote: Resending this patch which has been rebased and white space issues removed. You never replied or followed up to my previous concerns about this (https://www.redhat.com/archives/fedora-livecd-list/2008-October/msg00088

[Fedora-livecd-list] [PATCH] Allow for http://, ftp://, or file:// urls to be passed in to the image creators using urlgrabber. This verison delagets all work to urlgrabber and all error checking to t

2008-11-25 Thread Bryan Kearney
--- imgcreate/kickstart.py |4 +++- livecd-tools.spec |1 + tools/livecd-creator |6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/imgcreate/kickstart.py b/imgcreate/kickstart.py index c97eb08..d3ef9c9 100644 --- a/imgcreate/kickstart.py +++

Re: [Fedora-livecd-list] Kickstarts

2008-12-16 Thread Bryan Kearney
le...@codesign2.com wrote: How can I get the kickstart to configure the desktop im trying to make something for my neice with autism but i need to disable all gnome menu's and kickstart is gonna configure anything is it best to use the %post in the kickstart to do this in -- Fedora-livecd-list

[Fedora-livecd-list] Reconstructor

2009-05-19 Thread Bryan Kearney
I am sure folks have seen this: http://reconstructor.aperantis.com What I thouhgt was interesting (besides making a pretty ui) was starting with an existing livecd iso. May speed up the process a bit in some places... dont know. -- bk -- Fedora-livecd-list mailing list

[Fedora-livecd-list] livecd on F11

2009-08-27 Thread Bryan Kearney
I am trying to run livecd-creator on F11. I have tried both the released package and the tips. Both are showing errors. Is the plan to release version 25 (roughly the tip) on F11? I want to understand which bug to go after. Bug in Head File