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

ubuntu/precise
Michael Casadevall 15 years ago
parent 9829c65af0
commit 7a34296930

@ -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

Loading…
Cancel
Save