mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 09:47:06 +00:00
typo fix: create $rootfs/dev/pts
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
3eb967f096
commit
2b142295af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user