<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
 <br>
<blockquote
 cite="mid:8204a4fe0805250533nc60e649oeb87483bd24c00c8@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">  I've found that (if I don't
want SELinux), I have to do
this to the kickstart.<br>
    </div>
  </blockquote>
  <div><br>
 Do what?  Did you forget to write something here?<br>
  </div>
  </div>
</blockquote>
My fingers didn't keep up, did they :-)  Look through the package list
for anything that looks like an selinux package (usually the names
begin with se), remove them.  When you try to build, the list of
packages will run by.  If you still see anything to do with selinux,
make a note and mark it to be removed in the package.  So, if you see
se_foo_bar_your_install, you would add this to your package list to
remove it:<br>
<br>
-se_foo_bar_your_install<br>
<br>
<blockquote
 cite="mid:8204a4fe0805250533nc60e649oeb87483bd24c00c8@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">It looks like a lot of your
failures are because certain commands arn't
available: sed, getent, etc.  Make sure they're installed.  Then make
sure your PATH variable includes their directories.</div>
  </blockquote>
  <div><br>
I do have those things available... at least to me.<br>
I don't know about the environment that  livecd-creator makes for
itself though.<br>
Same things goes for PATH.  I can execute those utilities.<br>
  </div>
  </div>
</blockquote>
Strange... I believe livecd-creator uses your PATH.<br>
<br>
Tim<br>
</body>
</html>