Ok, where/how do I submit this to the CentOS project?
Here's a complete script - anyone, *please* feel free to test it, and let
me know if I've missed anything.
Thanks in advance.
mark
#!/bin/bash
# ###################################
# Author: mark roth
# Date: 30 Apr. 2010
# Purpose: to create a working, bootable CentOS install on a USB key
#####################################
if [[ $# < 2 ]]; then
echo "usage: $0 <devname> <path/to/install.iso>"
echo " Example: $0 sdb /scratch/CentOS-5.4-bin-DVD.iso"
echo " Note: you must install livecd-tools before running this."
exit
fi