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

2008-05-29 Thread Mark McLoughlin
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 visualization. Going through a actual install

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

2008-05-29 Thread Jeremy Katz
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 visualization. Going through

Re: [Fedora-livecd-list] livecd-iso-to-disk broken in F9?

2008-05-29 Thread Jeremy Katz
Todd N wrote: We are trying to use the livecd-iso-to-disk script in Fedora 9 to create a bootable USB drive. When running this script from a command prompt: # ./livecd-iso-to-disk all we get back is a line showing the command usage. However, the same command entered in Fedora 8, or even

[Fedora-livecd-list] Re: [RFC] Livecd-creator and selinux, we can play nice

2008-05-29 Thread Jeremy Katz
seth vidal wrote: On Wed, 2008-05-28 at 16:11 -0400, Eric Paris wrote: My concern is this is a normal occurence (needing a chroot) Yes and no sure looks like we'd need to make sure: yum, mock and rpm all know how to set this up given how it would impact chroot creation. If we do so,

[Fedora-livecd-list] Re: [RFC] Livecd-creator and selinux, we can play nice

2008-05-29 Thread Jeremy Katz
Eric Paris wrote: So I've spent a fair bit of time the last 2 weeks trying to get livecd-creator and an selinux enforcing machine to play nicely together. It doesn't look like much, but from the point of view of the livecd creator I think the following patch is all we need. Working with rawhide

[Fedora-livecd-list] Re: [RFC] Livecd-creator and selinux, we can play nice

2008-05-29 Thread Bill Nottingham
Daniel J Walsh ([EMAIL PROTECTED]) said: Well I think we need to do a couple of these to figure out the common requirements. I envision mock to be quite different then livecd. I think we need to full the mock chroot to think SELinux is disabled and to do no labeling in the chroot. This

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] [PATCH] -fs.py-kickstart.py-chages-for-mulit-partitions

2008-05-29 Thread Tim Wood
I've been flat on my back for a while, so if I repeat anything previously sad, apologies. I've got a kickstart that is used to create a two partition solution on a 1G flash device. On the code side, I use a number of shell scripts. But, the main thing that makes is work is that I use a

Re: [Fedora-livecd-list] livecd-iso-to-disk broken in F9?

2008-05-29 Thread Todd N
Correction: we also tried /dev/live as the input parameter (not /mnt/live). Also, this method worked in Fedora 9 Preview as well. Todd Todd N [EMAIL PROTECTED] wrote: Yes, we use the noverify and reset-mbr options along with /dev/sr0 as the input (and have also tried /mnt/live?) and

Re: [Fedora-livecd-list] livecd-iso-to-disk broken in F9?

2008-05-29 Thread Todd N
These are our results. [/dev/sr0 on /mnt/live type iso9660 (ro)] [EMAIL PROTECTED] LiveOS]# sh -x ./livecd-iso-to-disk --reset-mbr --noverify /dev/sr0 /dev/sda1 + export

Re: [Fedora-livecd-list] livecd-iso-to-disk broken in F9?

2008-05-29 Thread Jeremy Katz
Todd N wrote: These are our results. [/dev/sr0 on /mnt/live type iso9660 (ro)] [snip] + '[' -z /dev/sr0 -o '!' -f /dev/sr0 ']' Hmmm... I see what it is. We changed so that we ensure that you're not using like a directory, but that then doesn't work with using the mounted block device.

[Fedora-livecd-list] 2 commits - imgcreate/creator.py tools/livecd-iso-to-disk.sh

2008-05-29 Thread Jeremy Katz
imgcreate/creator.py| 37 - tools/livecd-iso-to-disk.sh |6 +- 2 files changed, 25 insertions(+), 18 deletions(-) New commits: commit fd5652933c0a49f8961d17bee5f0526bf1676a14 Author: Jeremy Katz [EMAIL PROTECTED] Date: Thu May 29 17:04:41