Fixed a typo and added a chmod to make the file behavior sane

This commit is contained in:
Michael Casadevall 2010-05-31 19:29:28 -04:00
parent 0978c0c7e7
commit 9829c65af0

View File

@ -81,9 +81,10 @@ livefs_ext2()
echo "Building ext2 filesystem."
# remove any stale filesystem images
rm -f livecd.${FSS}.squashfs
rm -f livecd.${FSS}.ext2
genext2fs -b $size -d ${ROOT} livecd.${FSS}.ext2
chmod 644 livecd.${FSS}.ext2
}
if [ $(id -u) != 0 ];then