su -c 'yum -y install liveusb-creator'
liveusb-creator on the command line. Enter the root password for your system when LiveUSB Creator prompts you for it.
su -c 'yum -y install livecd-tools'
/dev/disk/by-label, or use the findfs:
su -c 'findfs LABEL="MyLabel"'/var/log/messages log for details:
su -c 'less /var/log/messages'
livecd-iso-to-disk command to write the ISO image to the media:
su -c 'livecd-iso-to-diskthe_image.iso/dev/sdX1'
sdX1 with the device name for the partition on the USB media. Most flash drives and external hard disks use only one partition. If you have changed this behavior or have oddly partitioned media, you may need to consult other sources of help.
/dev/disk/by-label, or use findfs:
su -c 'findfs LABEL="MyLabel"'dmesg after you connect the USB flash drive. The device name, similar to /dev/sdc, appears in several lines towards the end of the output.
dd command to transfer the ISO image to the USB device:
dd if=path/image_name.iso of=devicepath/image_name.iso is the ISO image file of the installation DVD that you downloaded from the Red Hat Customer Portal and device is the USB flash drive. For example:
dd if=~/Download/F15-Server-i386-DVD.iso of=/dev/sdc