Imported using git-ubuntu import.
Changelog parent: eb5162d504
New changelog entries:
* -touch/-core create /etc/mtab link, /lib/modules dir and the respective
writable mountpoints (/userdata for touch, /writable for core) so we do
not need to re-pack the rootfs on the system-image server to add them.
impish
parent
eb5162d504
commit
4e6a76065b
@ -0,0 +1,8 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
echo "creating mtab and modules dir" >&2
|
||||
ln -sf /proc/mounts /etc/mtab
|
||||
mkdir -p /lib/modules
|
||||
mkdir -p /writable
|
@ -0,0 +1,8 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
echo "creating mtab and modules dir" >&2
|
||||
ln -sf /proc/mounts /etc/mtab
|
||||
mkdir -p /lib/modules
|
||||
mkdir -p /userdata
|
Loading…
Reference in new issue