From 748d5d31bbae4e3e9b3855f0eed19d03a0560d40 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Tue, 22 Mar 2016 13:16:59 +0100 Subject: [PATCH] Import patches-unapplied version 2.392 to ubuntu/xenial-proposed Imported using git-ubuntu import. Changelog parent: 43e896d8a8b1ebe4aae1c965ce9f7761089f7698 New changelog entries: * move mtab link to point to /proc/self/mounts instead of /proc/mounts (LP: #1547033) in snappy builds --- debian/changelog | 7 +++++++ live-build/ubuntu-core/hooks/20-extra-files.chroot | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 37979cbc..7dcdac11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.392) xenial; urgency=medium + + * move mtab link to point to /proc/self/mounts instead of /proc/mounts + (LP: #1547033) in snappy builds + + -- Oliver Grawert Tue, 22 Mar 2016 13:16:59 +0100 + livecd-rootfs (2.391) xenial; urgency=medium * adjust snap versions to only have one dash and use plus chars instead diff --git a/live-build/ubuntu-core/hooks/20-extra-files.chroot b/live-build/ubuntu-core/hooks/20-extra-files.chroot index 885569ea..10ffa010 100755 --- a/live-build/ubuntu-core/hooks/20-extra-files.chroot +++ b/live-build/ubuntu-core/hooks/20-extra-files.chroot @@ -3,7 +3,7 @@ set -e echo "creating mtab and modules dir" >&2 -ln -sf /proc/mounts /etc/mtab +ln -sf /proc/self/mounts /etc/mtab mkdir -p /lib/modules mkdir -p /lib/firmware mkdir -p /writable