X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai-redep;h=43d34bbbfb1fb20b4fa886c7e93b6f64d1ab3f1f;hb=f6b9ade60186b7be2ecf39266ced982ec7efc633;hp=de4fe303b2e3a238b241a466c2e5d32b4d39ad2c;hpb=7fdea51613929853c4df86261150bd3782fb81b2;p=automated-distro-installer diff --git a/fai-redep b/fai-redep index de4fe30..43d34bb 100755 --- a/fai-redep +++ b/fai-redep @@ -46,4 +46,7 @@ ssh root@$faiserver_host bash <<'EOF' set -eE -o pipefail chmod 644 /srv/fai/config/files/home/ian/.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 -O /srv/fai/config/basefiles/${u##*/} $u EOF