mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
empty /mnt mountpoint
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
c3488731f4
commit
41c6089775
@ -9,7 +9,7 @@ do
|
|||||||
cp -a $f /tmp
|
cp -a $f /tmp
|
||||||
done
|
done
|
||||||
|
|
||||||
mkdir -m 555 /tmp/dev /tmp/proc /tmp/sys
|
mkdir -m 555 /tmp/dev /tmp/proc /tmp/sys /tmp/mnt
|
||||||
mkdir -m 1777 /tmp/tmp
|
mkdir -m 1777 /tmp/tmp
|
||||||
|
|
||||||
cd /tmp/dev
|
cd /tmp/dev
|
||||||
|
Loading…
Reference in New Issue
Block a user