[Fedora-livecd-list] [PATCH] don't need to checkMBR() for loop devices

2009-06-23 Thread Martin Dengler
livecd-iso-to-disk.sh doesn't do the right thing w.r.t. loop devices and MBR detection. I don't think this is intentional, but it currently requires loop devices to start with an MBR, by virtue of getdisk() being a NOOP for loop devices and checkMBR assuming that the disk must need an MBR.

Re: [Fedora-livecd-list] [PATCH] don't need to checkMBR() for loop devices

2009-06-23 Thread Jeremy Katz
On Tuesday, June 23 2009, Martin Dengler said: livecd-iso-to-disk.sh doesn't do the right thing w.r.t. loop devices and MBR detection. I don't think this is intentional, but it currently requires loop devices to start with an MBR, by virtue of getdisk() being a NOOP for loop devices and