mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
also store the size of the ac100 tarball in the initrd, since the tarball changes its name several times during build we need a second criteria to not loop over all availiable tarballs with md5sum at install time.
This commit is contained in:
parent
d1c4e63396
commit
ca106b98d8
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,10 +1,16 @@
|
||||
livecd-rootfs (2.36) UNRELEASED; urgency=low
|
||||
|
||||
[ Colin Watson ]
|
||||
* BuildLiveCD: Add subproject and ubuntu-defaults-image locale to error
|
||||
mail subject.
|
||||
* BuildLiveCD: Install recommendations of ubuntu-defaults-builder.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Wed, 31 Aug 2011 10:02:05 +0100
|
||||
[ Oliver Grawert ]
|
||||
* also store the size of the ac100 tarball in the initrd, since the tarball
|
||||
changes its name several times during build we need a second criteria to not
|
||||
loop over all availiable tarballs with md5sum at install time.
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Tue, 06 Sep 2011 15:18:52 +0200
|
||||
|
||||
livecd-rootfs (2.35) oneiric; urgency=low
|
||||
|
||||
|
@ -184,8 +184,9 @@ if [ "$NUMFLAVOURS" = 1 ] && [ "$LB_LINUX_FLAVOURS" != "none" ]; then
|
||||
fi
|
||||
|
||||
if [ "$SUBARCH" = "ac100" ]; then
|
||||
# create the md5sum file for which we are actually doing all this
|
||||
# create the md5sum and size files for which we are actually doing all this
|
||||
md5sum $PREFIX.rootfs.tar.gz >chroot/installer.md5
|
||||
wc -c $PREFIX.rootfs.tar.gz >chroot/installer.size
|
||||
|
||||
# make sure update-initramfs feels cosy and warm in the environment
|
||||
lb chroot_proc install "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user