~ubuntu-core-dev/livecd-rootfs/bionic-proposed

« back to all changes in this revision

Viewing changes to live-build/ubuntu-touch/hooks/20-extra-files.chroot

  • Committer: Balint Reczey
  • Date: 2019-01-31 08:14:49 UTC
  • Revision ID: balint.reczey@canonical.com-20190131081449-n8ne0p9wd90j5cle
Moved to git at https://git.launchpad.net/livecd-rootfs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
echo "creating mtab and modules dir" >&2
6
 
ln -sf /proc/mounts /etc/mtab
7
 
mkdir -p /lib/modules
8
 
mkdir -p /lib/firmware
9
 
mkdir -p /userdata