Commit 2b142295 by Serge Hallyn

typo fix: create $rootfs/dev/pts

parent 3eb967f0
...@@ -362,7 +362,7 @@ do_extract_rootfs() { ...@@ -362,7 +362,7 @@ do_extract_rootfs() {
cd $rootfs cd $rootfs
if [ $in_userns -eq 1 ]; then if [ $in_userns -eq 1 ]; then
tar --anchored --exclude="dev/*" --numeric-owner -xpzf "$cache/$filename" tar --anchored --exclude="dev/*" --numeric-owner -xpzf "$cache/$filename"
mkdir -p $cache/$filename/dev/pts/ mkdir -p $rootfs/dev/pts/
else else
tar --numeric-owner -xpzf "$cache/$filename" tar --numeric-owner -xpzf "$cache/$filename"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment