2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 21:07:18 +00:00

add missing /dev/pts directory

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano
2010-05-10 11:50:10 +02:00
committed by Daniel Lezcano
parent 2f462f4b9b
commit 10e657e5e8

View File

@@ -38,6 +38,7 @@ $rootfs/mnt \
$rootfs/tmp \
$rootfs/var/log \
$rootfs/usr/share/udhcpc \
$rootfs/dev/pts \
$rootfs/dev/shm"
mkdir -p $tree || return 1