[Fedora-livecd-list] livecd-iso-to-disk broken in F9?

2008-05-28 Thread Todd N
Hello, We are trying to use the livecd-iso-to-disk script in Fedora 9 to create a bootable USB drive. When running this script from a command prompt: # ./livecd-iso-to-disk all we get back is a line showing the command usage. However, the same command entered in Fedora 8, or e

Re: [Fedora-livecd-list] livecd-iso-to-disk broken in F9?

2008-05-29 Thread Jeremy Katz
Todd N wrote: We are trying to use the livecd-iso-to-disk script in Fedora 9 to create a bootable USB drive. When running this script from a command prompt: # ./livecd-iso-to-disk all we get back is a line showing the command usage. However, the same command entered in Fedora 8, or even in

Re: [Fedora-livecd-list] livecd-iso-to-disk broken in F9?

2008-05-29 Thread Todd N
Yes, we use the noverify and reset-mbr options along with /dev/sr0 as the input (and have also tried /mnt/live?) and /dev/sda1 as the output (no hard drive, so this corresponds to the USB). Worked fine previously, but now returns the usage() message. Jeremy Katz <[EMAIL PROTECTED]> wrote: To

Re: [Fedora-livecd-list] livecd-iso-to-disk broken in F9?

2008-05-29 Thread Todd N
Correction: we also tried /dev/live as the input parameter (not /mnt/live). Also, this method worked in Fedora 9 Preview as well. Todd Todd N <[EMAIL PROTECTED]> wrote: Yes, we use the noverify and reset-mbr options along with /dev/sr0 as the input (and have also tried /mnt/live?) and

Re: [Fedora-livecd-list] livecd-iso-to-disk broken in F9?

2008-05-29 Thread Jeremy Katz
Try running it with sh -x... that should at least give you an idea of where it's going wrong Jeremy Todd N wrote: Correction: we also tried /dev/live as the input parameter (not /mnt/live). Also, this method worked in Fedora 9 Preview as well. Todd */Todd N <[EMAIL PROTECTED]>/* wrote:

Re: [Fedora-livecd-list] livecd-iso-to-disk broken in F9?

2008-05-29 Thread Todd N
These are our results. [/dev/sr0 on /mnt/live type iso9660 (ro)] [EMAIL PROTECTED] LiveOS]# sh -x ./livecd-iso-to-disk --reset-mbr --noverify /dev/sr0 /dev/sda1 + export PATH=/sbin:/usr/sbin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/

Re: [Fedora-livecd-list] livecd-iso-to-disk broken in F9?

2008-05-29 Thread Jeremy Katz
Todd N wrote: These are our results. [/dev/sr0 on /mnt/live type iso9660 (ro)] [snip] + '[' -z /dev/sr0 -o '!' -f /dev/sr0 ']' Hmmm... I see what it is. We changed so that we ensure that you're not using like a directory, but that then doesn't work with using the mounted block device. Th