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