1849 Commits

Author SHA1 Message Date
Ivan Kapelyukhin
926a2b6b18
Update changelog 2022-03-03 16:00:06 +01:00
Brian Murray
e792132145 releasing package livecd-rootfs version 2.525.57 2022-02-10 15:56:20 -08:00
Michael Hudson-Doyle
edc13ece4c releasing package livecd-rootfs version 2.525.56 2021-10-08 14:42:33 +13:00
Jason C. McDonald
9aca15b3d2 Generate manifest for HyperV desktop images
Manifests are necessary for candidate checking in the
CPC automated workflow for building and publishing
HyperV desktop images. (#1940136)
2021-10-08 14:41:33 +13:00
Michael Hudson-Doyle
dcb39cfe18 releasing package livecd-rootfs version 2.525.55 2021-06-08 08:02:38 +12:00
Thomas Bechtold
2d0ffb244f Fix device node deletion in OCI rootfs tarballs (LP:#1930686)
The bionic tarballs created for the minimized OCI project do contain
files in /dev/ . That's not wanted and might cause problems[0] so do
remove these files.

[0] https://github.com/tianon/docker-brew-ubuntu-core/issues/62
2021-06-03 10:28:49 +02:00
Steve Langasek
332213f44c releasing package livecd-rootfs version 2.525.54 2021-05-21 17:31:00 -07:00
Steve Langasek
aace616e19 Merge remote-tracking branch 'codyshepherd/buildd/hide-grub-menu-bb' into ubuntu/bionic 2021-05-21 17:30:53 -07:00
Michael Hudson-Doyle
a66fde3fbc releasing package livecd-rootfs version 2.525.53 2021-05-11 11:39:56 +12:00
Thomas Bechtold
fa07937842
add debian/changelog entry 2021-04-30 14:53:29 +02:00
Robert C Jennings
f1b20982e1
releasing package livecd-rootfs version 2.525.52 2021-04-10 05:25:11 -05:00
Gauthier Jolly
8039471375
ubuntu-cpc: secure esp mountpoint (LP: #1881006)
Change mount option for ubuntu-cpc images from "defaults" to
"umask=0077". ESP partitions might contain sensitive data and
non-root users shouldn't have read access on it.
2021-03-18 10:17:09 +00:00
Cody Shepherd
42c5cafe90
Update changelog 2021-03-02 07:47:01 -08:00
Dimitri John Ledkov
6c2b5816c7
releasing package livecd-rootfs version 2.525.51 2021-02-09 00:59:40 +00:00
Dimitri John Ledkov
6faede5710
Merge branch 'dk/bionic-buildd-unpack-kernel-initrd' of git+ssh://git.launchpad.net/~davidkrauser/livecd-rootfs/+git/livecd-rootfs into ubuntu/bionic
(Cherry-pick commit 065c82314464fa78337d5122e1d4826a7d6edbb0)
2021-02-09 00:57:50 +00:00
Robert C Jennings
417ee52e1d
releasing package livecd-rootfs version 2.525.50 2021-02-05 15:04:18 -06:00
Cody Shepherd
7a834f3f75
Update changelog 2021-02-03 07:48:23 -08:00
Łukasz 'sil2100' Zemczak
8b7b59dee3 releasing package livecd-rootfs version 2.525.49 2021-01-11 15:44:40 +01:00
David Krauser
ca2d1a728f Produce buildd kernel and initrd as separate artifacts
Multipass on Mac OS X requires standalone kernel and initrd artifacts
to boot.

Also call update-initramfs on all installed kernels. We only have one
kernel installed, so we don't need to specify an explicit version.
2021-01-08 14:54:29 -05:00
Łukasz 'sil2100' Zemczak
a976382d9a Try building qcow2 images for appliances. 2020-12-04 12:34:40 +01:00
Robert C Jennings
83b582c401
actually releasing package livecd-rootfs version 2.525.48
My prior commit had the wrong suite
2020-11-20 15:32:17 -06:00
Robert C Jennings
cc3715193f
releasing package livecd-rootfs version 2.525.48 2020-11-20 15:11:37 -06:00
Robert C Jennings
e6dc732f34
Merge bionic-open-vm-tools-backport into ubuntu/bionic [a=jchittum] [r=rcj]
Backport vmtools version in vmdk (LP: #1893898)

Backport
LP: #1893898 describes missing vmtools version from the vmdk headers.
The version should be added as ddb.toolsVersion = "2147483647" however
the sed was no longer replacing a ddb.comment field with the tools
version. Rather than subbing ddb.comment with toolsVersion, this commit
deletes ddb.comment (which the comment mentions could cause errors),
and adds the correct value. There was no visibility into the descriptor
during hook creation, so debug statements were added. This allows us to
quickly verify in the logs that bad statements are removed (the possibly
offending comments), as well as ensuring that the toolsVersion is added

MP: https://code.launchpad.net/~jchittum/livecd-rootfs/+git/livecd-rootfs/+merge/394144
2020-11-20 15:07:50 -06:00
Robert C Jennings
b5e21920dd
Merge bionic-sru-grub into ubuntu/bionic [a=powersj] [r=patviafore,rcj]
SRU always install grub-pc with shim-signed (LP: #1901906), and ensure to autoremove packages

MP: https://code.launchpad.net/~powersj/livecd-rootfs/+git/livecd-rootfs-1/+merge/393734
2020-11-20 15:06:31 -06:00
Robert C Jennings
8842b0528f
Merge vagrant_40_gb_bionic into ubuntu/bionic [a=patviafore] [r=rcj]
Make Ubuntu Vagrant box 40G. (LP: #1580596)

Vagrant images were previously put at 10G, but this was a regression
from Trusty, in which they were 40G. This made it a tough sell for
users to upgrade if they were using a Ubuntu desktop experience.

This change does not impact disk usage as Vagrant with the virtualbox
provider dynamically allocates space with the VMDK. On a test system,
the VMDK took up 1.1G of disk space according to df, and after
creating a 2G file in Vagrant, the VMDK grew to 3.1G.

Therefore, users who are running on a system with little free space will
not see adverse effects if they upgrade to a new vagrant image

MP: https://code.launchpad.net/~patviafore/livecd-rootfs/+git/livecd-rootfs/+merge/384635
2020-11-20 15:03:41 -06:00
John Chittum
183466629b
Open and update changelog
Open new version, add changelog description
2020-11-18 11:36:00 -06:00
Joshua Powers
bc9f8bad69
releasing package livecd-rootfs version 2.525.47 2020-11-13 09:15:13 -08:00
Łukasz 'sil2100' Zemczak
275c5294f6 releasing package livecd-rootfs version 2.525.47 2020-08-13 15:06:12 +02:00
Łukasz 'sil2100' Zemczak
70d675e5ab Apparently the lxd appliance needs to use a custom track, so hack it in. 2020-08-13 14:52:30 +02:00
Steve Langasek
a4a696053b releasing package livecd-rootfs version 2.525.46 2020-08-10 14:17:19 -07:00
Steve Langasek
2c7aed242e Add dist-upgrade to bootable-buildd hook to ensure the built image doesn't contain vulnerable kernels or other packages. LP: #1891061. 2020-08-10 14:17:11 -07:00
Łukasz 'sil2100' Zemczak
5938663078 releasing package livecd-rootfs version 2.525.45 2020-07-28 20:37:10 +02:00
Łukasz 'sil2100' Zemczak
a93faf9008 Add bug number 2020-07-28 12:31:19 +02:00
Łukasz 'sil2100' Zemczak
07c17a8258 Merge branch 'feature/move-to-raspi-hwe-18.04' of https://git.launchpad.net/~fginther/livecd-rootfs into ubuntu/bionic 2020-07-28 12:30:27 +02:00
Michael Hudson-Doyle
ecc146ea5d Merge branch 'no-maas-squashfs' into lp-1883156 2020-07-23 14:28:25 +12:00
Dimitri John Ledkov
d0f81ae08a Subiquity: install linux-firmware in the installer layer, to make firmware blobs available in the live session. LP: #1847835 2020-07-22 22:47:18 +12:00
Michael Hudson-Doyle
b4ceae03d5 update changelog 2020-07-22 22:43:16 +12:00
Michael Hudson-Doyle
570fcb79ff Stop building and mounting the mass-rack and maas-region squashfses for the server-live build as subiquity does not use them any more. 2020-07-22 22:11:40 +12:00
Francis Ginther
5e442437fa Update changelog
Use the linux-raspi-hwe-18.04 kernel for raspi3 classic image builds.
2020-07-20 20:58:45 -05:00
Łukasz 'sil2100' Zemczak
6e37b05312 releasing package livecd-rootfs version 2.525.44 2020-07-17 14:47:02 +02:00
Łukasz 'sil2100' Zemczak
1c27c6a88a Add bug number 2020-07-15 16:15:23 +02:00
Pat Viafore
457170a92c
Make Ubuntu Vagrant box 40G. (LP: #1580596)
Vagrant images were previously put at 10G, but this was a regression
from Trusty, in which they were 40G.  This made it a tough sell for
users to upgrade if they were using a Ubuntu desktop experience.

This change does not impact disk usage as Vagrant with the virtualbox
provider dynamically allocates space with the VMDK.  On a test system,
the VMDK took up 1.1G of disk space according to df, and after
creating a 2G file in Vagrant, the VMDK grew to 3.1G.

Therefore, users who are running on a system with little free space will
not see adverse effects if they upgrade to a new vagrant image
2020-05-22 15:38:32 -05:00
Łukasz 'sil2100' Zemczak
650cced79e Add support for uc18 appliance images. 2020-05-07 18:39:32 +02:00
Robert C Jennings
eb708c9ab6
Releasing package livecd-rootfs version 2.525.43 2020-03-30 09:40:48 -05:00
Robert C Jennings
bb6c17545f
Releasing package livecd-rootfs version 2.525.42 2020-03-27 14:32:46 -05:00
Robert C Jennings
a00ac033d9
Merge buildd-bootable/bionic into ubuntu/bionic
Backports to enable building of bootable buildd images LP: #1863024

MP: https://code.launchpad.net/~davidkrauser/livecd-rootfs/+git/livecd-rootfs/+merge/380908
2020-03-27 14:27:30 -05:00
Cody Shepherd
7d5a52d8f2 Updating changelong for bootable buildd image changes. LP: #1863024 2020-03-19 13:44:49 -04:00
Steve Langasek
6b8bcf00ad changelog fixup 2020-02-28 09:18:14 -08:00
Robert C Jennings
15c419eafb
Fix core_snap variable scope issue
The prior change to pre-seed the correct base added a case to handle
installation of the core snap.  When that was added it created a case
where the $core_snap variable would not be defined when we reach the
end of the _snap_preseed function and evaluate if $core_snap is defined
by empty.  Previous if the snap to preseed was core or core18 then
$core_snap would be "" so this patch addresses that by ensuring the
variable exists and is empty by default.
2020-02-28 08:36:56 -06:00
Steve Langasek
b8865cb17d releasing package livecd-rootfs version 2.525.41 2020-02-27 14:42:34 -08:00