--- /tmp/livecd-iso-to-disk.sh.1 2008-10-17 15:56:33.000000000 -0400 +++ /tmp/livecd-iso-to-disk.sh 2008-10-29 07:43:01.000000000 -0400 @@ -409,6 +409,8 @@ if [ -n "$xo" -a -f $CDMNT/LiveOS/squashfs.img ]; then mount -o loop $CDMNT/LiveOS/squashfs.img $CDMNT cp -v $CDMNT/LiveOS/ext3fs.img $USBMNT/LiveOS/ext3fs.img || (umount $CDMNT ; exitclean) + # XXX: There is probably a way to get the needed filesystem size + resize2fs $USBMNT/LiveOS/ext3fs.img $((2100 + $overlaysizemb))M umount $CDMNT elif [ -f $CDMNT/LiveOS/squashfs.img ]; then cp $CDMNT/LiveOS/squashfs.img $USBMNT/LiveOS/squashfs.img || exitclean