mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 22:07:10 +00:00
Import patches-unapplied version 2.393 to ubuntu/xenial-proposed
Imported using git-ubuntu import. Changelog parent: 748d5d31bbae4e3e9b3855f0eed19d03a0560d40 New changelog entries: * actually make the /etc/mtab link relative (LP: #1547033)
This commit is contained in:
parent
748d5d31bb
commit
42e2a00908
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.393) xenial; urgency=medium
|
||||||
|
|
||||||
|
* actually make the /etc/mtab link relative (LP: #1547033)
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Thu, 24 Mar 2016 13:27:01 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.392) xenial; urgency=medium
|
livecd-rootfs (2.392) xenial; urgency=medium
|
||||||
|
|
||||||
* move mtab link to point to /proc/self/mounts instead of /proc/mounts
|
* move mtab link to point to /proc/self/mounts instead of /proc/mounts
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "creating mtab and modules dir" >&2
|
echo "creating mtab and modules dir" >&2
|
||||||
ln -sf /proc/self/mounts /etc/mtab
|
ln -sf ../proc/self/mounts /etc/mtab
|
||||||
mkdir -p /lib/modules
|
mkdir -p /lib/modules
|
||||||
mkdir -p /lib/firmware
|
mkdir -p /lib/firmware
|
||||||
mkdir -p /writable
|
mkdir -p /writable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user