View Full Version : remake f11 livecd
axet
21st June 2009, 02:37 PM
Hi!
How i can remake fedora11 livecd with last packages? revisor does not support it yet :(
ibenk68th
21st June 2009, 02:52 PM
hi, there
i have succeeded creating livecd and made liveusb.
add a customized configuration to /etc/revisor/revisor.conf file, and then create a new file in /etc/revisor/conf.d.
you can duplicate the configuration from revisor.conf and files from /etc/revisor/conf.d/*, and then adjust them to suit your needs (pointing to F11 repository, etc).
after you make adjustment, try to rerun revisor.
you could use a kickstart files from /use/share/spin-kickstarts/*. if they unavailable, you can install spin-kickstarts package first
regards...
leigh123linux
21st June 2009, 03:08 PM
Try
http://fedoraproject.org/wiki/FedoraLiveCD/LiveCDHowTo
Edit /usr/share/spin-kickstarts/fedora-live-base.ks
to ( just change the red bits)
part / --size 3072 --fstype ext4
services --enabled=NetworkManager --disabled=network,sshd
# To compose against the current release tree, use the following "repo" (enabled by default)
#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=$basearch
# To include updates, use the following "repo" (enabled by default)
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=$basearch
# To compose against rawhide, use the following "repo" (disabled by default)
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
# To compose against local trees, (edit and) use:
repo --name=f11 --baseurl=http://ftp-stud.hs-esslingen.de/pub/fedora/linux/releases/11/Everything/$basearch/os/
repo --name=f11-updates --baseurl=http://ftp-stud.hs-esslingen.de/pub/fedora/linux/updates/11/$basearch/
%packages
@base-x
@base
@core
@font
You will need selinux enabled for it to work (permissive mode)
ryptyde
21st June 2009, 03:50 PM
Try
http://fedoraproject.org/wiki/FedoraLiveCD/LiveCDHowTo
Edit /usr/share/spin-kickstarts/fedora-live-base.ks
to ( just change the red bits)
part / --size 3072 --fstype ext4
services --enabled=NetworkManager --disabled=network,sshd
# To compose against the current release tree, use the following "repo" (enabled by default)
#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=$basearch
# To include updates, use the following "repo" (enabled by default)
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=$basearch
# To compose against rawhide, use the following "repo" (disabled by default)
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
# To compose against local trees, (edit and) use:
repo --name=f11 --baseurl=http://ftp-stud.hs-esslingen.de/pub/fedora/linux/releases/11/Everything/$basearch/os/
repo --name=f11-updates --baseurl=http://ftp-stud.hs-esslingen.de/pub/fedora/linux/updates/11/$basearch/
%packages
@base-x
@base
@core
@font
You will need selinux enabled for it to work (permissive mode)
Also if you have the rpmfusion repos enabled there are available "rpmfusion-free and rpmfusion-nonfree.ks" files to help build a custom up to date live-cd. :)
axet
21st June 2009, 04:07 PM
thanks, exactly what i looking for!
martin-tack
9th July 2009, 11:16 AM
Hello ryptyde
Also if you have the rpmfusion repos enabled there are available "rpmfusion-free and rpmfusion-nonfree.ks" files to help build a custom up to date live-cd. :)
where can I find those .ks files ?
thank's in advance
Martin
Found them ! (Google >> Rpm-fusion itselves )
leigh123linux
9th July 2009, 11:25 AM
Hello ryptyde
where can I find those .ks files ?
thank's in advance
Martin
Try
su -
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm
yum install rpmfusion-nonfree-remix-kickstarts rpmfusion-free-remix-kickstarts
[root@localhost leigh]# rpm -qa --filesbypkg rpmfusion-nonfree-remix-kickstarts rpmfusion-free-remix-kickstarts
rpmfusion-free-remix-kickstarts /usr/share/doc/rpmfusion-free-remix-kickstarts-0.11.1
rpmfusion-free-remix-kickstarts /usr/share/doc/rpmfusion-free-remix-kickstarts-0.11.1/COPYING
rpmfusion-free-remix-kickstarts /usr/share/doc/rpmfusion-free-remix-kickstarts-0.11.1/README
rpmfusion-free-remix-kickstarts /usr/share/rpmfusion-free-remix-kickstarts
rpmfusion-free-remix-kickstarts /usr/share/rpmfusion-free-remix-kickstarts/rpmfusion-free-live-base.ks
rpmfusion-free-remix-kickstarts /usr/share/rpmfusion-free-remix-kickstarts/rpmfusion-free-livecd-desktop.ks
rpmfusion-free-remix-kickstarts /usr/share/rpmfusion-free-remix-kickstarts/rpmfusion-free-livecd-kde.ks
rpmfusion-nonfree-remix-kickstarts /usr/share/doc/rpmfusion-nonfree-remix-kickstarts-0.11.1
rpmfusion-nonfree-remix-kickstarts /usr/share/doc/rpmfusion-nonfree-remix-kickstarts-0.11.1/COPYING
rpmfusion-nonfree-remix-kickstarts /usr/share/doc/rpmfusion-nonfree-remix-kickstarts-0.11.1/README
rpmfusion-nonfree-remix-kickstarts /usr/share/rpmfusion-nonfree-remix-kickstarts
rpmfusion-nonfree-remix-kickstarts /usr/share/rpmfusion-nonfree-remix-kickstarts/rpmfusion-nonfree-live-base.ks
rpmfusion-nonfree-remix-kickstarts /usr/share/rpmfusion-nonfree-remix-kickstarts/rpmfusion-nonfree-livecd-desktop.ks
rpmfusion-nonfree-remix-kickstarts /usr/share/rpmfusion-nonfree-remix-kickstarts/rpmfusion-nonfree-livecd-kde.ks
[root@localhost leigh]#
martin-tack
10th July 2009, 01:54 PM
Thank you leigh :)
Your info is very helpful
I'm working on some live cd for administration & maintenance purposes.
There fore any templates or examples to create .ks files are welcome .
I'll post my results as soon I'm sure they are somewhat universally applicable :D
thanks again
Martin
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.