mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
move mtab link to point to /proc/self/mounts instead of /proc/mounts in snappy images
This commit is contained in:
parent
f319c7be83
commit
66c472388c
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.392) UNRELEASED; urgency=medium
|
||||
|
||||
* move mtab link to point to /proc/self/mounts instead of /proc/mounts
|
||||
(LP: #1547033) in snappy builds
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> 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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user