snap-core24:splash-support

Last commit made on 2022-08-23
Get this branch:
git clone -b splash-support https://git.launchpad.net/snap-core24

Branch merges

Branch information

Name:
splash-support
Repository:
lp:snap-core24

Recent commits

d25ef06... by Alfonso Sanchez-Beato

static: remove After dependecy on snap-initramfs-mounts.service

snap-initramfs-mounts.service does not exist after the switch root.

2b6ebb8... by Alfonso Sanchez-Beato

hooks: use packages from ucdev instead of from foundations PPA

7ac40c3... by Alfonso Sanchez-Beato

many: add configuration for splash screen

93afceb... by Philip Meulengracht

tests/spread/main/basic: verify mount time of ubuntu-save

265d11b... by Philip Meulengracht

static/usr/lib: remove change to handle-writable-paths and add a conditional mount unit instead

8649700... by Philip Meulengracht

tests/spread/main/basic: add checks for correct mount permissions

fb08b96... by Philip Meulengracht

static/usr/lib/core: mount ubuntu-save to /var/lib/snapd/save

dbac067... by Valentin David

Add missing build dependencies when building from launchpad-buildd

951e64c... by Alfonso Sanchez-Beato

Merge pull request #67 from valentindavid/valentindavid/remove-debug-print-line

Makefile: remove a forgotten debug print

486e30f... by Valentin David

Fix downloading of base image when mirrors are not in sync

The mirrors use a round robin on `cdimage.ubunutu.com`. So calling
wget multiple times might resolve to different mirrors that might be
out of sync. Instead we need to call wget once to download all the
files.