tried making a custom spin of Fedora 17.
used basic kickstart:
Code:
cdrom
firewall --enabled
network --hostname=somehost
xconfig --startxonboot
firstboot --disabled
selinux --permissive
keyboard us
lang en_US.UTF-8
authconfig --enableshadow --passalgo=sha512
repo --name=flive0 --baseurl=file:///fx64/live_repo --cost=10
repo --name=fedoraupdates --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f17&arch=i386 --cost=20
repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-17&arch=i386 --cost=40
repo --name=fusionfreeupdates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-17&arch=$basearch --cost=60
repo --name=fusionfree --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-17&arch=$basearch --cost=70
repo --name=fusionnonfreeupdates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-17&arch=$basearch --cost=80
repo --name=fusionnonfree --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-17&arch=$basearch --cost=90
%packages
@core
anaconda-runtime
bash
kernel
passwd
policycoreutils
chkconfig
authconfig
rootfiles
fedora-logos
fedora-release
%end
%post
/usr/sbin/useradd -m la
/bin/echo "lalalala" | /usr/bin/passwd --stdin la
/bin/cat >> /etc/gdm/custom.conf << FOE
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=la
FOE
%end
%post --nochroot
%end
collected the packages:
setarch i686 pungi --name=somename --ver=somever --destdir=/f/p_dest_x86 --cachedir=/f/p_cache_x86 --nosource --force --config=/ksx86.cfg -G -C
built the iso:
setarch i686 pungi --name=somename --ver=somever --destdir=/f/p_dest_x86 --cachedir=/f/p_cache_x86 --nosource --force --isfinal --config=/f/ksx86.cfg -B
setarch i686 pungi --name=somename --ver=somever --destdir=/f/p_dest_x86 --cachedir=/f/p_cache_x86 --nosource --force --isfinal --config=/f/ksx86.cfg -I
built completed successfully, no errors.
but every time the iso created is booted it fails with this error immediately after grub screen is up:
dracut warning: unable to process initqueue
Dropping to debug shell


kernel 3.4.3-1.fc17
dracut dracut-018-40.git20120522.fc17