Debug options [was Re: [Fedora-livecd-list] Revised: [PATCH] turboLiveInst - improves livecd/usb installer speed by 15-20+%]

Mark McLoughlin markmc at redhat.com
Fri Sep 7 09:16:19 UTC 2007


Hi Jeremy,

On Wed, 2007-09-05 at 17:49 -0400, Jeremy Katz wrote:
> As has probably been noticed, there are a lot fewer
> options now, and a good chunk are marked as "for debugging/development
> use only" with comments. 

	One option that I'm missing at the moment is the "--repo" option.

	I know the syntax sucked, and you couldn't specify a mirror list, but I
found it useful where you have default URLs of the repos in the
kickstart file but you expect most users to have a more local mirror of
those repos. Allowing them to just override on the command line is much
nicer than requiring them to edit the kickstart file.

	e.g. the instructions to a developer might be:

  $> git-clone <my-kickstarts-repo> kickstarts 
  $> cd kickstarts
  $> livecd-creator --repo fedora,file:///my/mirror -c foo.ks
  $> <hack on the kickstarts>
  $> git-commit

	but now it's:

  $> git-clone <my-kickstarts-repo> kickstarts 
  $> cd kickstarts
  $> <edit foo.ks to change the repo URL>
  $> livecd-creator -c foo.ks
  $> <hack on the kickstarts>
  $> <edit foo.ks to change the repo URL back to the default>
  $> git-commit

Cheers,
Mark.




More information about the livecd mailing list