I have an existing custom System Rescue CD version 1.5.8 made by a colleague. On startup, it downloads a Python script using wget and runs it.
The location of the script has changed, and I'm trying to understand how the CD was customized to be able to enter the new location. Following this manual, there should be an autorun file at the root of the CD, but there is not (I guess it is an older version).
I tried to grep/find from my session the name of the Python script but could not find it on the CD. However, if I boot on the CD, I am able to find the wget command in a sysrescuecd file. I guess this file is buried inside an image file.
How do I modify this line? Is there a small script/tool to do so?