From 984deb26fd29f909df9952176175719c1570ed64 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Fri, 28 Oct 2016 06:25:47 -0700 Subject: [PATCH] another tar acl fix --- fai-redep | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.30.2