3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-24 17:31:18 +00:00

add /var/lib/systemd/rfkill to pre-created snappy dirs

This commit is contained in:
Oliver Grawert 2016-02-18 14:43:46 +01:00
parent cbbb38a364
commit 4bf82391aa
2 changed files with 8 additions and 0 deletions
debian
live-build/ubuntu-core/hooks

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.379) UNRELEASED; urgency=medium
* add /var/lib/systemd/rfkill to pre-created dirs to use as writable
mountpoint for bind-mounts in snappy.
-- Oliver Grawert <ogra@ubuntu.com> Thu, 18 Feb 2016 14:42:29 +0100
livecd-rootfs (2.378) xenial; urgency=medium
* Add net.ifnames=0 to the raspi2 cmdline injected into raspi2 builds.

@ -7,3 +7,4 @@ ln -sf /proc/mounts /etc/mtab
mkdir -p /lib/modules
mkdir -p /lib/firmware
mkdir -p /writable
mkdir -p /var/lib/systemd/rfkill