Changes

From Amahi Wiki
Jump to: navigation, search
* Build the OS tree
** a. From the Fedora DVD:
{{Code|cp -a /mount/..../* /var/hda/files/yum/f12/i386/os}}
** b. From the DVD iso:
{{Code|mkdir -p /mnt/iso
mount -o loop .../Fedora-12-i386-DVD.iso /mnt/iso
cp -a /mnt/iso/* /var/hda/files/yum/f12/i386/os
umount /mnt/iso}}
** c. From the CD isos (Note that the CD #1 can be used for a network install, see below):
{{Code|mkdir -p /mnt/iso
mount -o loop .../Fedora-12-i386-disc1.iso /mnt/iso
cp -an /mnt/iso/* /var/hda/files/yum/f12/i386/os
umount /mnt/iso}}
  ... (continue with the other CD isos)
=== Fedora Updates Repo Configuration ===
12,424

edits