Fedora Linux Support Community & Resources Center
  #1  
Old 17th March 2010, 09:21 PM
rmdelano Offline
Registered User
 
Join Date: Mar 2010
Posts: 15
macosfirefox
More granular Customization LiveCD

I see on the wiki were you can pick and choose packages when making a Live CD. I need a little more granular configuration of IPTables email client/server, etc.

Is there any way to do this with just the configuration file?

Is there any way to take a regular installation on a HD and turn that into a Live CD?

Thank you for any help.

Robert
Reply With Quote
  #2  
Old 18th March 2010, 12:58 AM
rockdoctor's Avatar
rockdoctor Offline
Registered User
 
Join Date: Apr 2005
Location: Owatonna, Minnesota
Posts: 99
linuxfedorafirefox
Re: More granular Customization LiveCD

Quote:
Originally Posted by rmdelano View Post
I see on the wiki were you can pick and choose packages when making a Live CD. I need a little more granular configuration of IPTables email client/server, etc.

Is there any way to do this with just the configuration file?
I think revisor with a custom kickstart file may be what you're looking for. I found this somewhere on the web:
Code:
#!/bin/bash

# Kickstart from presently installed
# Modified from http://forums.fedoraforum.org/showthread.php?t=236679
# Posted 2009-12-16, 11:48 PM CST  by  macemoneta

ks=$(zenity --entry --text="Name of kickstart file: ")

echo 'part / --size 8000' > $ks
echo '%packages' >> $ks
/usr/bin/yum -C --color=never list installed | \
   /usr/bin/awk '{print $1}' | \
   /bin/grep -v -E "^[0-9]*[.:]" | \
   /bin/grep -v "^\@" | \
   /bin/sed -e 's/\.noarch$//;s/\.x86_64$//;s/\.i[3456]86$//' | \
   /bin/sort -u >> $ks
echo '%end' >> $ks
Quote:
Is there any way to take a regular installation on a HD and turn that into a Live CD?
That's what I'm aiming for with this request:
http://forums.fedoraforum.org/showthread.php?t=242072
__________________
RockDoctor
Registered Linux user #360200
Reply With Quote
  #3  
Old 18th March 2010, 03:29 PM
rmdelano Offline
Registered User
 
Join Date: Mar 2010
Posts: 15
macosfirefox
Re: More granular Customization LiveCD

Thanks for the response, I look more into kickstart, may be that will help me. I will follow your thread as will because that would be sweet to be able to do.

Thanks,
R
Reply With Quote
Reply

Tags
customization, granular, livecd

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to build F12 LiveCD using livecd-creator Salgeras Installation and Live Media 2 5th January 2010 06:51 PM
Not able to create bootable liveCD with livecd-creator baloon Installation and Live Media 3 9th July 2009 12:44 PM
I need some help with customization... Stephengp Using Fedora 0 14th May 2009 11:14 PM
5 STARS! Fedora 7 i386 livecd - how to boot from livecd - need SERIOUS help please! newfedorahat Installation and Live Media 14 25th June 2007 07:37 AM
FC6 yum customization steve941 Using Fedora 2 25th October 2006 09:57 PM


Current GMT-time: 03:02 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat