From: Serge Hallyn Date: Thu, 12 Dec 2013 18:07:36 +0000 (-0600) Subject: typo fix: create $rootfs/dev/pts X-Git-Tag: lxc-1.0.0.beta1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b142295afb3cac8c4be2a233e51ab5a9f7e10e9;p=thirdparty%2Flxc.git typo fix: create $rootfs/dev/pts Signed-off-by: Serge Hallyn --- diff --git a/templates/lxc-ubuntu-cloud.in b/templates/lxc-ubuntu-cloud.in index 6798be590..a6710eb15 100644 --- a/templates/lxc-ubuntu-cloud.in +++ b/templates/lxc-ubuntu-cloud.in @@ -362,7 +362,7 @@ do_extract_rootfs() { cd $rootfs if [ $in_userns -eq 1 ]; then tar --anchored --exclude="dev/*" --numeric-owner -xpzf "$cache/$filename" - mkdir -p $cache/$filename/dev/pts/ + mkdir -p $rootfs/dev/pts/ else tar --numeric-owner -xpzf "$cache/$filename" fi