From: Ian Kelling Date: Fri, 28 Oct 2016 13:25:47 +0000 (-0700) Subject: another tar acl fix X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=commitdiff_plain;h=984deb26fd29f909df9952176175719c1570ed64 another tar acl fix --- diff --git a/fai-redep b/fai-redep index df86708..6552fe3 100755 --- a/fai-redep +++ b/fai-redep @@ -59,7 +59,9 @@ sed -ri 's,^ *(TFTP_DIRECTORY=).*,\1"/srv/tftp/fai",' /etc/default/tftpd-hpa systemctl restart tftpd-hpa chmod 644 /srv/fai/config/files/root/.ssh/authorized_keys/GRUB_PC chmod -R a+rX /srv/fai/config/distro-install-common -cd /srv/fai/config/basefiles -u=http://fai-project.org/download/basefiles/XENIAL64.tar.xz -wget -nv -N $u +# this basefile has tar acls bug, so I'm using my own +# local one for now. +#cd /srv/fai/config/basefiles +#u=http://fai-project.org/download/basefiles/XENIAL64.tar.xz +#wget -nv -N $u EOF