Write out the total size of uncompressed squashfs to be used by

partman and ubiquity.
ubuntu/precise
Evan Dandrea 15 years ago
parent 0d5ddfb83d
commit 9906d2d8e4

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (0.101) UNRELEASED; urgency=low
* Write out the total size of uncompressed squashfs to be used by
partman and ubiquity.
-- Evan Dandrea <evand@ubuntu.com> Wed, 18 Nov 2009 12:08:48 -0600
livecd-rootfs (0.100) karmic; urgency=low
* UNR LIVELIST: list lupin-casper and laptop-detect explicitly and drop

@ -614,6 +614,12 @@ Pin-Priority: 550
# else needs to be run in the chroot (umounting it earlier breaks rm):
cleanup
# Squashfs does not report unpacked disk space usage, which is explained at
# <http://lkml.org/lkml/2006/6/16/163>. However, we would like to cache this
# number for partman's sufficient free space check and ubiquity's
# installation progress calculation.
du -sx --block-size=1 ${ROOT} | cut -f1 > livecd.${FSS}.size || true
livefs_squash()
{
squashsort="http://people.ubuntu.com/~tfheen/livesort/${FSS}.list.${TARGETARCH}"

Loading…
Cancel
Save