Difference between revisions of "Build-Custom-Fedora-LiveCD"

From CDOT Wiki
Jump to: navigation, search
(Created page with '=Reference= * [http://www.ibm.com/developerworks/linux/library/l-fedora-livecd/index.html Build Fedora LiveCD]')
 
(Reference)
Line 1: Line 1:
 +
=Prepare your system for creating LiveCD=
 +
<pre>
 +
[root@f14host ~]# yum install livecd-tools
 +
Loaded plugins: langpacks, presto, refresh-packagekit
 +
Adding en_US to language list
 +
Setting up Install Process
 +
Resolving Dependencies
 +
--> Running transaction check
 +
...
 +
 +
Dependencies Resolved
 +
 +
================================================================================
 +
Package                Arch        Version              Repository    Size
 +
================================================================================
 +
Installing:
 +
livecd-tools            x86_64      1:14.2-1.fc14        updates        51 k
 +
Installing for dependencies:
 +
isomd5sum              x86_64      1:1.0.6-2.fc14        fedora        24 k
 +
pykickstart            noarch      1.77-2.fc14          fedora        268 k
 +
pyparted                x86_64      3.4-5.fc14            updates      185 k
 +
python-imgcreate        x86_64      1:14.2-1.fc14        updates        85 k
 +
squashfs-tools          x86_64      4.1-2.fc14            updates      110 k
 +
syslinux                x86_64      4.02-3.fc14          fedora        855 k
 +
syslinux-extlinux      x86_64      4.02-3.fc14          fedora        337 k
 +
 +
Transaction Summary
 +
================================================================================
 +
Install      8 Package(s)
 +
 +
Total download size: 1.9 M
 +
Installed size: 5.6 M
 +
Is this ok [y/N]:
 +
</pre>
 
=Reference=
 
=Reference=
 
* [http://www.ibm.com/developerworks/linux/library/l-fedora-livecd/index.html Build Fedora LiveCD]
 
* [http://www.ibm.com/developerworks/linux/library/l-fedora-livecd/index.html Build Fedora LiveCD]

Revision as of 19:50, 19 September 2011

Prepare your system for creating LiveCD

[root@f14host ~]# yum install livecd-tools
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
Resolving Dependencies
--> Running transaction check
...

Dependencies Resolved

================================================================================
 Package                 Arch         Version               Repository     Size
================================================================================
Installing:
 livecd-tools            x86_64       1:14.2-1.fc14         updates        51 k
Installing for dependencies:
 isomd5sum               x86_64       1:1.0.6-2.fc14        fedora         24 k
 pykickstart             noarch       1.77-2.fc14           fedora        268 k
 pyparted                x86_64       3.4-5.fc14            updates       185 k
 python-imgcreate        x86_64       1:14.2-1.fc14         updates        85 k
 squashfs-tools          x86_64       4.1-2.fc14            updates       110 k
 syslinux                x86_64       4.02-3.fc14           fedora        855 k
 syslinux-extlinux       x86_64       4.02-3.fc14           fedora        337 k

Transaction Summary
================================================================================
Install       8 Package(s)

Total download size: 1.9 M
Installed size: 5.6 M
Is this ok [y/N]:

Reference