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??
sudo ln -s /root/debian /var/www
), and try again. – tshepang May 31 '11 at 16:20deb http://localhost/debian squeeze main
or somesuch. – tshepang Jun 06 '11 at 09:45deb file://root/debian squeeze main
. – tshepang Jun 06 '11 at 09:46apt-cdrom
source? How do I get an offline repository then? How is that any different from the release-DVDs? – user Jun 15 '11 at 10:32