I'm trying to create a custom Debian liveCD using live-helper, but offline. It was more or less possible with apt-cdrom (using the official DVDs to solve all the dependencies).
I did lh config and then lh build, like I'm supposed to. Problem is it failed and gave me this error:
E: Failed getting release file: http://ftp.de.debian.org/debian/dists/squeeze/Release
I poked around the internet and found an option about --mirror-bootstrap and using it to redirect to http://localhost/debian, but it gives the same error. I even tried fetching the Release file and using a local path (eg /root/debian/dists/squeeze/Release), but it wouldn't recognize it. I seem to need to use a URL, but I can't use a url to redirect to local hard drive.
I did find this though: http://lists.debian.org/debian-live/2007/07/msg00152.html
I didn't find any solution there, but it's the most information I could find.
I can't connect that computer to the internet, what can I do??