ubuntu-core-initramfs:xnox/new-cvm

Last commit made on 2022-08-12
Get this branch:
git clone -b xnox/new-cvm https://git.launchpad.net/ubuntu-core-initramfs

Branch merges

Branch information

Name:
xnox/new-cvm
Repository:
lp:ubuntu-core-initramfs

Recent commits

4f76b20... by Dimitri John Ledkov

Upgrade snap-bootstrap fork

d5c36cf... by Dimitri John Ledkov

Forward-port CVM

6e03c27... by Alfonso Sanchez-Beato

Merge pull request #108 from alfonsosanchezbeato/release-56

releasing package ubuntu-core-initramfs version 56

4b781ce... by Alfonso Sanchez-Beato

releasing package ubuntu-core-initramfs version 56

e14f618... by Alfonso Sanchez-Beato

Merge pull request #106 from valentindavid/valentindavid/classic

Mount UC mounts only when UC is detected

5a53375... by Alfonso Sanchez-Beato

Merge pull request #105 from valentindavid/valentindavid/remove-useless-files

debian/rules: Remove more unused systemd files

281efc3... by Alfonso Sanchez-Beato

Merge pull request #101 from jianhuilee/iotg

add required drivers on Intel platform

9702725... by Valentin David

Mount UC mounts only when UC is detected

snap-bootstrap will mount the root in `/run/mnt/data` on Ubuntu classic
and in `/run/mnt/base` in Ubuntu Core. `sysroot.mount` needs to bind mount
the right directory. For that, `detect-{uc,classic}-sysroot.service`
creates a symlink `/run/mnt/sysroot` to to the right path.

`populate-writable.service` and `sysroot-writable.mount` are
conditionally started only for Ubuntu Core.

8507bb7... by Alfonso Sanchez-Beato

Merge pull request #104 from valentindavid/valentindavid/cleanup-module-load

Print warnings when modules are in the wrong configuration file

7614cb2... by Jian Hui Lee

modules/main/extra-modules.conf: add required drivers on Intel platform

Include Renesas USB3.0 xHCI driver and Intel VMD PCIe NVMe SSD driver.

Signed-off-by: Jian Hui Lee <email address hidden>