Changes

From Amahi Wiki
Jump to: navigation, search
=== Fedora Base OS Repo Configuration (Optional) ===
For this example, we will be doing the Fedora Base OS for 32-bit.
 
* Make directory to hold all Fedora i386 base os:
{{Code|mkdir -p /var/hda/files/yum/f12/i386/os}}
 
* Build the OS tree
<blockquote>a. From the Fedora DVD:
cp -a /mnt/iso/* /var/hda/files/yum/f12/i386/os
umount /mnt/iso}}
 
{{Code|mount -o loop .../Fedora-12-i386-disc2.iso /mnt/iso
cp -an /mnt/iso/* /var/hda/files/yum/f12/i386/os
12,424

edits