I'd like to find a way to construct those images from original sources and not depend on the etherboot.org blobs. I'm trying to create a customized boot.kernel.org, thoughts on secondary sources for those modified images, or better yet, how to create them?
$ git clone git://git.etherboot.org/scm/people/pravin/BKO.git $ cd BKO/install_help $ ./download_initramfs_images_http.sh downloading dsl initramfs --2011-08-06 06:43:17-- http://rom.etherboot.org/share/pravin/BKO///bko/live/dsl/minirt24.gz Resolving rom.etherboot.org... 140.211.167.171 Connecting to rom.etherboot.org|140.211.167.171|:80... failed: Connection refused. $ grep REMOTE_BKO_LOCATION= ./install_help/download_initramfs_images_http.sh REMOTE_BKO_LOCATION=$REMOTE_INITRAMFS_DOWNLOAD_LOCATION REMOTE_BKO_LOCATION="http://rom.etherboot.org/share/pravin/BKO/" $ nc rom.etherboot.org 80 -v nc: connect to rom.etherboot.org port 80 (tcp) failed: Connection refused $ nmap rom.etherboot.org Starting Nmap 5.21 ( http://nmap.org ) at 2011-08-06 06:38 NZST Nmap scan report for rom.etherboot.org (140.211.167.171) Host is up (0.21s latency). Not shown: 992 filtered ports PORT STATE SERVICE 22/tcp closed ssh 80/tcp closed http 443/tcp closed https 497/tcp open retrospect 587/tcp open submission 1863/tcp open msnp 5190/tcp open aol 9418/tcp open git
_______________________________________________ ipxe-devel mailing list [email protected] https://lists.ipxe.org/mailman/listinfo/ipxe-devel

