]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
add missing /dev/pts directory
authorDaniel Lezcano <daniel.lezcano@free.fr>
Mon, 10 May 2010 09:50:10 +0000 (11:50 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Mon, 10 May 2010 09:50:10 +0000 (11:50 +0200)
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
scripts/lxc-busybox.in

index e30ce548338afecb0dca3c9ac77a2ff874b6901a..5a51c2c954e62e7f2c14eba4a6e383cd783b965a 100644 (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