|
|
@ -679,6 +679,8 @@ Pin-Priority: 550
|
|
|
|
if [ "$IMAGEFORMAT" = "ext3" ]; then
|
|
|
|
if [ "$IMAGEFORMAT" = "ext3" ]; then
|
|
|
|
tune2fs -j livecd.${FSS}.ext2
|
|
|
|
tune2fs -j livecd.${FSS}.ext2
|
|
|
|
mv livecd.${FSS}.ext2 livecd.${FSS}.ext3
|
|
|
|
mv livecd.${FSS}.ext2 livecd.${FSS}.ext3
|
|
|
|
|
|
|
|
# temporary workaround for LP: #583317 with ext3 images
|
|
|
|
|
|
|
|
e2fsck -fy livecd.${FSS}.ext3 > /dev/null 2>&1
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# LTSP chroot building (only in 32bit and for Edubuntu (DVD))
|
|
|
|
# LTSP chroot building (only in 32bit and for Edubuntu (DVD))
|
|
|
|