First Commit
[librecmc/package-feed.git] / utils / lxc / patches / 025-remove-unsupported-option.patch
1 --- a/templates/lxc-download.in
2 +++ b/templates/lxc-download.in
3 @@ -494,15 +494,7 @@ fi
4  # Unpack the rootfs
5  echo "Unpacking the rootfs"
6  
7 -EXCLUDES=""
8 -excludelist=$(relevant_file excludes)
9 -if [ -f "${excludelist}" ]; then
10 -    while read line; do
11 -        EXCLUDES="$EXCLUDES --exclude=$line"
12 -    done < $excludelist
13 -fi
14 -
15 -tar  --anchored ${EXCLUDES} --numeric-owner -xpJf \
16 +tar --numeric-owner -xpJf \
17      ${LXC_CACHE_PATH}/rootfs.tar.xz -C ${LXC_ROOTFS}
18  
19  mkdir -p ${LXC_ROOTFS}/dev/pts/