From 10e657e5e802c260f97716171e39e0e014f59a65 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Mon, 10 May 2010 11:50:10 +0200 Subject: [PATCH] add missing /dev/pts directory Signed-off-by: Daniel Lezcano --- scripts/lxc-busybox.in | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lxc-busybox.in b/scripts/lxc-busybox.in index e30ce5483..5a51c2c95 100644 --- a/scripts/lxc-busybox.in +++ b/scripts/lxc-busybox.in @@ -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