Changed the rm that removes state images to a wildcard to successfully remove all stale ext images

This commit is contained in:
Michael Casadevall 2010-06-01 10:45:25 -04:00
parent 9829c65af0
commit 7a34296930

View File

@ -81,7 +81,7 @@ livefs_ext2()
echo "Building ext2 filesystem."
# remove any stale filesystem images
rm -f livecd.${FSS}.ext2
rm -f livecd.${FSS}.ext?
genext2fs -b $size -d ${ROOT} livecd.${FSS}.ext2
chmod 644 livecd.${FSS}.ext2