Linaro / hpc_lab_setup

Jenkins Jobs for HPC Lab
Apache License 2.0
5 stars 4 forks source link

Add Support for the x86 servers #87

Closed BaptisteGerondeau closed 5 years ago

rengolin commented 5 years ago

We should get the mirror in our local cache first, for stage 2

rengolin commented 5 years ago

Don't forget to document how to get PXELinux on mrp, as well as any additional manual tasks you have done to get there

rengolin commented 5 years ago

Otherwise, looks good, thanks!

BaptisteGerondeau commented 5 years ago

Now x86 machines have their local stage2 !

To fetch stage2 on the fileserver I used this command : "rsync -avSHP --include='/' --include='/{{ arch }}/*' --exclude='' --delete rsync://{{ repo_url }}"

Concerning the pxelinux, to get it : "wget http://ftp.debian.org/debian/dists/stretch/main/installer-amd64/current/images/netboot/debian-installer/amd64/pxelinux.0"

rengolin commented 5 years ago

Awesome, thanks!