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

2008-05-28 Thread David Huff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeremy Katz wrote: | Jeremy Katz wrote: | This I'm still not sure that I really want to be carrying in | imgcreate.There's already a lot of overlap functionality-wise with | anaconda and I know that as soon as we start down this path, we'll end |

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

2008-05-28 Thread Jeremy Katz
David Huff wrote: Jeremy Katz wrote: | Jeremy Katz wrote: | This I'm still not sure that I really want to be carrying in | imgcreate.There's already a lot of overlap functionality-wise with | anaconda and I know that as soon as we start down this path, we'll end | up having to add all the

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

2008-05-27 Thread Jeremy Katz
This I'm still not sure that I really want to be carrying in imgcreate. There's already a lot of overlap functionality-wise with anaconda and I know that as soon as we start down this path, we'll end up having to add all the other crud for various more advanced partitioning things

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

2008-05-27 Thread Jeremy Katz
Jeremy Katz wrote: This I'm still not sure that I really want to be carrying in imgcreate. There's already a lot of overlap functionality-wise with anaconda and I know that as soon as we start down this path, we'll end up having to add all the other crud for various more advanced

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

2008-05-21 Thread huff
--- imgcreate/fs.py| 223 +++- imgcreate/kickstart.py |4 + 2 files changed, 225 insertions(+), 2 deletions(-) diff --git a/imgcreate/fs.py b/imgcreate/fs.py index 314a776..aaff4c3 100644 --- a/imgcreate/fs.py +++ b/imgcreate/fs.py @@