Hide Forgot
Description of problem: Since minimal installation doesn't contain wget, PPC64 doesn't switch booting to HDD and keeps reinstalling the machine: These are the lines which switches the booting, and are executed in %post script: wget "http://lab2.rhts.eng.bos.redhat.com/cblr/svc/op/nopxe/system/ibm-js24-01.lab.bos.redhat.com" -O /dev/null wget "http://lab2.rhts.eng.bos.redhat.com/cblr/svc/op/ks/system/ibm-js24-01.lab.bos.redhat.com" -O /root/cobbler.ks wget "http://lab2.rhts.eng.bos.redhat.com/cblr/svc/op/trig/mode/post/system/ibm-js24-01.lab.bos.redhat.com" -O /dev/null Version-Release number of selected component (if applicable): Beaker Version - 0.7.3 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: System keeps rebooting since there's no wget installed Expected results: Either run those script in nochroot environment or touch the files using python. Additional info: https://beaker.engineering.redhat.com/jobs/148169
Bulk reassignment of issues as Bill has moved to another team.
Beaker has switched to using curl instead of wget in more recent releases due to precisely this problem. Please reopen if the issue still occurs.