mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-13 04:11:11 +00:00
Import patches-unapplied version 1.102 to ubuntu/lucid
Imported using git-ubuntu import. Changelog parent: 658b8ac3cc0b4b88c782e6b6ca9024cc5998c194 New changelog entries: * Don't output a newline in filesystem.size.
This commit is contained in:
parent
658b8ac3cc
commit
cb09049c18
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (1.102) lucid; urgency=low
|
||||
|
||||
* Don't output a newline in filesystem.size.
|
||||
|
||||
-- Evan Dandrea <evand@ubuntu.com> Thu, 19 Nov 2009 14:57:10 -0600
|
||||
|
||||
livecd-rootfs (0.101) lucid; urgency=low
|
||||
|
||||
* Write out the total size of uncompressed squashfs to be used by
|
||||
|
@ -618,7 +618,7 @@ Pin-Priority: 550
|
||||
# <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
|
||||
printf $(du -sx --block-size=1 ${ROOT} | cut -f1) > livecd.${FSS}.size || true
|
||||
|
||||
livefs_squash()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user