From 7a34296930548d70e6fabc68133a62dedbfb0d62 Mon Sep 17 00:00:00 2001 From: Michael Casadevall Date: Tue, 1 Jun 2010 10:45:25 -0400 Subject: [PATCH] Changed the rm that removes state images to a wildcard to successfully remove all stale ext images --- livecd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livecd.sh b/livecd.sh index ce73eed4..f3bf125d0 100755 --- a/livecd.sh +++ b/livecd.sh @@ -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