How can I create fedoralivmcm because of your local installation of Fedora? First, we need to install necessary software. To create a liveimage, livecd-creator is indispensable. [The following command needs to run under administrator privileges] yuminstalllivecd-toolsspin-kickstartsyuminstalll10n-kickstartsyuminstallfedora-kickst
How can I create a Fedora LiveCD for your locally installed Fedora?
First, we need to install necessary software. To create a live image, livecd-creator is indispensable. [The following commands must be run as Administrator]
Yum install livecd-tools spin-kickstarts
Yum install l10n-kickstarts
If yum install fedora-kickstarts is not clear about the tool, you can use '-help' to query related parameter usage.
Next, we create the livecd directory:
Mkdir/root/livecd
Cd/root/livecd and copy the selected kickstart file to the current directory:
Cp/usr/share/spin-kickstarts/fedora-live-base.ks. or
Cp/usr/share/spin-kickstarts/fedora-live-mini.ks. or
Wget https://fedorahosted.org/spin-kickstarts/browser/fedora-live-minimization.ks
Wget https://fedorahosted.org/spin-kickstarts/browser/fedora-live-desktop.ks
"2" Create a Live CD. Now, create a live cd. Run the following command:
Livecd-creator -- config =/root/fedora-live-minimization.ks -- fslabel = Fedora-LiveCD -- cache =/var/cache/live output result is
Mke2fs 1.41.12 (17-May-2010)
Filesystem label = _ Fedora-LiveCD
OS type: Linux
Block size = 4096 (log = 2)
Fragment size = 4096 (log = 2)
Stride = 0 blocks, Stripe width = 0 blocks
262144 inodes, 1048576 blocks
10485 blocks (1.00%) reserved for the super user
First data block = 0
Maximum filesystem blocks = 1073741824
32 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768,983 04, 163840,229 376, 294912,819 200, 884736
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 30 mounts or
180 days, whichever comes first. Use tune2fs-c or-I to override.
Tune2fs 1.41.12 (17-May-2010)
Setting maximal mount count to-1
Setting interval between checks to 0 seconds
Cocould not retrieve into list http://mirrors.fedoraproject.org/mirrorlist? Repo = fedora-14 & arch = i386 error was
14: pycurl error 6 -""
Error creating Live CD: Unable to download from repo: Cannot retrieve repository metadata (repomd. xml) for repository: fedora. Please verify its path and try again
[Root @ unixmen-Fedora14 livecd] # livecd-creator -- config =/root/livecd/fedora-live-mini.ks -- fslabel = Fedora-LiveCD -- cache =/var/cache/live
Mke2fs 1.41.12 (17-May-2010)
Filesystem label = _ Fedora-LiveCD
OS type: Linux
Block size = 4096 (log = 2)
Fragment size = 4096 (log = 2)
Stride = 0 blocks, Stripe width = 0 blocks
262144 inodes, 1048576 blocks
10485 blocks (1.00%) reserved for the super user
First data block = 0
Maximum filesystem blocks = 1073741824
32 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768,983 04, 163840,229 376, 294912,819 200, 884736 takes some time to download the software source and create an iso file. After that, simply burn the iso CD.
"3" use KVM/qemu to test the Live CD administrator permission:
If qemu-kvm-m 512-cdrom filename. iso does not have KVM, you can use qemu to test the iso image file:
Qemu-m 512 -- cdrom filename. iso prompt, replace filename. iso with the name of the LiveCD image you created. If you do not have qemu/kvm, you must first install it with yum.