From 8027f4d9dfa5da2553557a5cb727f301166396ac Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Thu, 18 Feb 2016 14:42:29 +0100 Subject: [PATCH] Import patches-unapplied version 2.379 to ubuntu/xenial-proposed Imported using git-ubuntu import. Changelog parent: f2412fdd38d4229dc8ece9810ed595c191bc732a New changelog entries: * add /var/lib/systemd/rfkill to pre-created dirs to use as writable mountpoint for bind-mounts in snappy. --- 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..066a02c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.379) xenial; 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