Import patches-unapplied version 2.305 to ubuntu/wily-proposed

Imported using git-ubuntu import.

Changelog parent: 4e6a76065bfdb1b229765518b57c1bc6a9779778

New changelog entries:
  * also add /lib/firmware to the dirs we pre-create on touch and core.
This commit is contained in:
Oliver Grawert 2015-05-28 13:18:43 +02:00 committed by usd-importer
parent 4e6a76065b
commit f5af78966b
3 changed files with 8 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.305) wily; urgency=medium
* also add /lib/firmware to the dirs we pre-create on touch and core.
-- Oliver Grawert <ogra@ubuntu.com> Thu, 28 May 2015 13:18:43 +0200
livecd-rootfs (2.304) wily; urgency=medium
* -touch/-core create /etc/mtab link, /lib/modules dir and the respective

View File

@ -5,4 +5,5 @@ set -e
echo "creating mtab and modules dir" >&2
ln -sf /proc/mounts /etc/mtab
mkdir -p /lib/modules
mkdir -p /lib/firmware
mkdir -p /writable

View File

@ -5,4 +5,5 @@ set -e
echo "creating mtab and modules dir" >&2
ln -sf /proc/mounts /etc/mtab
mkdir -p /lib/modules
mkdir -p /lib/firmware
mkdir -p /userdata