<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.2">
</HEAD>
<BODY>
<BLOCKQUOTE TYPE=CITE>
<PRE>
most simple usage is &quot;edit-livecd.py image-you-want-to-edit.iso&quot; this 
will give you a chrooted shell inside the livecd, fs mage.
</PRE>
</BLOCKQUOTE>
<BR>
Aha! That's very useful. I'd not twigged about getting a shell if you don't specify a script.<BR>
<BR>
It would be handy to add a '-c' option for a command to run rather than a shell script. It's a bit tedious creating a shell script with a single command in it. It might also be handy to be able to specify '--no-chroot' so that the command or script or shell gets executed outside the chroot.<BR>
<BR>
One pain is that it seems you don't have net access once you're dropped inside the chrooted environment. My idea was to update the image by running 'yum update' from inside the chroot, but it doesn't work because it can't find the network. Is there an easy way round this?<BR>
<BR>
James
</BODY>
</HTML>