mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 01:11:31 +00:00
make sure we have no old squashfs around before attempting to run mksquashfs
This commit is contained in:
parent
e86906f342
commit
0a8cb0908a
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (1.103) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* make sure there is no old squashfs around before attempting to squash a
|
||||||
|
new one.
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Mon, 07 Dec 2009 11:27:50 +0100
|
||||||
|
|
||||||
livecd-rootfs (1.102) lucid; urgency=low
|
livecd-rootfs (1.102) lucid; urgency=low
|
||||||
|
|
||||||
* Don't output a newline in filesystem.size.
|
* Don't output a newline in filesystem.size.
|
||||||
|
@ -631,6 +631,9 @@ Pin-Priority: 550
|
|||||||
: > livecd.${FSS}.sort
|
: > livecd.${FSS}.sort
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# make sure there is no old squashfs idling around
|
||||||
|
rm -f livecd.${FSS}.squashfs
|
||||||
|
|
||||||
mksquashfs ${ROOT} livecd.${FSS}.squashfs -sort livecd.${FSS}.sort
|
mksquashfs ${ROOT} livecd.${FSS}.squashfs -sort livecd.${FSS}.sort
|
||||||
chmod 644 livecd.${FSS}.squashfs
|
chmod 644 livecd.${FSS}.squashfs
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user