mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 22:28:27 +00:00
Import patches-unapplied version 2.443 to ubuntu/artful-proposed
Imported using git-ubuntu import. Changelog parent: de6bd722ae1c82766d1b037be8814b55f3249a73 New changelog entries: * Mark autopkgtests isolation-machine since debootstrap won't work in a container. * Use xz to compress ubuntu-image .img files before transfer, so that we have smaller downloads and retain file sparseness everywhere.
This commit is contained in:
parent
de6bd722ae
commit
def10927e4
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
livecd-rootfs (2.443) artful; urgency=medium
|
||||
|
||||
* Mark autopkgtests isolation-machine since debootstrap won't work in a
|
||||
container.
|
||||
* Use xz to compress ubuntu-image .img files before transfer, so that we
|
||||
have smaller downloads and retain file sparseness everywhere.
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 28 Apr 2017 17:50:07 -0700
|
||||
|
||||
livecd-rootfs (2.442) artful; urgency=medium
|
||||
|
||||
[ Robert Jennings ]
|
||||
|
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -1,3 +1,3 @@
|
||||
Tests: default-bootstraps
|
||||
Depends: @, lsb-release
|
||||
Restrictions: needs-root
|
||||
Restrictions: needs-root isolation-machine
|
||||
|
@ -17,7 +17,10 @@ fi
|
||||
|
||||
if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
|
||||
# Use ubuntu-image instead of live-build
|
||||
apt-get install -qqy pxz
|
||||
|
||||
env SNAPPY_STORE_NO_CDN=1 ubuntu-image -o livecd."$PROJECT".img livecd."$PROJECT".model-assertion
|
||||
pxz -T4 livecd."$PROJECT".img
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user