Closed coolbrg closed 7 years ago
Found that ISO name hasn't been updated since we change its name to minishift-centos7.iso.
minishift-centos7.iso
$make release .... # iso building logs .... mkdir -p /home/budhram/redhat/minishift-centos-iso/build curl -sL https://github.com/progrium/gh-release/releases/download/v2.2.1/gh-release_2.2.1_linux_x86_64.tgz > /home/budhram/redhat/minishift-centos-iso/build/gh-release_2.2.1_linux_x86_64.tgz tar -xvf /home/budhram/redhat/minishift-centos-iso/build/gh-release_2.2.1_linux_x86_64.tgz -C /home/budhram/redhat/minishift-centos-iso/build gh-release rm -fr /home/budhram/redhat/minishift-centos-iso/build/gh-release_2.2.1_linux_x86_64.tgz rm -rf release && mkdir -p release cp /home/budhram/redhat/minishift-centos-iso/build/minishift-centos.iso release/ cp: cannot stat '/home/budhram/redhat/minishift-centos-iso/build/minishift-centos.iso': No such file or directory Makefile:73: recipe for target 'release' failed make: *** [release] Error 1
Found that ISO name hasn't been updated since we change its name to
minishift-centos7.iso
.