mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-21 05:34:08 +00:00
Compare commits
8 Commits
ubuntu/mas
...
2.694.2
Author | SHA1 | Date | |
---|---|---|---|
|
4868b6c054 | ||
|
c02b972a1f | ||
|
ffd4faca9a | ||
|
4ec61627a8 | ||
|
6c9120820a | ||
|
b4fe728481 | ||
|
4aedf53772 | ||
|
aeb9e39ec9 |
45
debian/changelog
vendored
45
debian/changelog
vendored
@ -1,38 +1,33 @@
|
|||||||
livecd-rootfs (2.699) hirsute; urgency=medium
|
livecd-rootfs (2.694.2) groovy; urgency=medium
|
||||||
|
|
||||||
* hyper-v hook: Fix writing of pkla file out to correct scratch directory
|
[ Cody Shepherd ]
|
||||||
for image build.
|
* Create manifests for buildd tarball images (LP: #1914445)
|
||||||
|
|
||||||
-- Jinming Wu, Patrick <me@patrickwu.space> Tue, 03 Nov 2020 10:13:53 +0000
|
-- Robert C Jennings <robert.jennings@canonical.com> Fri, 05 Feb 2021 14:41:05 -0600
|
||||||
|
|
||||||
livecd-rootfs (2.698) hirsute; urgency=medium
|
livecd-rootfs (2.694.1) groovy; urgency=medium
|
||||||
|
|
||||||
* amd64: always install grub-pc with shim-signed (LP: #1901906)
|
* livecd-rootfs SRU of change up to 2.699 from hirsute to groovy.
|
||||||
* control: install qemu-utils & snapd on riscv64.
|
|
||||||
|
|
||||||
-- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 29 Oct 2020 22:22:30 +0000
|
|
||||||
|
|
||||||
livecd-rootfs (2.697) hirsute; urgency=medium
|
|
||||||
|
|
||||||
[ John Chittum ]
|
|
||||||
* Ensure vmtools version entered into vmdk header (LP: #1893898)
|
|
||||||
|
|
||||||
-- Robert C Jennings <robert.jennings@canonical.com> Wed, 28 Oct 2020 12:02:04 -0500
|
|
||||||
|
|
||||||
livecd-rootfs (2.696) hirsute; urgency=medium
|
|
||||||
|
|
||||||
|
= hyperv gallery image =
|
||||||
|
[ Jinming Wu, Patrick ]
|
||||||
|
* hyper-v hook: Fix writing of pkla file out to correct scratch
|
||||||
|
directory for image build. LP: #1901846
|
||||||
|
[ Dimitri John Ledkov ]
|
||||||
* auto/config: seed ubuntu-desktop when building hyperv image LP: #1901846
|
* auto/config: seed ubuntu-desktop when building hyperv image LP: #1901846
|
||||||
* auto/config: scope ubuntu:desktop-preinstalled:raspi image options LP: #1901846
|
* auto/config: scope ubuntu:desktop-preinstalled:raspi image options LP: #1901846
|
||||||
|
|
||||||
-- Dimitri John Ledkov <xnox@ubuntu.com> Wed, 28 Oct 2020 10:36:29 +0000
|
= CPC cloud images =
|
||||||
|
[ Dimitri John Ledkov & Joshua Powers ]
|
||||||
|
* amd64: always install grub-pc with shim-signed (LP: #1901906), and
|
||||||
|
ensure to autoremove packages
|
||||||
|
[ John Chittum ]
|
||||||
|
* Ensure vmtools version entered into vmdk header (LP: #1893898)
|
||||||
|
|
||||||
livecd-rootfs (2.695) hirsute; urgency=medium
|
= RISC-V port =
|
||||||
|
* control: install qemu-utils & snapd on riscv64. (LP: #1903034)
|
||||||
|
|
||||||
* Install only shim-signed to prevent shipping conflicting, autoremovable
|
-- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 05 Nov 2020 11:54:14 +0000
|
||||||
packages
|
|
||||||
* Ensure autoremove is run after any package install
|
|
||||||
|
|
||||||
-- Joshua Powers <josh.powers@canonical.com> Mon, 26 Oct 2020 11:58:57 -0700
|
|
||||||
|
|
||||||
livecd-rootfs (2.694) groovy; urgency=medium
|
livecd-rootfs (2.694) groovy; urgency=medium
|
||||||
|
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
# ourselves.
|
# ourselves.
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
. config/functions
|
||||||
|
|
||||||
|
create_manifest chroot "livecd.$PROJECT.rootfs.manifest"
|
||||||
|
|
||||||
# gzip was chosen for fastest decompression speed: it decompresses buildd
|
# gzip was chosen for fastest decompression speed: it decompresses buildd
|
||||||
# chroots about twice as fast as xz and about five times as fast as bzip2.
|
# chroots about twice as fast as xz and about five times as fast as bzip2.
|
||||||
tar --transform='s,^chroot,chroot-autobuild,' --sort=name --numeric-owner \
|
tar --transform='s,^chroot,chroot-autobuild,' --sort=name --numeric-owner \
|
||||||
|
@ -3,12 +3,16 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
. config/bootstrap
|
. config/bootstrap
|
||||||
|
. config/functions
|
||||||
|
|
||||||
TMPDIR="$(mktemp -d)"
|
TMPDIR="$(mktemp -d)"
|
||||||
config/make-lxd-metadata "${LB_DISTRIBUTION%-*}" "$ARCH" \
|
config/make-lxd-metadata "${LB_DISTRIBUTION%-*}" "$ARCH" \
|
||||||
>"$TMPDIR/metadata.yaml"
|
>"$TMPDIR/metadata.yaml"
|
||||||
tar --numeric-owner -cf "livecd.$PROJECT.lxd.tar" -C "$TMPDIR" metadata.yaml
|
tar --numeric-owner -cf "livecd.$PROJECT.lxd.tar" -C "$TMPDIR" metadata.yaml
|
||||||
rm -rf "$TMPDIR"
|
rm -rf "$TMPDIR"
|
||||||
|
|
||||||
|
create_manifest chroot "livecd.$PROJECT.lxd.manifest"
|
||||||
|
|
||||||
# When using the combined metadata/rootfs form, the rootfs must be under
|
# When using the combined metadata/rootfs form, the rootfs must be under
|
||||||
# rootfs/ rather than under chroot-autobuild/.
|
# rootfs/ rather than under chroot-autobuild/.
|
||||||
tar --transform='s,^chroot,rootfs,' --sort=name --numeric-owner \
|
tar --transform='s,^chroot,rootfs,' --sort=name --numeric-owner \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user