check for LIVE-REPO partition when writing DVD (#813905)
commitb62f88f0490f61455a119ff519574585620aa813
authorBrian C. Lane <bcl@redhat.com>
Thu, 19 Apr 2012 00:04:02 +0000 (18 17:04 -0700)
committerBrian C. Lane <bcl@redhat.com>
Thu, 19 Apr 2012 00:24:02 +0000 (18 17:24 -0700)
treef5b15ecbf3ec4aa19bab499ca407e7ce168432c5
parent997366b4c6f16fed4f90638ab5851776071b7b50
check for LIVE-REPO partition when writing DVD (#813905)

When writing a DVD to a device using livecd-iso-to-disk it needs a
second partition for the iso with the packages. Using --format sets this
up, but it was not working correctly without adding --format. It would
instead write the iso to the / of the host system.

This fixes the problem by looking for the LIVE-REPO partition as p2 of
the device and exiting if it is not found.

This also adds --inplace to sync so that devices with limited space can
be updated without reformatting.
tools/livecd-iso-to-disk.sh