Fixes to avoid problems on VFAT usb sticks
commit6a4ea132ac61a74e6c066d44cdb077ec47164d4b
authorJeremy Katz <katzj@redhat.com>
Fri, 7 Mar 2008 00:35:47 +0000 (6 19:35 -0500)
committerJeremy Katz <katzj@redhat.com>
Fri, 7 Mar 2008 00:35:47 +0000 (6 19:35 -0500)
treec505c02b8fc04111884c82ced15a637ea55b6f82
parent9ec836f0f0f1c5848c3f9625d9d1e63b940cb792
Fixes to avoid problems on VFAT usb sticks

If we're using a VFAT formatted stick, don't allow an overlay > 2 GB to avoid
corruption.  Also, VFAT doesn't really allow for sparse files and the kernel
gets unhappy when you try to make one.
tools/livecd-iso-to-disk.sh