Re: [Fedora-livecd-list] F9-x86_64: setarch i686 not working anymore?

2008-09-05 Thread Jerry Vonau
Sebastian Vahl wrote: Hi. Is a "setarch i686 livecd-creator ..." to create a i686 based live image on a x86_64 host not working anymore? # setarch i686 livecd-creator -c /usr/share/livecd-tools/livecd-fedora-base-desktop.ks Using label 'fedora-base-desktop-200809060049' and name 'livecd-fedo

Re: [Fedora-livecd-list] F9-x86_64: setarch i686 not working anymore?

2008-09-05 Thread Jeremy Katz
On Sat, 2008-09-06 at 00:54 +0200, Sebastian Vahl wrote: > Is a "setarch i686 livecd-creator ..." to create a i686 based live image on a > x86_64 host not working anymore? It should be fine -- are you sure your config hasn't been changed to have the arch explicitly listed? Also, 'setarch i686 un

[Fedora-livecd-list] F9-x86_64: setarch i686 not working anymore?

2008-09-05 Thread Sebastian Vahl
Hi. Is a "setarch i686 livecd-creator ..." to create a i686 based live image on a x86_64 host not working anymore? > # setarch i686 livecd-creator -c > /usr/share/livecd-tools/livecd-fedora-base-desktop.ks Using label > 'fedora-base-desktop-200809060049' and name > 'livecd-fedora-base-desktop-20

Re: [Fedora-livecd-list] 2 commits - imgcreate/creator.py imgcreate/kickstart.py

2008-09-05 Thread Jeremy Katz
On Fri, 2008-09-05 at 11:11 -0400, Jim Gettys wrote: > I updated from git; running with the PYTHONPATH set, I get: Hmmm, looks like clumens had fixed up the typo. Pushed a commit that should make it work properly Jeremy -- Fedora-livecd-list mailing list Fedora-livecd-list@redhat.com https://ww

[Fedora-livecd-list] imgcreate/kickstart.py

2008-09-05 Thread Jeremy Katz
imgcreate/kickstart.py |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 3b638f774797d476793f692371492818b6f9bff7 Author: Jeremy Katz <[EMAIL PROTECTED]> Date: Fri Sep 5 12:04:50 2008 -0400 The typo has been fixed; make it so that we handle things nicely diff

Re: [Fedora-livecd-list] 2 commits - imgcreate/creator.py imgcreate/kickstart.py

2008-09-05 Thread Jim Gettys
I updated from git; running with the PYTHONPATH set, I get: - Jim tune2fs 1.40.8 (13-Mar-2008) Setting maximal mount count to -1 Setting interval between checks to 0 seconds filespec_eval: hash table stats: 12 elements, 11/65536 buckets used, longest chain length 2 Trace

[Fedora-livecd-list] 2 commits - imgcreate/creator.py imgcreate/kickstart.py

2008-09-05 Thread Jeremy Katz
imgcreate/creator.py |3 +++ imgcreate/kickstart.py | 19 +++ 2 files changed, 22 insertions(+) New commits: commit 9d05379c53f718699080bdce60a4457b13dd5870 Author: Bryan Kearney <[EMAIL PROTECTED]> Date: Thu Sep 4 16:47:07 2008 -0400 Record rpm macro information

Re: [Fedora-livecd-list] support for instLangs

2008-09-05 Thread Jeremy Katz
On Thu, 2008-09-04 at 15:08 -0400, Bryan Kearney wrote: > This patch adds support for the --instaLangs option to be passed in on the > header line. There are 2 issues with it: > > 1) Currently, pykickstart sets the option to be instLange not instLangs. This > patch uses the bad option name. If