mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 15:42:31 +00:00
add temporary workaround for genext2fs bug 583317 (wrong filesystem revision for ext3 filesystems)
This commit is contained in:
parent
32711a8aa2
commit
be00acce1f
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (1.118) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* add temporary workaround for genext2fs bug 583317 (wrong filesystem
|
||||||
|
revision for ext3 filesystems)
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Thu, 10 Jun 2010 07:37:05 +0200
|
||||||
|
|
||||||
livecd-rootfs (1.117) maverick; urgency=low
|
livecd-rootfs (1.117) maverick; urgency=low
|
||||||
|
|
||||||
* Only use tmpfs on amd64, due to space restrictions on the current
|
* Only use tmpfs on amd64, due to space restrictions on the current
|
||||||
|
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user