Package: di-netboot-assistant Version: 0.36b Severity: normal Tags: patch di-netboot-assistant's bundled configuration does not list Ubuntu Intrepid 8.10 as an option.
Attached is a patch that addresses this. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-vserver-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages di-netboot-assistant depends on: ii curl 7.18.2-7 Get a file from an HTTP, HTTPS or ii wget 1.11.4-2 retrieves files from the web Versions of packages di-netboot-assistant recommends: ii elilo 3.8-1 Bootloader for systems using EFI-b ii syslinux 2:3.71+dfsg-5 utilities for the syslinux bootloa ii tftpd-hpa 0.48-2.3 HPA's tftp server Versions of packages di-netboot-assistant suggests: ii dhcp3-server 3.1.1-5 DHCP server for automatic IP addre -- no debconf information
diff --git a/di-netboot-assistant/di-sources.list b/di-netboot-assistant/di-sources.list index 3783443..3492647 100644 --- a/di-netboot-assistant/di-sources.list +++ b/di-netboot-assistant/di-sources.list @@ -89,5 +89,9 @@ dapper amd64 http://archive.ubuntu.com/ubuntu/dists/dapper/main/installer-amd64/ hardy i386 http://archive.ubuntu.com/ubuntu/dists/hardy/main/installer-i386/current/images/ netboot/netboot.tar.gz hardy amd64 http://archive.ubuntu.com/ubuntu/dists/hardy/main/installer-amd64/current/images/ netboot/netboot.tar.gz +#Ubuntu Intrepid 8.10 +intrepid i386 http://archive.ubuntu.com/ubuntu/dists/intrepid/main/installer-i386/current/images/ netboot/netboot.tar.gz +intrepid amd64 http://archive.ubuntu.com/ubuntu/dists/intrepid/main/installer-amd64/current/images/ netboot/netboot.tar.gz + # vim: ft=disources

