~patviafore/livecd-rootfs/+git/livecd-rootfs:vagrant_40_gb

Last commit made on 2020-04-17
Get this branch:
git clone -b vagrant_40_gb https://git.launchpad.net/~patviafore/livecd-rootfs/+git/livecd-rootfs
Only Pat Viafore can upload to this branch. If you are Pat Viafore please log in for upload directions.

Branch merges

Branch information

Name:
vagrant_40_gb
Repository:
lp:~patviafore/livecd-rootfs/+git/livecd-rootfs

Recent commits

2c70ed1... by Pat Viafore

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

85e91dd... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.663

ad64e38... by Dimitri John Ledkov

Run snap info on the downloaded snap, rather than against the store. First of all snap info doesn't have --channel argument, thus queries the wrong channel, and depening on the cohort, a different snap might be visible too. Thus seed the base of the snap revision we dowanloaded, rather than some random one from the store.

28b531d... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.662

a21a67a... by Dimitri John Ledkov

Print subiquity ssh login details on s390x line based consoles.

d585029... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.661

56ac186... by Dimitri John Ledkov

Switch Ubuntu desktop to only hwe-20.04 kernel flavour.

f931080... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.660

a80c68d... by Dimitri John Ledkov

Remove dependencies on qemu-utils and snapd on riscv64, we don't have those yet, but at least we can be on parity with i386 livecd-rootfs already.

49fe13a... by Robert C Jennings

Merge bugfix/snapd_for_core18 into ubuntu/master [a=rcj] [r=vorlon]

Ensure snapd is seeded in core18-only images (and no implicit core snap)

The _snap_post_process function is meant to install snapd if core18 is the
only core snap installed or removed snapd if core is installed and snapd
was not explicitly installed. But the current logic in _snap_preseed
will never call _snap_post_process. $core_name will never be empty
with the existing logic, but even if it were that would only be for the
'core' snap and we'd miss using the 'core18' logic that pulls in snapd.
Given the case statement in _snap_post_process can handle doing the
right thing given any snap we can just call it unconditionally.

Seeing any snap via snap_preseed will evaluate the base for each snap
and seed the appropriate base. There should be no reason to explicitly
seed the 'core' snap and with snaps moving to 'core18' this will add
'core' without need.

MP: https://code.launchpad.net/~rcj/livecd-rootfs/+git/livecd-rootfs/+merge/382041