Skip to content

Instantly share code, notes, and snippets.

@e-minguez
Created October 22, 2013 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e-minguez/7100213 to your computer and use it in GitHub Desktop.
Save e-minguez/7100213 to your computer and use it in GitHub Desktop.
Fedora 19 livecd creator
# install reqs
su -c 'yum -y install fedora-kickstarts livecd-tools'
# create live image
su -c 'livecd-creator -c /usr/share/spin-kickstarts/fedora-install-fedora.ks -d -f filesystem_label --title=syslinux-title --releasever=19 -t tmp --cache=cache --logfile=image_creator.log'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment