mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-18 05:31:57 +00:00
Changed the rm that removes state images to a wildcard to successfully remove all stale ext images
This commit is contained in:
parent
9829c65af0
commit
7a34296930
@ -81,7 +81,7 @@ livefs_ext2()
|
|||||||
echo "Building ext2 filesystem."
|
echo "Building ext2 filesystem."
|
||||||
|
|
||||||
# remove any stale filesystem images
|
# remove any stale filesystem images
|
||||||
rm -f livecd.${FSS}.ext2
|
rm -f livecd.${FSS}.ext?
|
||||||
|
|
||||||
genext2fs -b $size -d ${ROOT} livecd.${FSS}.ext2
|
genext2fs -b $size -d ${ROOT} livecd.${FSS}.ext2
|
||||||
chmod 644 livecd.${FSS}.ext2
|
chmod 644 livecd.${FSS}.ext2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user