<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Clint Savage wrote:
<blockquote
 cite="mid:d9e12e8a0706081005t55223646s652a7fabb672fc52@mail.gmail.com"
 type="cite">I feel very dense here, and I must be missing something. 
When I attempt to simply build a minimal live CD with either
livecd-creator or revisor it fails.  revisor seems to hang, and gives
me very little in the way of error messages.  Because of this, I
resorted to using livecd-creator to build the live CD. <br>
  <br>
When I run the following, I get an error I've search high and low for,
but its not very helpful:<br>
  <br>
  <span style="font-family: monospace;"># livecd-creator
--config=/usr/share/livecd-tools/livecd-fedora-minimal.ks
--fslabel=Fedora-7-LiveCD-minimal<br>
  <br>
  </span>The error I receive is found at the end of this output:<br>
  <br>
  <font style="font-family: courier new,monospace;" size="1">mke2fs
1.39 (29-May-2006)<br>
Filesystem label=Fedora-7-LiveCD- <br>
OS type: Linux<br>
  <br>
..snip..<br>
  <br>
tune2fs 1.39 (29-May-2006)<br>
Setting maximal mount count to -1<br>
Setting interval between checks to 0 seconds<br>
No Repositories Available to Set Up</font><br>
  <br>
What does "No Repositories Available to Set Up" mean? I am following
the tutorial here: [1]  I looked in the livecd-fedora-minimal.ks for a
repository and I find this one:<br>
</blockquote>
"No Repositories Available to Set Up" means that the yum api used by
the the LiveCD tools don't find any repositories in *.repo files.<br>
It is OK, the repos used by the tools, are created directly by using
the yum api, not by *.repo file.<br>
<br>
Tim<br>
<br>
</body>
</html>