livecd-rootfs/live-build/ubuntu-touch/hooks/20-extra-files.chroot
Oliver Grawert f5af78966b 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.
2015-05-28 11:23:21 +00:00

10 lines
155 B
Bash
Executable File

#! /bin/sh
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