From Fedora Project Wiki

(Created page with 'You are probably looking for this: https://fedoraproject.org/wiki/How_to_create_and_use_Live_USB')
 
m (internal link cleaning)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
You are probably looking for this:
= Making a USB key of Fedora =


https://fedoraproject.org/wiki/How_to_create_and_use_Live_USB
You are probably looking for this document, which tells you step-by-step how to create a Live USB key of Fedora using a pre-existing ISO file you downloaded from somewhere (probably spins.fedoraproject.org or get.fedoraproject.org):
 
[[How_to_create_and_use_Live_USB]]
 
= Making your own custom USB IMAGE of Fedora =
 
You may be interested in creating your own custom ISO from scratch. If so, you'll want to read this page:
 
[[How_to_create_and_use_a_Live_CD]]
 
Some documentation on kickstart might be handy too:
 
[[Anaconda/Kickstart]]
 
by the way, if you have an x86_64 machine you're building on but you want a 32-bit happy iso image, add the following before your livecd-creator command:
 
setarch i686 livecd-creator
 
Good luck!

Latest revision as of 08:19, 18 September 2016

Making a USB key of Fedora

You are probably looking for this document, which tells you step-by-step how to create a Live USB key of Fedora using a pre-existing ISO file you downloaded from somewhere (probably spins.fedoraproject.org or get.fedoraproject.org):

How_to_create_and_use_Live_USB

Making your own custom USB IMAGE of Fedora

You may be interested in creating your own custom ISO from scratch. If so, you'll want to read this page:

How_to_create_and_use_a_Live_CD

Some documentation on kickstart might be handy too:

Anaconda/Kickstart

by the way, if you have an x86_64 machine you're building on but you want a 32-bit happy iso image, add the following before your livecd-creator command:

setarch i686 livecd-creator

Good luck!