Hi! I'm trying to reconstruct etch's d-i to use de latest kernel available, since it's available at http://ftp.us.debian.org/debian/pool/main/l/linux-kernel-di-i386-2.6/
So I've made (in etch): # apt-get source debian-installer # cd debian-installer-20070308etch3/build/ edited config/i386.cfg to: KERNELVERSION = 2.6.26-1-486 edited sources.list.udeb.local as: deb copy:/root/d-i/debian-installer-20070308etch3/build localudebs/ deb http://ftp.us.debian.org/debian etch main/debian-installer When I do 'make build_cdrom_isolinux' it construct udebs list but cannot download it: # make build_cdrom_isolinux [...] Get:1 copy: localudebs/ Packages [407B] Get:2 http://ftp.us.debian.org etch Release.gpg [386B] Hit http://ftp.us.debian.org etch Release Ign http://ftp.us.debian.org etch/main/debian-installer Packages/DiffIndex Hit http://ftp.us.debian.org etch/main/debian-installer Packages [...] Need to download: acpi-modules-2.6.26-1-486-di ai-choosers anna archdetect <...lots of udebs> Reading package lists... Done Building dependency tree... Done E: Couldn't find package acpi-modules-2.6.26-1-486-di make[4]: *** [stamps/get_udebs-cdrom_gtk-stamp] Error 100 make[3]: *** [_build] Error 2 make[2]: *** [build_cdrom_gtk] Error 2 make[1]: *** [_build] Error 2 make: *** [build_cdrom_isolinux] Error 2 So, Where am I messing things ?? I think it's somewhere in sources.list.udebs.local, I've tried to change 'etch' to 'etch-proposed-updates' with no sucess. Since it's the kernel version used in Debian4.0r7, I think it's suitable to be used :-) Any help ? Thanks a lot in advance Lucas Brasilino -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org