2040 Commits

Author SHA1 Message Date
Iain Lane
9bd0fd192f Specify seeds for all flavours too 2018-01-30 10:49:38 +00:00
Iain Lane
9978fd7b39 Support seeding of snaps, as emitted by germinate >= 2.27. 2018-01-30 10:16:36 +00:00
Iain Lane
77de6a289f snap: Add BASE_SEED for all desktop flavours 2018-01-30 09:51:32 +00:00
Iain Lane
26612d0b26 snap: move the seeding block down, so that it is common to all flavours 2018-01-30 09:44:25 +00:00
Mathieu Trudel-Lapierre
019d166878 releasing package livecd-rootfs version 2.490 2.490 2018-01-29 12:15:27 -05:00
Mathieu Trudel-Lapierre
0f4ae44c0c ubuntu-cpc: Initramfs compression should match default for
update-initramfs (LP: #1744114)
2018-01-29 12:15:05 -05:00
Robert C Jennings
d41cc70bf5 ubuntu-cpc: Initramfs compression should match runtime default (LP: #1744114)
Cloud images created from the 'ubuntu-cpc' project use lzma initramfs
compression for the initial initramfs shipped in the image; this is the
default for livecd-rootfs. When a user updates the initramfs (or installs
a new kernel) on a running instance created from a cloud image they will
get gzip compression, which is the default shipped in initramfs-tools.

With this patch the compression method used to create the initramfs in
the initial cloud images will match the compression menthod used when
the end-user creates/updates an initramfs, namely gzip compression.
2018-01-19 12:26:32 -06:00
Steve Langasek
168e2def92 releasing package livecd-rootfs version 2.489 2.489 2018-01-12 15:04:48 -08:00
Steve Langasek
8e1d2ac6fb Merge lp:~vorlon/livecd-rootfs/u-i-channels 2018-01-12 15:04:37 -08:00
Steve Langasek
e6a66dd3bf Add support for passing snap channel to ubuntu-core image builds. 2018-01-12 14:56:57 -08:00
Balint Reczey
d3e460d399 Merge lp:~rbalint/livecd-rootfs/drop-nexus7-support 2018-01-09 01:29:01 +01:00
Balint Reczey
c499490e55 Update changelog 2018-01-06 23:49:44 +01:00
Balint Reczey
df89bff043 Drop Nexus 7 support 2018-01-06 01:26:42 +01:00
Balint Reczey
510f16b757 Stop suggesting partimage which is not used anymore 2018-01-05 01:52:00 +01:00
Steve Langasek
cb635a6035 Merge lp:~rbalint/livecd-rootfs/minimize-1g-revert 2018-01-04 15:07:51 -08:00
Balint Reczey
c85549a2d7 Update changelog 2018-01-04 14:38:27 +01:00
Balint Reczey
34dd1fb2f4 Revert to building minimized and not minimimized images with the same ~2.2 GiB size 2018-01-04 14:37:02 +01:00
Iain Lane
07873ec528 Support seeding of snaps
We run germinate during configure, and read from each resulting <seed>.snaps
file (expanded from STRUCTURE) to find out which snaps to seed. This is written
to config/seeded-snaps, which is read during build to download each one.
2018-01-04 12:11:46 +00:00
Michael Hudson-Doyle
4cbb91b55f releasing package livecd-rootfs version 2.488 2.488 2018-01-04 09:37:28 +13:00
Michael Hudson-Doyle
7c1c7a80c2 enable networkd for live-server systems
the logic for doing this is the same as why it is done for cloud-images, for which
see http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk/revision/1520

I think this behaviour is a bug in cloud-init (see lp:#1737630) but this is a good
workaround in the mean time
2017-12-21 11:00:22 +13:00
Dimitri John Ledkov
a7ecb03492 releasing package livecd-rootfs version 2.487 2.487 2017-12-11 12:22:43 +00:00
Dimitri John Ledkov
5f64c373f1 Drop android-tools-fsutils dependency, and instead install it on
demand for the nexus7 sub-arch. This target is no longer produced,
thus by doing this android-tools can fall out of main to universe.
2017-12-11 12:22:31 +00:00
Steve Langasek
a43830fa39 releasing package livecd-rootfs version 2.486 2.486 2017-12-06 14:22:46 -08:00
Steve Langasek
c02f0f0f4c Install grub-ieee1275 instead of grub2 on ppc64el; grub2 is a dummy
transitional package in universe.
2017-12-06 14:22:41 -08:00
Michael Hudson-Doyle
ebb9fd968c releasing package livecd-rootfs version 2.485 2.485 2017-12-04 11:10:27 +13:00
Balint Reczey
d0e03e12ed fix long line in changelog 2017-12-01 22:20:19 +01:00
Balint Reczey
0dc6880b47 Merge lp:~rbalint/livecd-rootfs/minimize-1g
* Zero fill space in UEFI partitions, too
* Set LB_ISO_PREPARER to livecd-rootfs to avoid unbound variable in default string
* Build minimized images in a 1GiB image
2017-12-01 22:13:48 +01:00
Michael Hudson-Doyle
c24e13f8f9 install grub-ieee1275 instead of grub2 on ppc64el
grub2 is a dummy transitional package that is in universe.
2017-12-01 13:44:32 +13:00
Balint Reczey
187f1e51ff Update changelog 2017-11-23 20:32:19 +01:00
Balint Reczey
532bd5b5ed Build minimized images in a 1GiB image 2017-11-23 20:27:16 +01:00
Balint Reczey
89e87b4c2c Set LB_ISO_PREPARER to livecd-rootfs to avoid unbound variable in default string 2017-11-23 20:27:16 +01:00
Balint Reczey
3631c1f778 Zero fill space in UEFI partitions, too 2017-11-23 20:27:16 +01:00
Balint Reczey
79377f4312 Use default xz compression (-6) for raspi2 image.
Xz with -0 generated ~35% bigger compressed image. (LP: #1732681)
2017-11-23 20:25:28 +01:00
Balint Reczey
fcac798632 Update changelog 2017-11-20 21:19:26 +01:00
Balint Reczey
c45ea223b4 Use default xz compression (-6) for raspi2 image
Xz with -0 generated ~35% bigger compressed image.

LP: #1732681
2017-11-20 21:18:33 +01:00
Michael Hudson-Doyle
43483b356f Automount a partition of fixed UUID for giving subiquity canned answers. 2017-11-20 09:13:25 +13:00
Michael Hudson-Doyle
12defca931 fix changelog 2017-11-20 09:12:56 +13:00
Michael Hudson-Doyle
e0809e31f6 Automount a partition of fixed UUID for giving subiquity canned answers. 2017-11-17 15:08:15 +13:00
Steve Langasek
ae41b74b1f releasing package livecd-rootfs version 2.484 2.484 2017-11-14 16:58:37 -08:00
Steve Langasek
be29d44c3d Merge lp:~rbalint/livecd-rootfs/s390x-skip-missing-initrd 2017-11-14 13:01:27 -08:00
Balint Reczey
578fa5a92d Update changelog 2017-11-14 19:04:21 +01:00
Balint Reczey
4a168af954 Skip setting up initrd for s390x when it is not generated for the image
This fixes building minimized s390x images.
2017-11-14 18:44:06 +01:00
Steve Langasek
5598da902f releasing package livecd-rootfs version 2.483 2.483 2017-11-13 09:15:16 -08:00
Steve Langasek
49e17b717e Fix lingering reference to livecd-rootfs.ubuntu-core.model-assertion
that breaks the ubuntu-core image build.
2017-11-13 09:15:11 -08:00
Steve Langasek
2bab8488c1 releasing package livecd-rootfs version 2.482 2.482 2017-11-09 23:49:48 -08:00
Steve Langasek
f384f10867 Merge lp:~vorlon/livecd-rootfs/minimize-round-two 2017-11-09 23:49:30 -08:00
Steve Langasek
5b6c91a7a9 releasing package livecd-rootfs version 2.481 2.481 2017-11-09 23:29:55 -08:00
Steve Langasek
a1f402df6d Merge ../livecd-rootfs.ubuntu-image-improvements/ 2017-11-09 23:28:29 -08:00
Steve Langasek
ea2840ddfc fix wrong use of PREFIX literal 2017-11-09 16:13:25 -08:00
Steve Langasek
7c07f8a65b Change ubuntu-core image builds to use the standard "$PREFIX" naming for
artifacts instead of being gratuitously different; requires a matching
change to ubuntu-cdimage.
2017-11-09 16:13:08 -08:00