Hey Todd.

The command I use is:

livecd-creator --config=kickstart.ks --fslabel=min6.iso

And the top of the kickstart.ks file I use is as follows:

lang en_US.UTF-8
keyboard us
timezone US/Eastern
rootpw simech
auth --useshadow --passalgo=sha512
text
selinux --disabled
firewall --disabled
#repo --name=base    --baseurl=http://127.0.0.1/centos/6.6/os/$basearch
repo --name=base    --baseurl=http://grip/centos/6.6/os/$basearch

part / --size 2048 --fstype ext4

%packages
@base
@core
kernel
kernel-devel
%end

%post --interpreter /bin/bash
<-----Stuff is done here on the LiveCD after it's built----->
%end

Please note that "grip" won't be a resolvable address for you (it's
internal to my work), and 2048 is not the size you want.  This is a
standard kickstart file for RHEL - I'm sure that Fedora has its own way of
doing things, though, so Google may be a better resource for you in general.

On Fri, May 8, 2015 at 4:15 PM, ToddAndMargo <[email protected]> wrote:

> On 05/08/2015 04:01 PM, Locane wrote:
>
>  I've been using livecd-creator
>>
>
> I got that too:
>
> $ rpm -qa livecd-tools
> livecd-tools-13.4.5-1.el6.x86_64
>
>
>
> --
> livecd mailing list
> [email protected]
> https://admin.fedoraproject.org/mailman/listinfo/livecd
>
--
livecd mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/livecd

Reply via email to