From 4bf82391aad19c184839f5270f3b1bd9c488adc7 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Thu, 18 Feb 2016 14:43:46 +0100 Subject: [PATCH] add /var/lib/systemd/rfkill to pre-created snappy dirs --- debian/changelog | 7 +++++++ live-build/ubuntu-core/hooks/20-extra-files.chroot | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 88ce4b07..b0c97109 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. diff --git a/live-build/ubuntu-core/hooks/20-extra-files.chroot b/live-build/ubuntu-core/hooks/20-extra-files.chroot index be28cc12..885569ea 100755 --- a/live-build/ubuntu-core/hooks/20-extra-files.chroot +++ b/live-build/ubuntu-core/hooks/20-extra-files.chroot @@ -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