joelandman / nyble

nlytiq base linux environment: build diskless/pxe bootable rambooting images for Debian, Ubuntu, CentOS
22 stars 4 forks source link

Missing dependency wget #6

Open jingvar opened 3 years ago

jingvar commented 3 years ago

Host centos7 minimal sudo make DISTRO=centos7

wget "https://mirror.scalability.org/centos/7.9.2009/os/x86_64/"/RPM-GPG-KEY-CentOS-7 -O /mnt/root/root/key1 /bin/sh: wget: command not found

joelandman commented 3 years ago

Hmm. I think I need to list pre-reqs, and provide a set of scripts to prep a machine for these builds. I can likely swap wget and curl, so I'll look at refactoring the code to grab specific files needed (the keys above for example).