[PATCH] Add 'lint' target to Makefile.common

2008-07-29 Thread Adam Jackson
- ajax ? Makefile.common.jx Index: Makefile.common === RCS file: /cvs/pkgs/common/Makefile.common,v retrieving revision 1.107 diff -u -p -r1.107 Makefile.common --- Makefile.common 28 Jul 2008 22:36:27 - 1.107 +++ Makefile.common

Pungi and F7

2008-07-29 Thread Martin Langhoff
Jesse has mentioned (in an earlier thread on fedora-devel) that the Pungi in F7 has some caveats. At the moment I am considering a migration from livecd-tools to pungi on F7 _before_ I migrate to F9 (this is all for the OLPC School Server, btw). So my questions are roughly: - What known

Pungi and a minimal F9 - anaconda-runtime/buildinstall errors

2008-07-29 Thread Martin Langhoff
Getting my feet wet with pungi, I am tring to build a minimal F9 installer, and it is erroring out, as follows. The ks file is adapted from one from the livecd packages: $ cat livecd-fedora-9-minimal.ks repo --name=release

Re: Pungi and F7

2008-07-29 Thread Jesse Keating
On Wed, 2008-07-30 at 12:09 +1200, Martin Langhoff wrote: - What known limitations does the F7 pungi have? Only that you need to have anaconda-runtime in your manifest, which drags in a pile of dependencies. There are a couple of other compose needs, I think the config shipped with F7 has them

Re: Pungi and a minimal F9 - anaconda-runtime/buildinstall errors

2008-07-29 Thread Martin Langhoff
On Wed, Jul 30, 2008 at 1:39 PM, Jesse Keating [EMAIL PROTECTED] wrote: Please check the arch.log file in your output/logs/ directory, so that you can get the actual output from buildinstall. Good hint, thanks. Missing anaconda-runtime it seems. Pungi.Pungi.DEBUG: Running buildinstall...

Re: Pungi and a minimal F9 - anaconda-runtime/buildinstall errors

2008-07-29 Thread Martin Langhoff
Getting closer :-) With the following ks I get a 208MB iso that boots into anaconda. Anaconda, however, says The Fedora disk was not found in any of your CDROM drives. Please insert the Fedora disk and press OK to retry. What does anaconda look for? $ cat kickstarts/pungi-f9-minimal.ks repo

livecd-iso-to-disk works on Pungi CDs.

2008-07-29 Thread Martin Langhoff
Welcome surprise - the livecd-iso-to-disk utility included in livecd-tools works well with pungi-created CDs, booting normally into anaconda. Now, I only have to figure out how to get anaconda to accept the repo that's in the CD/USB disk to complete a base install. cheers, m -- [EMAIL