Red Hat network installation source

From GoFacts

Jump to: navigation, search

How to create a network installation source for Red Hat:

You can also use plain iso images but mounting and copying all files in one directory makes search and installation of additional packages easier. Make sure you also have a hidden .discinfo file in your installation root directory.(using cp * will not copy it from CD)

  • for i in /path/to/isos/*.iso ; do mount -o loop $i /mnt; cd /mnt/ ; cp -a . /var/ftp/pub/RHEL4 ; cd / ; umount /mnt; done
Personal tools