Skip to content

Commit

Permalink
Merge pull request #8404 from danjpgriffin/master
Browse files Browse the repository at this point in the history
Preserve extended attributes and acls on archlinux build
  • Loading branch information
tianon committed Nov 4, 2014
2 parents 14e65b4 + e857716 commit c478143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mkimage-arch.sh
Expand Up @@ -60,6 +60,6 @@ mknod -m 600 $DEV/initctl p
mknod -m 666 $DEV/ptmx c 5 2
ln -sf /proc/self/fd $DEV/fd

tar --numeric-owner -C $ROOTFS -c . | docker import - archlinux
tar --numeric-owner --xattrs --acls -C $ROOTFS -c . | docker import - archlinux
docker run -i -t archlinux echo Success.
rm -rf $ROOTFS

0 comments on commit c478143

Please sign in to comment.