Re: [Fedora-livecd-list] [PATCH] Implement %post --erroronfail

2009-12-21 Thread Jeremy Katz
On Sat, Dec 19, 2009 at 3:27 PM, Daniel Drake d...@laptop.org wrote: I was a bit surprised to find that this flag is documented and parsed, but not acted upon. Am I missing anything? No one ever asked for it :-) Patch looks correct enough, although if we're going to check, it's probably worth

Re: [Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-12-16 Thread Jeremy Katz
On Wed, Dec 16, 2009 at 12:03 AM, Alan Pevec ape...@gmail.com wrote: I've just found one issue with the patch: @@ -734,6 +725,9 @@ class ImageCreator(object): self.__run_post_scripts() +    # selinux should always come last +   

Re: [Fedora-livecd-list] lzma + squashfs should be easy to use in livecd-tools

2009-12-08 Thread Jeremy Katz
On Tue, Dec 8, 2009 at 8:11 PM, Bruno Wolff III br...@wolff.to wrote: Phillip Lougher posted lmza+squashfs patches to lkml yesterday and today as a followup he posted a message indicating how to build / use the new sqaushfs-tools to build or read squashfs file systems.

Re: [Fedora-livecd-list] launch anaconda kickstart from running livecd

2009-10-18 Thread Jeremy Katz
On Fri, Oct 16, 2009 at 10:49 AM, Patrice Guay patrice.g...@nanotechnologies.qc.ca wrote: Peter Scheie wrote: Thanks for the clarification.  Is the 'liveinst' utility needed in order to install the image from the livecd to the hard drive?  Or is it needed because anaconda isn't built to start

Re: [Fedora-livecd-list] How to Pass Parameters to isolinux.cfg for console redirect

2009-10-10 Thread Jeremy Katz
On Sat, Oct 10, 2009 at 12:03 AM, Jon Jaroker fedoraliv...@jaroker.com wrote: I would like to add “console=ttyS0” to the append line in the isolinux.cfg file in order to capture boot messages when testing liveCDs. I notice that the live.py script includes an $(extra) parameter.  Is it

Re: [Fedora-livecd-list] RFC: Stop creating /etc/modprobe.conf

2009-10-01 Thread Jeremy Katz
On Thu, Oct 1, 2009 at 2:12 PM, Warren Togami wtog...@redhat.com wrote: mclasen noticed this is one of the last things creating modprobe.conf, which in turn causes many annoying deprecation warnings.  I'm committing this to livecd git and tagging a new build for F-12 later today unless there

Re: Buyer Beware: A Major Change in NFS is about to happen

2009-09-29 Thread Jeremy Katz
On Tue, Sep 29, 2009 at 8:15 PM, Steve Dickson ste...@redhat.com wrote: My main concern is with installer, installing from NFS shares from older servers, say RHEL5.  How will anaconda handle mounting?  Will there be odd errors that are difficult to figure out?  Has this been tested in the

Re: [Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-09-24 Thread Jeremy Katz
On Fri, Sep 18, 2009 at 10:26 AM, Jay Greguske jgreg...@redhat.com wrote: Daniel J Walsh wrote: On 09/11/2009 04:47 PM, Jay Greguske wrote: While using livecd-creator and poking around the code, I found a check that I don't understand the reason for. livecd-creator will bail out if the host

Re: issues with livecd-creator on F-11?

2009-08-25 Thread Jeremy Katz
On Tue, Aug 25, 2009 at 2:49 AM, Peter Robinson pbrobin...@gmail.com wrote: Is anyone else having issues with livecd-creator? I'm seeing the issue below on a 2 F-11 boxes, and possible a rawhide one as well. [snip] IOError: [Errno 2] No such file or directory:

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

2009-08-25 Thread Jeremy Katz
imgcreate/live.py |1 + tools/livecd-iso-to-disk.sh |2 ++ 2 files changed, 3 insertions(+) New commits: commit 59aa5640bf2216d1823ce7d552ae8530d44bdabb Author: Jeremy Katz ka...@redhat.com Date: Tue Aug 25 10:59:42 2009 -0400 Fix traceback when implantisomd5 isn't

[Fedora-livecd-list] Makefile

2009-08-24 Thread Jeremy Katz
Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3553dafeccf8461b966ab7d5c327d9e22e9955ad Author: Jeremy Katz ka...@redhat.com Date: Mon Aug 24 16:41:52 2009 -0400 Bump version diff --git a/Makefile b/Makefile index 68cb635..f208c41 100644

Re: [Fedora-livecd-list] resize2fs: No space left while trying to resize ... ext3fs.img

2009-08-21 Thread Jeremy Katz
On Thursday, August 20 2009, Warren Togami said: Trying livecd-creator as of git 1d215ebcf584b2bc19dece88b7f75944de2ad3f0 with August 20th rawhide + ntfsprogs to fix the broken dep. [snip] Resizing the filesystem on /opt/tmp/imgcreate-3h7N84/tmp-1Tw3yD/ext3fs.img to 534815 (4k) blocks.

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

2009-08-18 Thread Jeremy Katz
imgcreate/live.py | 67 +++--- 1 file changed, 49 insertions(+), 18 deletions(-) New commits: commit c6b31fa922b322fc5b0b9f48bca3a9ff812f8bdb Author: Jeremy Katz ka...@redhat.com Date: Tue Aug 18 14:07:58 2009 -0400 Support dracut based

Re: Thoughts on NOPASSWD and disabling agent forwarding on publictest machines?

2009-08-17 Thread Jeremy Katz
On Sunday, August 16 2009, Mike McGrath said: I'm conflicted on this, there's valid points here but also the risks are fairly low. As far as disabling agent forwarding, that's trivial to re-enable if the box gets rooted. We could add something to the security doc suggesting something like the

[Fedora-livecd-list] 2 commits - imgcreate/fs.py imgcreate/live.py

2009-08-17 Thread Jeremy Katz
imgcreate/fs.py |3 +++ imgcreate/live.py |5 - 2 files changed, 7 insertions(+), 1 deletion(-) New commits: commit 2315f1a3cfbd38257e86b9f785f11e9a99784d67 Author: Jeremy Katz ka...@redhat.com Date: Mon Aug 17 09:50:08 2009 -0400 Apparently the python traceback isn't clear

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

2009-08-17 Thread Jeremy Katz
imgcreate/live.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 832c78e2d6f54e130b845dd7d63fa457b0f513ea Author: Jeremy Katz ka...@redhat.com Date: Mon Aug 17 10:50:01 2009 -0400 Fix my stupid typo. *sigh* diff --git a/imgcreate/live.py b/imgcreate/live.py

Re: [Fedora-livecd-list] xen livecd creation

2009-08-16 Thread Jeremy Katz
On Sunday, August 16 2009, Patrice Guay said: I'm trying to create a LiveCD with a xen enabled kernel (kernel-xen). I'm using livecd-tools 013 (the last compatible version with CentOS5). Creating a regular LiveCD works fine but I'm having trouble with the Xen LiveCD. [snip] Anyone has a clue

Re: [Fedora-livecd-list] Why resize back ext3fs.img to bigger size.

2009-08-15 Thread Jeremy Katz
On Sunday, August 16 2009, Mads Kiilerich said: Alexander Todorov wrote, On 08/15/2009 10:39 PM: Hi, in fs.py in ExtDiskMount.resparse() function we resize and truncate the image to minimum possible size (i.e. ext3 becomes 100% full) and then resize it back to the size specified in

Re: An error while using livecd-creator

2009-08-14 Thread Jeremy Katz
On Tuesday, August 11 2009, Kushal Das said: I am using livecd-creator on a F-11 box. I have 27GB free on my / partition. The error I am getting is given below: [snip] Error creating Live CD : Unable to install: [('installing package bug-buddy-1:2.26.0-2.fc11.i586 needs 684KB on the

[Fedora-livecd-list] 3 commits - imgcreate/fs.py imgcreate/kickstart.py Makefile

2009-08-14 Thread Jeremy Katz
Makefile |2 +- imgcreate/fs.py|2 +- imgcreate/kickstart.py | 12 +--- 3 files changed, 7 insertions(+), 9 deletions(-) New commits: commit ff31b963edb642ae210455cf38a88392feb84a9f Author: Jeremy Katz ka...@redhat.com Date: Fri Aug 14 10:50:59 2009

The death of rhpl

2009-07-29 Thread Jeremy Katz
We're hoping to be able to not ship rhpl for Fedora 12 -- this isn't something which is really a feature, but it might be something that a heads up is useful for. Anyone who has a package with a dependency on rhpl should have a bug filed, 98% of them with patches, to switch to using something

Re: [Fedora-livecd-list] unbootable rawhide images

2009-07-28 Thread Jeremy Katz
On Tuesday, July 28 2009, Sebastian Vahl said: Are there some issues known that current live images with livecd-creator from git are unbootable atm? With my images I have the problem that the booting stops after the squashfs message of the kernel (eg. here from VirtualBox:

Re: [Fedora-livecd-list] Rawhide error

2009-07-28 Thread Jeremy Katz
On Tuesday, July 28 2009, David Huff said: Retrieving http://download.fedora.devel.redhat.com/pub/fedora/linux/development/x86_64/os/repodata/repomd.xml ...OK /usr/lib/python2.6/site-packages/imgcreate/errors.py:45: DeprecationWarning: BaseException.message has been deprecated as of Python

Re: [Fedora-livecd-list] Rawhide error

2009-07-28 Thread Jeremy Katz
On Tuesday, July 28 2009, Adam Miller said: On Tue, Jul 28, 2009 at 10:07 AM, Jeremy Katzka...@redhat.com wrote: Make sure you have a rawhide rpm (rpm 4.7.1) -- otherwise, you're probably hitting that the version of rpm that you have installed can't install packages with the new payload

Re: Updated Anaconda packages

2009-07-27 Thread Jeremy Katz
On Monday, July 27 2009, Jeff Garzik said: Honestly, I always thought Fedora install images should be regenerated far more frequently. I think back to my days as a Solaris sysadmin in the late 90's, where ordering the latest media kit (CD-ROM) from Sun meant I got a fresh installer,

Re: Updated Anaconda packages

2009-07-27 Thread Jeremy Katz
On Tuesday, July 28 2009, Ralf Corsepius said: On 07/27/2009 10:21 PM, Jeremy Katz wrote: Regenerating the images is expensive -- it requires effort on the part of the developers doing fixes, release engineering doing builds with the fixes, QA testing the fixes, infrastructure (mirrors

[Fedora-livecd-list] 2 commits - imgcreate/errors.py imgcreate/live.py

2009-07-23 Thread Jeremy Katz
imgcreate/errors.py |2 ++ imgcreate/live.py |3 +++ 2 files changed, 5 insertions(+) New commits: commit 2ef4083a8c1adea520dc22bc43ae4ceb65dc85de Author: Jeremy Katz ka...@redhat.com Date: Mon Jul 20 21:26:23 2009 -0400 Make live image a hybrid Use isohybrid

Re: Fit and Finish test day: batteries and suspend

2009-07-21 Thread Jeremy Katz
On Tuesday, July 21 2009, Matthias Clasen said: On Tue, 2009-07-21 at 13:10 +1000, Rodd Clarkson wrote: It would be great if the test day (and others) could link to a iso for rawhide that fits on a CD to make this part of the process simple. hint, hint ;-] Yeah, I'm working on it.

Re: creating minimal boot image for network installations

2009-07-16 Thread Jeremy Katz
On Thursday, July 16 2009, Dan Hor?k said: I don't know about a simple way to start a network installation of Fedora from USB stick. Creating of boot.img, that server that purpose, was stopped by rel-engs some releases ago. I have found a blog post [1] that makes possible to transform a

Re: [Fedora-livecd-list] 3 more megs if we get rid of redundant copy of kernel?

2009-07-16 Thread Jeremy Katz
On Wednesday, July 15 2009, Douglas McClendon said: In my livecd generation tools I go to a bit of extra hassle to play symlink games with /boot/vmlinuz-$(uname -r), such that it doesn't get put into the squashfs, since a copy of it is in the container iso/usb filesystem. Maybe we want

Re: [Fedora-livecd-list] livecd-creator creates ISO without /home

2009-07-15 Thread Jeremy Katz
On Wednesday, July 15 2009, Martin Dengler said: On Tue, Jul 14, 2009 at 09:37:33PM -0400, Jeremy Katz wrote: On Tuesday, July 14 2009, Martin Dengler said: On Tue, Jul 14, 2009 at 11:02:25AM -0400, Jeremy Katz wrote: On Tuesday, July 14 2009, Martin Dengler said: I'm getting a .ISO

Orphaning garmin-sync and pyusb

2009-07-14 Thread Jeremy Katz
Since I upgraded from the Garmin Edge 305 to the 705, I'm no longer using either of garmin-sync or its dependency pyusb on any sort of regular basis. This is probably less than ideal for adequately maintaining them. If you *have* one of the older Garmin Edge or Forerunner devices, they're easy

Re: [Fedora-livecd-list] livecd-creator creates ISO without /home

2009-07-14 Thread Jeremy Katz
On Tuesday, July 14 2009, Martin Dengler said: I'm getting a .ISO without a /home despite the filesystem rpm being installed, and I'd really appreciate any tips on debugging this or hints as to how this might happen. Any SELinux errors? Jeremy -- Fedora-livecd-list mailing list

Re: [Fedora-livecd-list] livecd-creator creates ISO without /home

2009-07-14 Thread Jeremy Katz
On Tuesday, July 14 2009, Martin Dengler said: On Tue, Jul 14, 2009 at 11:02:25AM -0400, Jeremy Katz wrote: On Tuesday, July 14 2009, Martin Dengler said: I'm getting a .ISO without a /home despite the filesystem rpm being installed, and I'd really appreciate any tips on debugging

[Fedora-livecd-list] 4 commits - imgcreate/creator.py imgcreate/fs.py

2009-07-06 Thread Jeremy Katz
imgcreate/creator.py |2 - imgcreate/fs.py | 62 +++ 2 files changed, 35 insertions(+), 29 deletions(-) New commits: commit 6a3849d072b142f6c5c5bba07dd6521a1ef0c03a Author: Jeremy Katz ka...@redhat.com Date: Mon Jul 6 14:29:30 2009

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

2009-07-06 Thread Jeremy Katz
imgcreate/fs.py |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) New commits: commit 94d23f008f8f42e0cf93cd8b6cc0a4381d408dfb Author: Jeremy Katz ka...@redhat.com Date: Mon Jul 6 14:51:06 2009 -0400 Also, don't lose resize2fs output (per request of sandeen) diff --git

Re: FESCo meeting summary for 2009-06-26

2009-06-29 Thread Jeremy Katz
On Saturday, June 27 2009, Kevin Kofler said: * fixing comps so task-oriented groups like SoundVideo aren't biased towards GNOME apps (this most likely requires extending the comps format or having separate comps-kde and comps-gnome - I think extending the format to handle conditionals based

Re: fedora-git-commit-mail-hook: Fix command for finding previous tag

2009-06-23 Thread Jeremy Katz
On Tuesday, June 23 2009, Todd Zullinger said: Jeremy Katz wrote: That sounds sensible. I have no problem with us changing, although I won't have the time to sit down and make it happen any time in the next couple of weeks. If someone can get to it before, I'm more than happy to look

[Fedora-livecd-list] tools/livecd-iso-to-disk.sh

2009-06-23 Thread Jeremy Katz
tools/livecd-iso-to-disk.sh |3 +++ 1 file changed, 3 insertions(+) New commits: commit d2de65a9ee73af0d001660ee8b2939d88f4f83fe Author: Martin Dengler mar...@martindengler.com Date: Tue Jun 23 21:59:16 2009 +0100 don't need to checkMBR() for loop devices

Re: [Fedora-livecd-list] [PATCH] don't need to checkMBR() for loop devices

2009-06-23 Thread Jeremy Katz
On Tuesday, June 23 2009, Martin Dengler said: livecd-iso-to-disk.sh doesn't do the right thing w.r.t. loop devices and MBR detection. I don't think this is intentional, but it currently requires loop devices to start with an MBR, by virtue of getdisk() being a NOOP for loop devices and

Re: fedora-git-commit-mail-hook: Fix command for finding previous tag

2009-06-22 Thread Jeremy Katz
On Monday, June 22 2009, Todd Zullinger said: [snip] I think we may want to look at converting from our use of the update hook to the post-receive hook for sending commit notifications. Upstream moved the mail notification bits from the update hook to a new post-receive hook only a few weeks

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

2009-06-18 Thread Jeremy Katz
tools/livecd-iso-to-disk.sh | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) New commits: commit a3227625a1317026fbbd331fcbca560716b6cfa8 Author: Jason Farrell farre...@gmail.com Date: Wed Jun 17 19:53:15 2009 -0400 small fix for --multi mode One

Re: Do we need split media CDs for F12?

2009-06-15 Thread Jeremy Katz
On Sunday, June 14 2009, Chris Adams said: Once upon a time, Jeremy Katz ka...@redhat.com said: See the livecd-iso-to-pxeboot script, although it does place some (somewhat) different requirements on things. AFAIK livecd-iso-to-pxeboot is useless for 32 bit, at least for the standard

[Fedora-livecd-list] docs/livecd-iso-to-disk.pod

2009-06-15 Thread Jeremy Katz
docs/livecd-iso-to-disk.pod | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) New commits: commit d4c5e39d9898ced0ef8fd0ebe41938d1460a78cf Author: Jeremy Katz ka...@redhat.com Date: Mon Jun 15 15:38:50 2009 -0400 Update for current options (#505742

Re: Do we need split media CDs for F12?

2009-06-14 Thread Jeremy Katz
On Saturday, June 13 2009, Jussi Lehtola said: On Sat, 2009-06-13 at 11:12 -0500, Matt Domsch wrote: On Sat, Jun 13, 2009 at 07:04:12PM +0300, Jussi Lehtola wrote: Hmm, I'd want netboot.img back, since I normally use a USB stick to start the network install (OK, there is the possibility

Re: Do we need split media CDs for F12?

2009-06-14 Thread Jeremy Katz
On Sunday, June 14 2009, King InuYasha said: Also, maybe we should support PXE/network booting the Live version from mirrors or whatever with the advent of netbooks and other computers without an optical drive. While doing it via USB is preferable, it is not always possible. For example I have

Re: GDM Language list...

2009-06-14 Thread Jeremy Katz
On Sunday, June 14 2009, Jens Petersen said: - Bill Nottingham nott...@redhat.com wrote: https://fedoraproject.org/wiki/Features/YumLangpackPlugin My one concern with this is that the conditional stuff is also used on the compose side when making LiveCDs, etc. We need to make sure

Re: GRUB 2 in Ubuntu 9.10

2009-06-11 Thread Jeremy Katz
On Thursday, June 11 2009, Michael Schwendt said: On Wed, 10 Jun 2009 17:17:07 -0400, Jeremy wrote: [1] So, the gory history for those who might be interested. Eight years ago (!), we decided that the advantage of not having to rerun lilo after changing the config file as you can just read

Re: GRUB 2 in Ubuntu 9.10

2009-06-10 Thread Jeremy Katz
On Wednesday, June 10 2009, King InuYasha said: On Wed, Jun 10, 2009 at 11:36 AM, Adam Jackson a...@redhat.com wrote: On Wed, 2009-06-10 at 11:07 -0500, King InuYasha wrote: Well, the existing GRUB used in distros was declared Legacy a long time ago. GRUB 2 is a rewrite that is supposed

Re: anaconda loses six versions from fc11 to fc12 ?

2009-06-09 Thread Jeremy Katz
On Tuesday, June 09 2009, John Reiser said: It looks like the versions from .54 through .59 were dropped in the changeover from fc11 to fc12. Version .54 was in: [snip] so I hope that the work of two weeks can be recovered soon. (The changes were not in Monday's [20090608] rawhide report for

[Fedora-livecd-list] Changes to 'refs/tags/livecd-tools-0.17.3'

2009-05-27 Thread Jeremy Katz
Tag 'livecd-tools-0.17.3' created by Jeremy Katz ka...@redhat.com at 2009-05-27 14:11 + livecd-tools-0.17.3 Changes since livecd-tools-017.1-6: --- 0 files changed --- -- Fedora-livecd-list mailing list Fedora-livecd-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-livecd

Re: Change Request - email alias handling

2009-05-21 Thread Jeremy Katz
On Thursday, May 21 2009, Toshio Kuratomi said: Fixing these requires updating the fas server code. Attaching a patch to hotfix our servers with to do this. The patch has been tested on fas1.stg successfully. Looks good, +1 Jeremy ___

Re: [Fedora-livecd-list] should a livecd be ext3 or ext4

2009-05-20 Thread Jeremy Katz
On Wednesday, May 20 2009, Rahul Sundaram said: On 05/20/2009 12:43 PM, Williamson Grant wrote: Should a livecd be created ext3 or ext4. The reason I ask, is we tend offer the livecd's also as usb sticks, when I last tried the usb stick does not boot if the filesystem is ext4.

Re: [Fedora-livecd-list] livecd-tools 024-1

2009-05-11 Thread Jeremy Katz
On Monday, May 11 2009, Williamson Grant said: Anyone else having issues with the latest livecd-tools 024-1. Almost every custom livecd I create it fails on fsck. Update your e2fsprogs. If you have a perfect reproducer, esandeen would love to hear it in bug 499452 I worked around this,

[Fedora-livecd-list] Changes to 'refs/tags/livecd-tools-024'

2009-05-06 Thread Jeremy Katz
Changes since livecd-tools-023-10: --- 0 files changed --- -- Fedora-livecd-list mailing list Fedora-livecd-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-livecd-list

[Fedora-livecd-list] 2 commits - config/livecd-fedora-minimal.ks imgcreate/live.py Makefile

2009-05-06 Thread Jeremy Katz
Makefile|2 +- config/livecd-fedora-minimal.ks |1 + imgcreate/live.py |4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) New commits: commit 8ddeb5380c41e9a65218bbd4e92cec8210255acf Author: Jeremy Katz ka...@redhat.com Date: Wed May 6

Re: [Fedora-livecd-list] Live.py question

2009-04-29 Thread Jeremy Katz
On Wednesday, April 29 2009, David Huff said: What is the version parameter in __copy_kernel_and_initramfs used for??? The version is to handle multiple kernels, eg, PAE vs regular. I ask because livecd-to-pxeboot looks statically for version 0, if this ever changes it looks like it would

Re: [Fedora-livecd-list] [PATCH] Make USB disk into full DVD installer

2009-04-29 Thread Jeremy Katz
On Tuesday, April 28 2009, Warren Togami said: This patch allows livecd-iso-to-disk.sh to detect if the specified .iso image is an Anaconda DVD installer. If so, it copies it to the USB disk and configures syslinux to boot it. Anaconda will automatically find the DVD iso on the USB

Re: [Fedora-livecd-list] [PATCH] Make USB disk into full DVD installer

2009-04-29 Thread Jeremy Katz
On Wednesday, April 29 2009, Warren Togami said: On 04/29/2009 10:15 PM, Jeremy Katz wrote: On Tuesday, April 28 2009, Warren Togami said: This patch allows livecd-iso-to-disk.sh to detect if the specified .iso image is an Anaconda DVD installer. If so, it copies it to the USB disk

[Fedora-livecd-list] tools/livecd-iso-to-disk.sh

2009-04-28 Thread Jeremy Katz
tools/livecd-iso-to-disk.sh |1 + 1 file changed, 1 insertion(+) New commits: commit e94db68943a0ed78cbbd72b152a2aed0c16a5e03 Author: Warren Togami wtog...@redhat.com Date: Tue Apr 28 21:32:08 2009 -0400 chattr -i extlinux.sys chattr -i extlinux.sys after it is installed,

[Fedora-livecd-list] Branch 'f10-branch' - livecd-tools.spec Makefile

2009-04-27 Thread Jeremy Katz
Makefile |2 +- livecd-tools.spec | 10 +- 2 files changed, 10 insertions(+), 2 deletions(-) New commits: commit b9f5f1335a6605ef21e1be1c59cfdaeaea11575b Author: Jeremy Katz ka...@redhat.com Date: Tue Apr 21 14:09:10 2009 -0400 Bump version diff --git a/Makefile b

[Fedora-livecd-list] 5 commits - imgcreate/fs.py imgcreate/live.py

2009-04-27 Thread Jeremy Katz
imgcreate/fs.py |8 +++- imgcreate/live.py |8 2 files changed, 11 insertions(+), 5 deletions(-) New commits: commit 149e1d01eef4da1064038792e46c8765d8bb0080 Author: Jeremy Katz ka...@redhat.com Date: Mon Apr 27 15:31:15 2009 -0400 More ppc syntax fixing (#497193

Re: [Fedora-livecd-list] SELinux and livecd-creator

2009-04-24 Thread Jeremy Katz
On Friday, April 24 2009, Marc Herbert said: http://fedoraproject.org/wiki/How_to_create_and_use_a_Live_CD#Set_SELinux_to_permissive_mode SELinux should be in permissive mode for livecd-creator to work. Is this information obsolete? Or did all my past livecd-creator runs fail in a subtle

Re: [Fedora-livecd-list] liveinst, root and ext3

2009-04-24 Thread Jeremy Katz
On Friday, April 24 2009, Sebastian Vahl said: Isn't it possible to install the F11 live images to an ext3 root filesystem (and only one partition)? AFAIR ext2 worked with F9 and F10 images. Nope -- ext4 has more substantial changes to the on-disk format than the ext2-ext3 move did Jeremy --

Re: [Fedora-livecd-list] imgcreate/creator.py tools/image-creator tools/livecd-creator

2009-04-21 Thread Jeremy Katz
On Wednesday, April 22 2009, Sebastian Vahl said: After this patch livecd-creator is broken: [snip] optparse.OptionConflictError: option -d/--debug: conflicting option string(s): -d, --debug That'll teach me to apply obvious patches without trying them Martin -- can you please send an actual

[Fedora-livecd-list] tools/livecd-iso-to-pxeboot.sh

2009-04-20 Thread Jeremy Katz
tools/livecd-iso-to-pxeboot.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1acd7f772f1d6b4dfeb84e0aed5ee41bcd7fb908 Author: Marc Herbert marc.herb...@gmail.com Date: Mon Apr 20 12:56:41 2009 +0100 cpio -L to dereference any symbolic link to the actual ISO

[Fedora-livecd-list] imgcreate/creator.py tools/image-creator tools/livecd-creator

2009-04-20 Thread Jeremy Katz
imgcreate/creator.py |3 +++ tools/image-creator |5 + tools/livecd-creator |6 ++ 3 files changed, 14 insertions(+) New commits: commit 456c1682e5352a1b2277195d5c261d530a014d30 Author: Martin Langhoff mar...@laptop.org Date: Mon Apr 20 18:50:03 2009 +0200 creator: -d

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

2009-04-13 Thread Jeremy Katz
imgcreate/creator.py |2 ++ 1 file changed, 2 insertions(+) New commits: commit fd252dc757a086b104decb2c1bd88345450efcf5 Author: Jeremy Katz ka...@redhat.com Date: Mon Apr 13 15:44:56 2009 -0400 Fix traceback with selinux disabled (#495269) diff --git a/imgcreate/creator.py b

Re: [Fedora-livecd-list] className - PatitionTypeWindow

2009-04-09 Thread Jeremy Katz
On Thursday, April 09 2009, Williamson Grant said: Did a spin of the fedora live desktop en from rawhide. After iso is created, trying to install fails to hard drive with. className - PatitionTypeWindow No module named partedUtils Not a livecd issue but, thought I would mention it here

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

2009-04-09 Thread Jeremy Katz
imgcreate/kickstart.py |2 +- imgcreate/yuminst.py |2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) New commits: commit e08034c7738a22edaddbdddf3f8d63991cafb2b6 Author: Marc Herbert marc.herb...@gmail.com Date: Thu Apr 9 18:19:03 2009 +0100 quiet restorecon In my

Re: [Fedora-livecd-list] [PATCH] Add options to force fetching of repomd.xml every run.

2009-04-09 Thread Jeremy Katz
On Thursday, April 09 2009, Jesse Keating said: This will make repomd.xml timeout every run and force yum to fetch a new one. However if it matches the rest of the repodata no other files will be downloaded. This helps when using the same cachedir for 32bit and 64bit runs. Also expire the

Re: [Fedora-livecd-list] [PATCH] quiet restorecon

2009-04-09 Thread Jeremy Katz
On Thursday, April 09 2009, Marc Herbert said: In my configuration, the attached patch is reducing the output of livecd-creator from 2000 lines to 700 lines. I suspect that these 1300 lines of output from restorecon are not very useful to anyone, are they? Seems reasonable enough, applied

Re: [Fedora-livecd-list] Report On F-11 Beta With Orca

2009-04-08 Thread Jeremy Katz
On Tuesday, April 07 2009, Janina Sajka said: Jeremy Katz writes: On Monday, April 06 2009, Janina Sajka said: * My attempt to install F-11 from the Live desktop icon failed. * All I could glean is that Orca had the installation screen * listed as inaccessible. This is on an x86_64 box

Re: [Fedora-livecd-list] Report On F-11 Beta With Orca

2009-04-07 Thread Jeremy Katz
On Tuesday, April 07 2009, Janina Sajka said: Jeremy Katz writes: On Monday, April 06 2009, Janina Sajka said: Problem Areas * It would be preferable to use gnome-speech-espeak as the default * Orca driver for several reasons: -- Espeak is more responsive and that's a big deal

Re: [Fedora-livecd-list] Report On F-11 Beta With Orca

2009-04-06 Thread Jeremy Katz
On Monday, April 06 2009, Janina Sajka said: Problem Areas * It would be preferable to use gnome-speech-espeak as the default * Orca driver for several reasons: -- Espeak is more responsive and that's a big deal with a screen reader. Low latency, quick shutup, etc., are far

Re: [Fedora-livecd-list] Using fedora 10 to spin fedora 11 live

2009-04-03 Thread Jeremy Katz
On Friday, April 03 2009, Williamson Grant said: is possible to use a fedora 10 based machine to spin a fedora 11 beta livecd. I rebuilt the livecd tools from fedora 11 on fedora 10, so that /usr/ share/syslinux is handled, and it appears to generate an iso, however when booting, it

Re: [Fedora-livecd-list] vmware fusion and f11 live

2009-04-03 Thread Jeremy Katz
On Friday, April 03 2009, Williamson Grant said: Anyone have any ideas why livecds created in Fedora 11 beta just will not boot in vmware. The same iso boots in sun virtual box and on a real machine. This is as far as it gets during the boot process. I'm guessing kernel problem -- try

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

2009-03-31 Thread Jeremy Katz
imgcreate/kickstart.py | 18 +++--- tools/livecd-iso-to-disk.sh | 21 + 2 files changed, 28 insertions(+), 11 deletions(-) New commits: commit d9880bf3823b21421f4916d64648a990a7392ecb Author: Jeremy Katz ka...@redhat.com Date: Tue Mar 31 14:12:00 2009

[Fedora-livecd-list] tools/livecd-iso-to-disk.sh

2009-03-30 Thread Jeremy Katz
tools/livecd-iso-to-disk.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 80dddee3c642848e36a4ae19a27f0e1734e16489 Author: Jeremy Katz ka...@redhat.com Date: Mon Mar 30 11:44:12 2009 -0400 Fix unterminated sed command (#492376) diff --git a/tools/livecd-iso

Re: bind-mounting files in mock

2009-03-27 Thread Jeremy Katz
On Friday, March 27 2009, Jesse Keating said: On Fri, 2009-03-27 at 10:37 -0500, Clark Williams wrote: It's not described in the man page, so I'm a bit leery about depending on that behavior. That being said, it's not a normal use-case for mock builds, so it'll probably only bite the livecd

[Fedora-livecd-list] tools/livecd-iso-to-disk.sh

2009-03-26 Thread Jeremy Katz
tools/livecd-iso-to-disk.sh |5 - 1 file changed, 5 deletions(-) New commits: commit 3c14c6c41b8f541bbfa3095d6b23e39ed7f91a4f Author: Jim Radford radf...@blackbean.org Date: Thu Mar 26 09:51:00 2009 -0700 Only the UUID of the EFI System Partition is important, not its name

[Fedora-livecd-list] Re: [PATCH] Only the UUID of the EFI System Partition is important, not its name

2009-03-26 Thread Jeremy Katz
On Thursday, March 26 2009, Jim Radford said: EFI systems should boot fine regardless of the name of the EFI System Partition as it's defined by its UUID, not its label, which the boot flag check already takes care of. I verfied this on a MacBook. Thanks, applied Jeremy --

Re: [Fedora-livecd-list] [PATCH] The variable xosyspath escaped into olpc.fth. Expand it to the proper path instead.

2009-03-25 Thread Jeremy Katz
Thanks for the patch; applied Jeremy -- Fedora-livecd-list mailing list Fedora-livecd-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-livecd-list

[Fedora-livecd-list] tools/livecd-iso-to-disk.sh

2009-03-25 Thread Jeremy Katz
tools/livecd-iso-to-disk.sh |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a54b23dd751bd4b52154a3df011f4aa1f75a4c09 Author: Alexander Boström a...@stacken.kth.se Date: Tue Mar 24 23:50:36 2009 +0100 The variable xosyspath escaped into olpc.fth. Expand it

[Fedora-livecd-list] 2 commits - tools/livecd-iso-to-disk.sh tools/livecd-iso-to-pxeboot.sh

2009-03-20 Thread Jeremy Katz
tools/livecd-iso-to-disk.sh|2 ++ tools/livecd-iso-to-pxeboot.sh |8 +--- 2 files changed, 7 insertions(+), 3 deletions(-) New commits: commit b6c69841c1e372173b8633cbd9ede0baa7847aba Author: Jeremy Katz ka...@redhat.com Date: Fri Mar 20 10:46:49 2009 -0400 Handle changed

Re: [Fedora-livecd-list] Using livecd-tools for recovery disc

2009-03-18 Thread Jeremy Katz
On Wednesday, March 18 2009, Rhonda Kern said: #1 - I would like for the install to complete *without* prompting with the reboot message. I do not have a reboot instruction in my kickstart file. Still, it prompts with a reboot message. I press enter and the script continues. But I'd rather

Re: [Fedora-livecd-list] LiveUSB overlay size is smaller than expected

2009-03-17 Thread Jeremy Katz
On Tuesday, March 17 2009, S'orlok Reaves said: I'm using the LiveUSB feature of the LiveCDs, with the overlay feature to persist data. I have to say, I'm really enjoying the portability. However, I'm unable to install all the packages I would like to, due to a mysterious fact: the

Re: [Fedora-livecd-list] a boot option to remove the persistent layer and create a new one

2009-03-16 Thread Jeremy Katz
On Friday, March 13 2009, said: if one used more than the size of the persistent layer, system becomes corrupted and unusable one then can remove the layer to restore it to factory defaults but telling people to create a new layer is a but difficult for end users If

Re: [Fedora-livecd-list] Low overlay/home dir space

2009-03-16 Thread Jeremy Katz
On Monday, March 16 2009, Williamson Grant said: Has anyone found a workaround for low disk space on the livecd. I know you can repair the luks home directory but I want to try and prevent this. Has anyone looked in to gnome-volume-manager or quota(or something else) to prevent the root

Re: Change request - Using git send-email

2009-03-12 Thread Jeremy Katz
On Thursday, March 12 2009, Jesse Keating said: Here is a message from git send-email. To get here, I used: $ git commit -a Created commit cb85f54: Disable rawhide. 1 files changed, 2 insertions(+), 1 deletions(-) $ git format-patch HEAD^ 0001-Disable-rawhide.patch $ git

Re: change request

2009-03-10 Thread Jeremy Katz
On Tuesday, March 10 2009, Mike McGrath said: I need to install transifex-extras on app1 (same deal as before) Low risk. It does pull in bzr, bzrtools pysvn, python-paramiko. 2 +1's? +1 Jeremy ___ Fedora-infrastructure-list mailing list

[Fedora-livecd-list] Changes to 'refs/tags/livecd-tools-022'

2009-03-09 Thread Jeremy Katz
Changes since livecd-tools-020-40: --- 0 files changed --- -- Fedora-livecd-list mailing list Fedora-livecd-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-livecd-list

Re: [Fedora-livecd-list] Error creating livecd: Cannot unmount, device is busy

2009-03-08 Thread Jeremy Katz
On Sunday, March 08 2009, Joshua C. said: My last 3 attempts to create a livecd from rawhide resulted in errror (see the attached file). There is some problem with the umount that cannot unmount the device. The installation of the packages and relabeling with selinux works fine but then come

Re: [Fedora-livecd-list] livecd-creator from git failure, Could not remove snapshot device

2009-03-06 Thread Jeremy Katz
On Thursday, March 05 2009, Warren Togami said: Jeremy Katz wrote: On Wednesday, March 04 2009, Warren Togami said: Warren Togami wrote: Pass 5: Checking group summary information fedora-livecd--i: 78136/139264 files (1.7% non-contiguous), 542199/542199 blocks device-mapper: remove ioctl

Re: [Fedora-livecd-list] [PATCH] livecd-iso-to-disk giving wrong directory path to extlinux

2009-03-06 Thread Jeremy Katz
On Wednesday, March 04 2009, Warren Togami said: [PATCH] livecd-iso-to-disk giving wrong directory path to extlinux This is actually a result of something I was trying out for multiple images on a key that I didn't realize I had pushed. It didn't work out, so I'm just going to revert the commit

Re: [Fedora-livecd-list] [PATCH] livecd-iso-to-disk giving wrong directory path to extlinux

2009-03-06 Thread Jeremy Katz
On Thursday, March 05 2009, Warren Togami said: Warren Togami wrote: There is a similar problem with vfat filesystems, where syslinux is a path that does not exist, and mmove subsequently segfaults because it doesn't know how to handle it. I'm working on that issue separately. The

[Fedora-livecd-list] tools/livecd-iso-to-disk.sh

2009-03-06 Thread Jeremy Katz
tools/livecd-iso-to-disk.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0d1394b0f6134d7b476e6f39a5d24afcd31d28c1 Author: Jeremy Katz ka...@redhat.com Date: Fri Mar 6 11:39:01 2009 -0500 Revert Move syslinux path to be under LiveOS to prep for multiple

[Fedora-livecd-list] 3 commits - tools/livecd-iso-to-disk.sh

2009-03-06 Thread Jeremy Katz
tools/livecd-iso-to-disk.sh | 12 1 file changed, 4 insertions(+), 8 deletions(-) New commits: commit 33c94391bdc8cfcc38ec65e5c9d78f06b5e1fa81 Author: Jeremy Katz ka...@redhat.com Date: Fri Mar 6 14:38:52 2009 -0500 Handle varying syslinux dirs for --xo mode also diff

[Fedora-livecd-list] 4 commits - tools/livecd-iso-to-disk.sh

2009-03-06 Thread Jeremy Katz
tools/livecd-iso-to-disk.sh | 132 +--- 1 file changed, 63 insertions(+), 69 deletions(-) New commits: commit 3db0a1cc2cbd218673cb9174e83fcfb059c1a59f Author: Jeremy Katz ka...@redhat.com Date: Fri Mar 6 15:58:27 2009 -0500 Basic support for multi

[Fedora-livecd-list] tools/livecd-iso-to-disk.sh

2009-03-06 Thread Jeremy Katz
tools/livecd-iso-to-disk.sh |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 3ea5e21f5d49ce967d6dc71e1d543e42a0eff606 Author: Jeremy Katz ka...@redhat.com Date: Fri Mar 6 17:01:42 2009 -0500 Tweak kernel/initrd paths for the multi-image case When

  1   2   3   4   5   6   >