Bug#823614: add UEFI boot support for armhf
Package: debian-cd Version: 3.1.17 Severity: normal EFI boot support should be in the kernel shortly for armhf kernels; add grub etc. to armhf CDs and DVDs to allow CD/USB boot for armhf too! -- System Information: Debian Release: 8.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages debian-cd depends on: ii apt 1.0.9.8.3 ii bc 1.06.95-9 ii bzip21.0.6-7+b3 ii cpp 4:4.9.2-2 ii curl 7.38.0-4+deb8u3 ii dctrl-tools [grep-dctrl] 2.23 ii dpkg-dev 1.17.26 ii genisoimage 9:1.1.11-3 pn libdigest-md5-perl ii libdigest-sha-perl 5.93-1 ii libdpkg-perl 1.17.26 ii libio-compress-perl [libcompress-zlib-perl] 2.066-1 ii lynx-cur 2.8.9dev1-2+deb8u1 ii make 4.0-8.1 ii perl [libdigest-sha-perl]5.20.2-3+deb8u4 ii tofrodos 1.7.13+ds-1 ii xorriso 1.3.2-1.1 Versions of packages debian-cd recommends: ii dosfstools 3.0.27-1 ii hfsutils 3.2.6-13 ii isolinux 3:6.03+dfsg-5+deb8u1 ii mtools 4.0.18-2 ii netpbm 2:10.0-15.2 ii syslinux-common 3:6.03+dfsg-5+deb8u1 debian-cd suggests no packages. -- no debconf information
Re: Reproducing cd build
On Wed, May 04, 2016 at 04:56:40PM +0200, Frederic Bonnard wrote: >Hi Steve, > >> What problem are you seeing? > >grub doesn't load its config file, so I don't see the menu and get dropped >immediatly to the grub command line. Hmmm, OK. IIRC there was a change in default path quite a while back which had this kind of effect, but I *think* that was back pre-Jessie. We had to cope with this for x86 architectures. *Maybe* there's a similar change needed for ppc64el too? git://git.debian.org/d-i/debian-installer commit 81109010691ee0fc9357bd10be8fe116b9bb9f84 is the thing I'm looking at. Maybe compare the grub.cfg file in each image? >> To do that, you'll need to install debian-cd (preferably the version >> from git master that's used for the daily builds) and a local mirror >> to build with. The docs in debian-cd are out of date (sorry!) but >> should give you a good start. If you need help, please ask here or in >> irc (irc.debian.org, #debian-cd). > >I saw in the meantime that debian-cd is the way to go but I'm still a bit lost >with it. ACK - it's not the easiest thing to start with I'm afraid. -- Steve McIntyre, Cambridge, UK.st...@einval.com < sladen> I actually stayed in a hotel and arrived to find a post-it note stuck to the mini-bar saying "Paul: This fridge and fittings are the correct way around and do not need altering"
Looking for a non free dvd+
I'm looking for a debian stable dvd with the full non free drivers I'm installing to a number of offline computers and I'm looking for a DVD or bootable iso smaller than 15 gigs with an many of the non free firmware drivers as possible. A jigdo will work as good as a downloadable Iso.. Or a detailed instructions on how to build a usb repository stick would work. Thank you for any info
Re: Looking for a non free dvd+
On Fri 06 May 2016 at 16:55:22 +, Legion wrote: > I'm looking for a debian stable dvd with the full non free drivers We suppose you have looked and not found any? http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/ > I'm installing to a number of offline computers and I'm looking for a DVD or > bootable iso smaller than 15 gigs with an many of the non free firmware > drivers as possible. A jigdo will work as good as a downloadable Iso.. > > Or a detailed instructions on how to build a usb repository stick would work. Detailed enough? https://wiki.debian.org/Installation+Archive+USBStick Regards, Brian.
Processing of debian-cd_3.1.18_amd64.changes
debian-cd_3.1.18_amd64.changes uploaded successfully to localhost along with the files: debian-cd_3.1.18.dsc debian-cd_3.1.18.tar.xz debian-cd_3.1.18_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org)
Bug#744155: marked as done (debian-cd: patches for hppa arch (disable gzip kernels, use xorriso to build CD))
Your message dated Fri, 06 May 2016 22:19:19 + with message-id and subject line Bug#744155: fixed in debian-cd 3.1.18 has caused the Debian Bug report #744155, regarding debian-cd: patches for hppa arch (disable gzip kernels, use xorriso to build CD) to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 744155: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744155 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: debian-cd Version: 3.1.14 Severity: normal Tags: patch In Bug# 743879 I provided patches to fix the hppa arch. One part was to enable gzip compressed Linux kernels. Since I'm not 100% sure that it works on all systems, I'd like to disable this compression better for now, at least until I feel really comfortable with it. Additionally, the attached patch switches hppa to use xorriso to build the iso image. xorriso does work great on hppa, and in addition it does support kernel command lines to be up to 1023 bytes (mkisofs only supports the older palo version 4 header format which can hold only 127 characters which might be too small). It would be nice if you could apply this patch to debian-cd git repo (the attached patch is on top of the patch from #743879). Thanks, Helge diff -up ./Makefile.org ./Makefile --- ./Makefile.org 2014-04-09 20:05:54.396150182 + +++ ./Makefile 2014-04-09 20:06:06.604147127 + @@ -21,7 +21,7 @@ ifndef TASK TASK=Debian-generic endif ifndef MKISOFS -ifneq (,$(filter i386 amd64,$(ARCHES))) +ifneq (,$(filter i386 amd64 hppa,$(ARCHES))) export MKISOFS=xorriso export MKISOFS_OPTS=-as mkisofs -r -checksum_algorithm_iso md5,sha1 else diff -up ./tools/boot/jessie/boot-hppa.org ./tools/boot/jessie/boot-hppa --- ./tools/boot/jessie/boot-hppa.org 2014-04-09 20:06:34.008140248 + +++ ./tools/boot/jessie/boot-hppa 2014-04-09 20:07:19.500128763 + @@ -51,9 +51,8 @@ fi K32=$(basename "$DI_DIR"/vmlinux-*-parisc) K64=$(basename "$DI_DIR"/vmlinux-*-parisc64*) -# palo >= 1.91 can load gzip-compressed Linux kernels -gzip -c "$DI_DIR"/$K32 > "$CDROOT/install"/$K32 -gzip -c "$DI_DIR"/$K64 > "$CDROOT/install"/$K64 +cp "$DI_DIR"/$K32 "$CDROOT/install"/$K32 +cp "$DI_DIR"/$K64 "$CDROOT/install"/$K64 cp "$DI_DIR"/initrd.gz "$CDROOT/install" install_languages "$CDROOT" --- End Message --- --- Begin Message --- Source: debian-cd Source-Version: 3.1.18 We believe that the bug you reported is fixed in the latest version of debian-cd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 744...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve McIntyre <93...@debian.org> (supplier of updated debian-cd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2015 12:36:57 +0100 Source: debian-cd Binary: debian-cd Architecture: source all Version: 3.1.18 Distribution: unstable Urgency: medium Maintainer: Debian CD Group Changed-By: Steve McIntyre <93...@debian.org> Description: debian-cd - Tools for building (Official) Debian CD set Closes: 744155 768977 783569 795844 798908 808958 809497 809698 818176 820479 Changes: debian-cd (3.1.18) unstable; urgency=medium . [ Steve McIntyre ] * Start stretch, simply copying jessie for now * Remove mention of desktop choice from yaboot boot messages (Closes: #783569) * Add YA syslinux package to Recommends. * Fix handlinkg of LOGOPNG when we've got "doppelganer" initramfs files * Add support for debian-edu builds * Change cpp usage in the Makefile to make error handling more reliable * tools/sort_deps: Improve handling of too-large packages. Previously, the code would only check sizes for packages explicitly listed but packages brought in due to dependency resolution would not be checked. Now fixed. * Try to make VOLIDs shorter when given long alpha / beta release names in DEBVERSION * Add firmware bundles in cpio.gz format too to help netboot users. Thanks to Alex Owen for the patch, slightly tweaked. * Add kernels and other bits to armel/armhf images (Closes: #795844) * Do similar for mips images, now r4k-ip22 cdrom images are no long
Bug#768977: marked as done (debian-cd uses 'ppmtolss16' but does not depend on 'syslinux-utils')
Your message dated Fri, 06 May 2016 22:19:19 + with message-id and subject line Bug#768977: fixed in debian-cd 3.1.18 has caused the Debian Bug report #768977, regarding debian-cd uses 'ppmtolss16' but does not depend on 'syslinux-utils' to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 768977: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768977 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: debian-cd Version: 3.1.16 Severity: important Dear Maintainer, In the file '/usr/share/debian-cd/tools/boot/jessie/boot-x86' the command 'ppmtolss16' is used. This command was not installed on my system and therefore my build of a CD failed. A search with apt-file shows me that 'ppmtolss16' is part of the package 'syslinux-utils'. So I believe that debian-cd should depend on 'syslinux-utils'. Kind regards, Kai Harries -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (900, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.16-3-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages debian-cd depends on: ii apt1.0.9.3 ii bc 1.06.95-9 ii bzip2 1.0.6-7+b1 ii cpp4:4.9.1-5 ii curl 7.38.0-3 ii dctrl-tools [grep-dctrl] 2.23 ii dpkg-dev 1.17.21 ii genisoimage9:1.1.11-3 pn libcompress-zlib-perl pn libdigest-md5-perl ii libdpkg-perl 1.17.21 ii lynx-cur 2.8.9dev1-2+b1 ii make 4.0-8 ii perl [libdigest-sha-perl] 5.20.1-2 ii tofrodos 1.7.13+ds-1 ii xorriso1.3.2-1.1 Versions of packages debian-cd recommends: ii dosfstools 3.0.26-4 ii hfsutils 3.2.6-13 ii isolinux 3:6.03+dfsg-2 ii mtools 4.0.18-2 ii netpbm 2:10.0-15.1+b1 ii syslinux-common 3:6.03+dfsg-2 debian-cd suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: debian-cd Source-Version: 3.1.18 We believe that the bug you reported is fixed in the latest version of debian-cd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 768...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve McIntyre <93...@debian.org> (supplier of updated debian-cd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2015 12:36:57 +0100 Source: debian-cd Binary: debian-cd Architecture: source all Version: 3.1.18 Distribution: unstable Urgency: medium Maintainer: Debian CD Group Changed-By: Steve McIntyre <93...@debian.org> Description: debian-cd - Tools for building (Official) Debian CD set Closes: 744155 768977 783569 795844 798908 808958 809497 809698 818176 820479 Changes: debian-cd (3.1.18) unstable; urgency=medium . [ Steve McIntyre ] * Start stretch, simply copying jessie for now * Remove mention of desktop choice from yaboot boot messages (Closes: #783569) * Add YA syslinux package to Recommends. * Fix handlinkg of LOGOPNG when we've got "doppelganer" initramfs files * Add support for debian-edu builds * Change cpp usage in the Makefile to make error handling more reliable * tools/sort_deps: Improve handling of too-large packages. Previously, the code would only check sizes for packages explicitly listed but packages brought in due to dependency resolution would not be checked. Now fixed. * Try to make VOLIDs shorter when given long alpha / beta release names in DEBVERSION * Add firmware bundles in cpio.gz format too to help netboot users. Thanks to Alex Owen for the patch, slightly tweaked. * Add kernels and other bits to armel/armhf images (Closes: #795844) * Do similar for mips images, now r4k-ip22 cdrom images are no longer built. * Remove old obsolete pre-d-i function install_language and all callers. * parse_isolinux: Support grub menuentry shortcuts for UEFI boot menus.
Bug#820479: marked as done (accommodate rename of btrfs-tools to btrfs-progs (patch included))
Your message dated Fri, 06 May 2016 22:19:20 + with message-id and subject line Bug#820479: fixed in debian-cd 3.1.18 has caused the Debian Bug report #820479, regarding accommodate rename of btrfs-tools to btrfs-progs (patch included) to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 820479: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820479 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: debian-cd Version: 3.1.18 I am working on problems associated with bug #780081, where it was planned to have a fix staged in experimental after Jessie was released. Associated bugs: #780081: btrfs-tools: rename package to btrfs-progs #818687: RFS: btrfs-progs/4.4.1-1.1 [NMU] I've tagged btrfs-progs for release to experimental, and Gianfranco Costamagna has agreed to sponsor the upload. I will contact the maintainer[s] of partman-btrfs momentarily. Kind regards, Nicholas --- End Message --- --- Begin Message --- Source: debian-cd Source-Version: 3.1.18 We believe that the bug you reported is fixed in the latest version of debian-cd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 820...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve McIntyre <93...@debian.org> (supplier of updated debian-cd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2015 12:36:57 +0100 Source: debian-cd Binary: debian-cd Architecture: source all Version: 3.1.18 Distribution: unstable Urgency: medium Maintainer: Debian CD Group Changed-By: Steve McIntyre <93...@debian.org> Description: debian-cd - Tools for building (Official) Debian CD set Closes: 744155 768977 783569 795844 798908 808958 809497 809698 818176 820479 Changes: debian-cd (3.1.18) unstable; urgency=medium . [ Steve McIntyre ] * Start stretch, simply copying jessie for now * Remove mention of desktop choice from yaboot boot messages (Closes: #783569) * Add YA syslinux package to Recommends. * Fix handlinkg of LOGOPNG when we've got "doppelganer" initramfs files * Add support for debian-edu builds * Change cpp usage in the Makefile to make error handling more reliable * tools/sort_deps: Improve handling of too-large packages. Previously, the code would only check sizes for packages explicitly listed but packages brought in due to dependency resolution would not be checked. Now fixed. * Try to make VOLIDs shorter when given long alpha / beta release names in DEBVERSION * Add firmware bundles in cpio.gz format too to help netboot users. Thanks to Alex Owen for the patch, slightly tweaked. * Add kernels and other bits to armel/armhf images (Closes: #795844) * Do similar for mips images, now r4k-ip22 cdrom images are no longer built. * Remove old obsolete pre-d-i function install_language and all callers. * parse_isolinux: Support grub menuentry shortcuts for UEFI boot menus. Closes: #798908 * Create checksums for firmware images * Switch references to d-i.debian.org to use https instead of http. Closes: #809698. Also use --ca-directory /etc/ssl/ca-debian/ with wget to ensure this works. * Add Recommends: syslinux-utils in case a user wants to use SPLASHPNG (and hence ppmtolss16) for their own splash images. Closes: #768977 * Update Standards-Version to 3.9.6 . [ Didier Raboud ] * For stretch, swap amd64 and i386 to let the first be the norm, and the latter be the special case, this copes with the similar change in d-i * Add management of arch detection from d-i in isolinux, fix booting from help files and isolinux.cfg overwriting . [ Cyril Brulebois ] * Make amd64 the default arch in the easy-build.sh script. * Make stretch the default suite in the easy-build.sh script. . [ Philipp Kern ] * Load the s390x initrd at 0x0100 to allow kernels larger than 8 MiB (and smaller than 16 MiB) to be loaded via the ins loader. * Drop the remaining s390 bits from stretch and jessie. (s390x remains.) * Drop the d390oco loader from stretch and jessie. . [ John Paul Adrian Glaubitz ]
Bug#818176: marked as done (debian-cd: hurd update)
Your message dated Fri, 06 May 2016 22:19:20 + with message-id and subject line Bug#818176: fixed in debian-cd 3.1.18 has caused the Debian Bug report #818176, regarding debian-cd: hurd update to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 818176: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818176 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: debian-cd Version: 3.1.17 Severity: normal Tags: patch Hello, We have changed the way of booting d-i a bit on hurd-i386, could you apply the attached patch? Thanks, Samuel -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.4.0 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Samuel The problem with America is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? diff --git a/tools/boot/stretch/boot-hurd b/tools/boot/stretch/boot-hurd index fa44237..644bca6 100644 --- a/tools/boot/stretch/boot-hurd +++ b/tools/boot/stretch/boot-hurd @@ -39,7 +39,7 @@ if [ $N != 1 ]; then fi # Download boot images. -BOOT_IMAGES="cdrom/debian-cd_info.tar.gz cdrom/gnumach.gz cdrom/initrd.gz cdrom/gtk/initrd.gz cdrom/ext2fs.static cdrom/ld.so.1" +BOOT_IMAGES="cdrom/debian-cd_info.tar.gz cdrom/gnumach.gz cdrom/initrd.gz cdrom/gtk/initrd.gz cdrom/ext2fs.static cdrom/exec.static" for image in $BOOT_IMAGES; do if [ ! -e "$image" ]; then @@ -63,7 +63,7 @@ cp "cdrom/gnumach.gz" "$CDDIR/boot/kernel/gnumach.gz" cp "cdrom/initrd.gz" "$CDDIR/boot/initrd.gz" cp "cdrom/gtk/initrd.gz" "$CDDIR/boot/gtk/initrd.gz" cp "cdrom/ext2fs.static" "$CDDIR/boot/kernel/ext2fs.static" -cp "cdrom/ld.so.1" "$CDDIR/boot/kernel/ld.so.1" +cp "cdrom/exec.static" "$CDDIR/boot/kernel/exec.static" # Install bootloader mkdir -p boot$N --- End Message --- --- Begin Message --- Source: debian-cd Source-Version: 3.1.18 We believe that the bug you reported is fixed in the latest version of debian-cd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 818...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve McIntyre <93...@debian.org> (supplier of updated debian-cd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2015 12:36:57 +0100 Source: debian-cd Binary: debian-cd Architecture: source all Version: 3.1.18 Distribution: unstable Urgency: medium Maintainer: Debian CD Group Changed-By: Steve McIntyre <93...@debian.org> Description: debian-cd - Tools for building (Official) Debian CD set Closes: 744155 768977 783569 795844 798908 808958 809497 809698 818176 820479 Changes: debian-cd (3.1.18) unstable; urgency=medium . [ Steve McIntyre ] * Start stretch, simply copying jessie for now * Remove mention of desktop choice from yaboot boot messages (Closes: #783569) * Add YA syslinux package to Recommends. * Fix handlinkg of LOGOPNG when we've got "doppelganer" initramfs files * Add support for debian-edu builds * Change cpp usage in the Makefile to make error handling more reliable * tools/sort_deps: Improve handling of too-large packages. Previously, the code would only check sizes for packages explicitly listed but packages brought in due to dependency resolution would not be checked. Now fixed. * Try to make VOLIDs shorter when given long alpha / beta release names in DEBVERSION * Add firmware bundles in cpio.gz format too to help netboot users. Thanks to Alex Owen for the patch, slightly tweaked. * Add kernels and other bits to armel/armhf images (Closes: #795844) * Do similar for mips images, now r4k-ip22 cdrom images are n
Bug#809497: marked as done (debian-cd: Please include espeakup on cd1, not speakup, and alsa-utils)
Your message dated Fri, 06 May 2016 22:19:20 + with message-id and subject line Bug#809497: fixed in debian-cd 3.1.18 has caused the Debian Bug report #809497, regarding debian-cd: Please include espeakup on cd1, not speakup, and alsa-utils to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 809497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809497 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: debian-cd Version: 3.1.17 Severity: important Tag: patch Hello, I have just received a report from somebody who installed Jessie with speech synthesis help, only to get a non-talking installed system, because he was using CDs without network source. In tasks/jessie/forcd1 we have put brltty to avoid this issue for braille, and speakup for speech, but what we need there is actually espeakup (the software speech synthesis), not speakup (which denotes the kernel modules, which are actually already available in the standard linux-image package). Also, we need the alsa-utils package to make sure that audio levels are not muted by default. I have attached a patch to fix this. I guess this will be used for the next wheezy and jessie point release so the issue will be fixed there? Samuel -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Samuel R: Parce que ça renverse bêtement l'ordre naturel de lecture! Q: Mais pourquoi citer en fin d'article est-il si effroyable? R: Citer en fin d'article Q: Quelle est la chose la plus désagréable sur les groupes de news? diff --git a/tasks/jessie/forcd1 b/tasks/jessie/forcd1 index 4d29b85..2e19ca2 100644 --- a/tasks/jessie/forcd1 +++ b/tasks/jessie/forcd1 @@ -10,7 +10,8 @@ libterm-readline-gnu-perl /* Accessibility stuff that is installed by base-installer * in certain situations, but too large for the netinst. */ brltty -speakup +espeakup +alsa-utils /* See rationale in #630805 */ apt-offline diff --git a/tasks/stretch/forcd1 b/tasks/stretch/forcd1 index 4d29b85..2e19ca2 100644 --- a/tasks/stretch/forcd1 +++ b/tasks/stretch/forcd1 @@ -10,7 +10,8 @@ libterm-readline-gnu-perl /* Accessibility stuff that is installed by base-installer * in certain situations, but too large for the netinst. */ brltty -speakup +espeakup +alsa-utils /* See rationale in #630805 */ apt-offline diff --git a/tasks/wheezy/forcd1 b/tasks/wheezy/forcd1 index df06a32..2b9c771 100644 --- a/tasks/wheezy/forcd1 +++ b/tasks/wheezy/forcd1 @@ -10,7 +10,8 @@ libterm-readline-gnu-perl /* Accessibility stuff that is installed by base-installer * in certain situations, but too large for the netinst. */ brltty -speakup +espeakup +alsa-utils /* See rationale in #630805 */ apt-offline --- End Message --- --- Begin Message --- Source: debian-cd Source-Version: 3.1.18 We believe that the bug you reported is fixed in the latest version of debian-cd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 809...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve McIntyre <93...@debian.org> (supplier of updated debian-cd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2015 12:36:57 +0100 Source: debian-cd Binary: debian-cd Architecture: source all Version: 3.1.18 Distribution: unstable Urgency: medium Maintainer: Debian CD Group Changed-By: Steve McIntyre <93...@debian.org> Description: debian-cd - Tools for building (Official) Debian CD set Closes: 744155 768977 783569 795844 798908 808958 809497 809698 818176 820479 Changes: debian-cd (3.1.18) unstable; urgency=medium . [ Steve McIntyre ] * Start stretch, simply copying jessie for now * Remove menti
Bug#783569: marked as done (powerpc CD boot prompt obsolete)
Your message dated Fri, 06 May 2016 22:19:20 + with message-id and subject line Bug#783569: fixed in debian-cd 3.1.18 has caused the Debian Bug report #783569, regarding powerpc CD boot prompt obsolete to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 783569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783569 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: debian-cd Version: 3.1.13 Severity: minor Tags: d-i Found in testing the Jessie release - the boot text on powerpc machines is obsolete and still talks about selecting the right desktop by editing the kernel command line. Not needed any more now we have desktop choice in tasksel... -- System Information: Debian Release: 7.8 APT prefers oldoldstable APT policy: (500, 'oldoldstable'), (500, 'oldstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages debian-cd depends on: ii apt 0.9.7.9+deb7u7 ii bc 1.06.95-2+b1 ii bzip21.0.6-4 ii cpp 4:4.7.2-1 ii curl 7.26.0-1+wheezy13 ii dctrl-tools [grep-dctrl] 2.22.2 ii dpkg-dev 1.16.16 ii genisoimage 9:1.1.11-2 pn libdigest-md5-perl ii libdigest-sha-perl 5.71-2+deb7u1 ii libdpkg-perl 1.16.16 ii libio-compress-perl [libcompress-zlib-perl] 2.052-1 ii lynx-cur 2.8.8dev.12-2 ii make 3.81-8.2 ii perl [libdigest-sha-perl]5.14.2-21+deb7u2 ii tofrodos 1.7.9.debian.1-1 ii xorriso 1.2.2-2 Versions of packages debian-cd recommends: ii dosfstools 3.0.13-1.1 ii hfsutils 3.2.6-11 ii mtools 4.0.17-1 ii netpbm 2:10.0-15+b1 ii syslinux-common 2:4.05+dfsg-6+deb7u1 debian-cd suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: debian-cd Source-Version: 3.1.18 We believe that the bug you reported is fixed in the latest version of debian-cd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 783...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve McIntyre <93...@debian.org> (supplier of updated debian-cd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2015 12:36:57 +0100 Source: debian-cd Binary: debian-cd Architecture: source all Version: 3.1.18 Distribution: unstable Urgency: medium Maintainer: Debian CD Group Changed-By: Steve McIntyre <93...@debian.org> Description: debian-cd - Tools for building (Official) Debian CD set Closes: 744155 768977 783569 795844 798908 808958 809497 809698 818176 820479 Changes: debian-cd (3.1.18) unstable; urgency=medium . [ Steve McIntyre ] * Start stretch, simply copying jessie for now * Remove mention of desktop choice from yaboot boot messages (Closes: #783569) * Add YA syslinux package to Recommends. * Fix handlinkg of LOGOPNG when we've got "doppelganer" initramfs files * Add support for debian-edu builds * Change cpp usage in the Makefile to make error handling more reliable * tools/sort_deps: Improve handling of too-large packages. Previously, the code would only check sizes for packages explicitly listed but packages brought in due to dependency resolution would not be checked. Now fixed. * Try to make VOLIDs shorter when given long alpha / beta release names in DEBVERSION * Add firmware bundles in cpio.gz format too to help netboot users. Thanks to Alex Owen for the patch, slightly tweaked. * Add kernels and other bits to armel/armhf images (Closes: #795844) *
Bug#808958: marked as done (Update kernel package selection for i386 in stretch)
Your message dated Fri, 06 May 2016 22:19:20 + with message-id and subject line Bug#808958: fixed in debian-cd 3.1.18 has caused the Debian Bug report #808958, regarding Update kernel package selection for i386 in stretch to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 808958: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808958 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: debian-cd Version: 3.1.17 Severity: important Tags: patch The 586 kernel flavour has been replaced by 686 for stretch. Ben. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (x86_64) Foreign Architectures: amd64 Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) >From 081eb1eea1d44c0479ee6e0426c1ec41e0bb6e1c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 24 Dec 2015 21:32:42 + Subject: [PATCH] Add 686 kernels to replace 586 for i386 CDs --- Makefile | 3 +++ debian/changelog | 3 +++ tools/generate_di+k_list | 4 3 files changed, 10 insertions(+) diff --git a/Makefile b/Makefile index dff79bf..446a3e4 100755 --- a/Makefile +++ b/Makefile @@ -375,6 +375,9 @@ $(BDIR)/rawlist: if [ "$(EXCLUDE_586_KERNEL)"x = "1"x ] ; then \ ARCHDEFS="$$ARCHDEFS -DARCH_i386_EXCLUDE_586_KERNEL"; \ fi; \ + if [ "$(EXCLUDE_686_KERNEL)"x = "1"x ] ; then \ + ARCHDEFS="$$ARCHDEFS -DARCH_i386_EXCLUDE_686_KERNEL"; \ + fi; \ if [ "$(SOURCEONLY)"x != "yes"x ] ; then \ cpp -nostdinc -P -undef $$ARCHDEFS $$VARIANTDEFS\ $$ARCHUNDEFS -U i386 -U linux -U unix \ diff --git a/debian/changelog b/debian/changelog index 8af16ef..a2fcd58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,6 +40,9 @@ debian-cd (3.1.18) UNRELEASED; urgency=medium * Drop the remaining s390 bits from stretch and jessie. (s390x remains.) * Drop the d390oco loader from stretch and jessie. + [ Ben Hutchings ] + * Add 686 kernels to replace 586 for i386 CDs + -- Steve McIntyre <93...@debian.org> Mon, 20 Apr 2015 12:36:57 +0100 debian-cd (3.1.17) unstable; urgency=medium diff --git a/tools/generate_di+k_list b/tools/generate_di+k_list index 3f4a248..25517e1 100755 --- a/tools/generate_di+k_list +++ b/tools/generate_di+k_list @@ -132,6 +132,10 @@ linux-headers-486 linux-image-586 linux-headers-586 #endif +#ifndef ARCH_i386_EXCLUDE_686_KERNEL +linux-image-686 +linux-headers-686 +#endif #endif --- End Message --- --- Begin Message --- Source: debian-cd Source-Version: 3.1.18 We believe that the bug you reported is fixed in the latest version of debian-cd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 808...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve McIntyre <93...@debian.org> (supplier of updated debian-cd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2015 12:36:57 +0100 Source: debian-cd Binary: debian-cd Architecture: source all Version: 3.1.18 Distribution: unstable Urgency: medium Maintainer: Debian CD Group Changed-By: Steve McIntyre <93...@debian.org> Description: debian-cd - Tools for building (Official) Debian CD set Closes: 744155 768977 783569 795844 798908 808958 809497 809698 818176 820479 Changes: debian-cd (3.1.18) unstable; urgency=medium . [ Steve McIntyre ] * Start stretch, simply copying jessie for now * Remove mention of desktop choice from yaboot boot messages (Closes: #783569) * Add YA syslinux package to Recommends. * Fix handlinkg of LOGOPNG when we've got "doppelganer" initramfs files * Add support for debian-edu builds * Change cpp usage in the Makefile to make error handling more reliable * tools/sort_deps: Improve handling of too-large packages. Previously, the code would only check sizes for packages explicitly listed but packages brought in due to dependency resolution would not be checked. Now fixed. * Try to make VOLIDs sh
Bug#795844: marked as done (armel and armhf images missing kernel and initramfs)
Your message dated Fri, 06 May 2016 22:19:20 + with message-id and subject line Bug#795844: fixed in debian-cd 3.1.18 has caused the Debian Bug report #795844, regarding armel and armhf images missing kernel and initramfs to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 795844: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795844 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: cdimage.debian.org Severity: serious Tags: d-i As mentioned by bwh: existing armel and armhf installer CDs are currently missing vmlinuz and the initramfs... -- System Information: Debian Release: 8.1 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) --- End Message --- --- Begin Message --- Source: debian-cd Source-Version: 3.1.18 We believe that the bug you reported is fixed in the latest version of debian-cd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 795...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve McIntyre <93...@debian.org> (supplier of updated debian-cd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2015 12:36:57 +0100 Source: debian-cd Binary: debian-cd Architecture: source all Version: 3.1.18 Distribution: unstable Urgency: medium Maintainer: Debian CD Group Changed-By: Steve McIntyre <93...@debian.org> Description: debian-cd - Tools for building (Official) Debian CD set Closes: 744155 768977 783569 795844 798908 808958 809497 809698 818176 820479 Changes: debian-cd (3.1.18) unstable; urgency=medium . [ Steve McIntyre ] * Start stretch, simply copying jessie for now * Remove mention of desktop choice from yaboot boot messages (Closes: #783569) * Add YA syslinux package to Recommends. * Fix handlinkg of LOGOPNG when we've got "doppelganer" initramfs files * Add support for debian-edu builds * Change cpp usage in the Makefile to make error handling more reliable * tools/sort_deps: Improve handling of too-large packages. Previously, the code would only check sizes for packages explicitly listed but packages brought in due to dependency resolution would not be checked. Now fixed. * Try to make VOLIDs shorter when given long alpha / beta release names in DEBVERSION * Add firmware bundles in cpio.gz format too to help netboot users. Thanks to Alex Owen for the patch, slightly tweaked. * Add kernels and other bits to armel/armhf images (Closes: #795844) * Do similar for mips images, now r4k-ip22 cdrom images are no longer built. * Remove old obsolete pre-d-i function install_language and all callers. * parse_isolinux: Support grub menuentry shortcuts for UEFI boot menus. Closes: #798908 * Create checksums for firmware images * Switch references to d-i.debian.org to use https instead of http. Closes: #809698. Also use --ca-directory /etc/ssl/ca-debian/ with wget to ensure this works. * Add Recommends: syslinux-utils in case a user wants to use SPLASHPNG (and hence ppmtolss16) for their own splash images. Closes: #768977 * Update Standards-Version to 3.9.6 . [ Didier Raboud ] * For stretch, swap amd64 and i386 to let the first be the norm, and the latter be the special case, this copes with the similar change in d-i * Add management of arch detection from d-i in isolinux, fix booting from help files and isolinux.cfg overwriting . [ Cyril Brulebois ] * Make amd64 the default arch in the easy-build.sh script. * Make stretch the default suite in the easy-build.sh script. . [ Philipp Kern ] * Load the s390x initrd at 0x0100 to allow kernels larger than 8 MiB (and smaller than 16 MiB) to be loaded via the ins loader. * Drop the remaining s390 bits from stretch and jessie. (s390x remains.) * Drop the d390oco loader from stretch and jessie. . [ John Paul Adrian Glaubitz
Bug#798908: marked as done (debian-cd: Please support grub menuentry shortcuts)
Your message dated Fri, 06 May 2016 22:19:20 + with message-id and subject line Bug#798908: fixed in debian-cd 3.1.18 has caused the Debian Bug report #798908, regarding debian-cd: Please support grub menuentry shortcuts to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 798908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798908 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: debian-cd Version: 3.1.17 Severity: normal User: debian-accessibil...@lists.debian.org Usertags: a11y Hello, parse_isolinux takes care of dropping ^ from menu entries. But it should actually take them into account by turning the following character into a shortcut for the entry. Typically, on mini.iso images we have: menuentry --hotkey=s 'Install with speech synthesis' { set background_color=black linux/linux vga=788 speakup.synth=soft --- quiet initrd /initrd.gz } so that blind people can just type s to boot the speaking version of the installer. This must work for EFI on CD images too. Thanks, Samuel -- System Information: Debian Release: stretch/sid APT prefers buildd-unstable APT policy: (500, 'buildd-unstable'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'buildd-experimental'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.2.0 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Samuel moo moo ? P: keski t'arrive? :)) m moo ? rien le net marche je suis content :) -+- #ens-mim - accro du net -+- --- End Message --- --- Begin Message --- Source: debian-cd Source-Version: 3.1.18 We believe that the bug you reported is fixed in the latest version of debian-cd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 798...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve McIntyre <93...@debian.org> (supplier of updated debian-cd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2015 12:36:57 +0100 Source: debian-cd Binary: debian-cd Architecture: source all Version: 3.1.18 Distribution: unstable Urgency: medium Maintainer: Debian CD Group Changed-By: Steve McIntyre <93...@debian.org> Description: debian-cd - Tools for building (Official) Debian CD set Closes: 744155 768977 783569 795844 798908 808958 809497 809698 818176 820479 Changes: debian-cd (3.1.18) unstable; urgency=medium . [ Steve McIntyre ] * Start stretch, simply copying jessie for now * Remove mention of desktop choice from yaboot boot messages (Closes: #783569) * Add YA syslinux package to Recommends. * Fix handlinkg of LOGOPNG when we've got "doppelganer" initramfs files * Add support for debian-edu builds * Change cpp usage in the Makefile to make error handling more reliable * tools/sort_deps: Improve handling of too-large packages. Previously, the code would only check sizes for packages explicitly listed but packages brought in due to dependency resolution would not be checked. Now fixed. * Try to make VOLIDs shorter when given long alpha / beta release names in DEBVERSION * Add firmware bundles in cpio.gz format too to help netboot users. Thanks to Alex Owen for the patch, slightly tweaked. * Add kernels and other bits to armel/armhf images (Closes: #795844) * Do similar for mips images, now r4k-ip22 cdrom images are no longer built. * Remove old obsolete pre-d-i function install_language and all callers. * parse_isolinux: Support grub menuentry shortcuts for UEFI boot menus. Closes: #798908 * Create checksums for firmware images * Switch references to d-i.debian.org to use https instead of http. Closes: #809698. Also use --ca-directory /etc/ssl/ca-debian/ with wget to ensure this works. * Add Recommends: syslinux-utils in case a user wants to use SPLASHPNG (and hence ppmtolss16) for their own splash images. Closes: #768977 * Update Standards-Version to 3.9.6 . [ Didier Raboud
Bug#809698: marked as done (debian-cd: please switch d-i.debian.org URIs from http to https.)
Your message dated Fri, 06 May 2016 22:19:20 + with message-id and subject line Bug#809698: fixed in debian-cd 3.1.18 has caused the Debian Bug report #809698, regarding debian-cd: please switch d-i.debian.org URIs from http to https. to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 809698: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809698 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: debian-cd Version: 3.17 Severity: normal Hi, We now have https for daily images[1], so please consider applying (and testing!) the attached, untested patch. 1. https://lists.debian.org/debian-boot/2016/01/msg00032.html Mraw, KiBi. >From a4ec2be603f60730c48c497231d1e9c0ba02463f Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sun, 3 Jan 2016 01:03:24 +0100 Subject: [PATCH] Switch d-i.debian.org URIs from http to https. --- debian/changelog | 3 +++ tools/boot/jessie/boot-alpha | 2 +- tools/boot/jessie/boot-arm | 4 ++-- tools/boot/jessie/boot-arm64 | 2 +- tools/boot/jessie/boot-hppa| 2 +- tools/boot/jessie/boot-hurd| 2 +- tools/boot/jessie/boot-ia64| 2 +- tools/boot/jessie/boot-kfreebsd| 4 ++-- tools/boot/jessie/boot-mips| 2 +- tools/boot/jessie/boot-mipsel | 2 +- tools/boot/jessie/boot-powerpc | 2 +- tools/boot/jessie/boot-ppc64el | 2 +- tools/boot/jessie/boot-s390x | 2 +- tools/boot/jessie/boot-sparc | 2 +- tools/boot/jessie/boot-x86 | 4 ++-- tools/boot/stretch/boot-alpha | 2 +- tools/boot/stretch/boot-arm| 4 ++-- tools/boot/stretch/boot-arm64 | 2 +- tools/boot/stretch/boot-hppa | 2 +- tools/boot/stretch/boot-hurd | 2 +- tools/boot/stretch/boot-ia64 | 2 +- tools/boot/stretch/boot-kfreebsd | 4 ++-- tools/boot/stretch/boot-mips | 2 +- tools/boot/stretch/boot-mipsel | 2 +- tools/boot/stretch/boot-powerpc| 2 +- tools/boot/stretch/boot-ppc64el| 2 +- tools/boot/stretch/boot-s390x | 2 +- tools/boot/stretch/boot-sparc | 2 +- tools/boot/stretch/boot-x86| 4 ++-- tools/boot/wheezy/boot-alpha | 2 +- tools/boot/wheezy/boot-arm | 4 ++-- tools/boot/wheezy/boot-hppa| 2 +- tools/boot/wheezy/boot-hurd| 2 +- tools/boot/wheezy/boot-ia64| 2 +- tools/boot/wheezy/boot-kfreebsd| 4 ++-- tools/boot/wheezy/boot-mips| 2 +- tools/boot/wheezy/boot-mipsel | 2 +- tools/boot/wheezy/boot-powerpc | 2 +- tools/boot/wheezy/boot-s390-common | 4 ++-- tools/boot/wheezy/boot-sparc | 2 +- tools/boot/wheezy/boot-x86 | 4 ++-- 41 files changed, 53 insertions(+), 50 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8af16ef..d75a4f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,6 +40,9 @@ debian-cd (3.1.18) UNRELEASED; urgency=medium * Drop the remaining s390 bits from stretch and jessie. (s390x remains.) * Drop the d390oco loader from stretch and jessie. + [ Cyril Brulebois ] + * Switch d-i.debian.org URIs from http to https. + -- Steve McIntyre <93...@debian.org> Mon, 20 Apr 2015 12:36:57 +0100 debian-cd (3.1.17) unstable; urgency=medium diff --git a/tools/boot/jessie/boot-alpha b/tools/boot/jessie/boot-alpha index 8908967..762ae2e 100755 --- a/tools/boot/jessie/boot-alpha +++ b/tools/boot/jessie/boot-alpha @@ -26,7 +26,7 @@ N=$1 CDDIR=$2 BOOTDIR= if [ "$DI_WWW_HOME" = "default" ];then -DI_WWW_HOME="http://d-i.debian.org/daily-images/alpha/daily/cdrom/"; +DI_WWW_HOME="https://d-i.debian.org/daily-images/alpha/daily/cdrom/"; try_di_image_cache fi diff --git a/tools/boot/jessie/boot-arm b/tools/boot/jessie/boot-arm index 80da3cb..d34c155 100755 --- a/tools/boot/jessie/boot-arm +++ b/tools/boot/jessie/boot-arm @@ -20,9 +20,9 @@ if [ "$DI_WWW_HOME" = "default" ];then # do *not* do that - these defs are parsed out by other scripts that # won't cope with that if [ "$ARCH" = armel ]; then -DI_WWW_HOME="http://d-i.debian.org/daily-images/armel/daily"; +DI_WWW_HOME="https://d-i.debian.org/daily-images/armel/daily"; elif [ "$ARCH" = armhf ]; then -DI_WWW_HOME="http://d-i.debian.org/daily-images/armhf/daily"; +DI_WWW_HOME="https://d-i.debian.org/daily-images/armhf/daily"; else echo "$0: unknown arch $ARCH; abort" exit 1 diff --git a/tools/boot/jessie/boot-arm64 b/tools/boot/jessie/boot-arm64 index 5cd35da..66e2815 100755 --- a/tools/boot/jessie/boot-arm64 +++ b/tools/boot/jessie/boot-arm64 @@ -18,7 +18,7 @
debian-cd_3.1.18_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2015 12:36:57 +0100 Source: debian-cd Binary: debian-cd Architecture: source all Version: 3.1.18 Distribution: unstable Urgency: medium Maintainer: Debian CD Group Changed-By: Steve McIntyre <93...@debian.org> Description: debian-cd - Tools for building (Official) Debian CD set Closes: 744155 768977 783569 795844 798908 808958 809497 809698 818176 820479 Changes: debian-cd (3.1.18) unstable; urgency=medium . [ Steve McIntyre ] * Start stretch, simply copying jessie for now * Remove mention of desktop choice from yaboot boot messages (Closes: #783569) * Add YA syslinux package to Recommends. * Fix handlinkg of LOGOPNG when we've got "doppelganer" initramfs files * Add support for debian-edu builds * Change cpp usage in the Makefile to make error handling more reliable * tools/sort_deps: Improve handling of too-large packages. Previously, the code would only check sizes for packages explicitly listed but packages brought in due to dependency resolution would not be checked. Now fixed. * Try to make VOLIDs shorter when given long alpha / beta release names in DEBVERSION * Add firmware bundles in cpio.gz format too to help netboot users. Thanks to Alex Owen for the patch, slightly tweaked. * Add kernels and other bits to armel/armhf images (Closes: #795844) * Do similar for mips images, now r4k-ip22 cdrom images are no longer built. * Remove old obsolete pre-d-i function install_language and all callers. * parse_isolinux: Support grub menuentry shortcuts for UEFI boot menus. Closes: #798908 * Create checksums for firmware images * Switch references to d-i.debian.org to use https instead of http. Closes: #809698. Also use --ca-directory /etc/ssl/ca-debian/ with wget to ensure this works. * Add Recommends: syslinux-utils in case a user wants to use SPLASHPNG (and hence ppmtolss16) for their own splash images. Closes: #768977 * Update Standards-Version to 3.9.6 . [ Didier Raboud ] * For stretch, swap amd64 and i386 to let the first be the norm, and the latter be the special case, this copes with the similar change in d-i * Add management of arch detection from d-i in isolinux, fix booting from help files and isolinux.cfg overwriting . [ Cyril Brulebois ] * Make amd64 the default arch in the easy-build.sh script. * Make stretch the default suite in the easy-build.sh script. . [ Philipp Kern ] * Load the s390x initrd at 0x0100 to allow kernels larger than 8 MiB (and smaller than 16 MiB) to be loaded via the ins loader. * Drop the remaining s390 bits from stretch and jessie. (s390x remains.) * Drop the d390oco loader from stretch and jessie. . [ John Paul Adrian Glaubitz ] * Add initial sparc64 support . [ Samuel Thibault ] * include espeakup on cd1, not speakup, and alsa-utils. Closes: #809497 * Minor tweaks to hurd boot setup. Closes: #818176 . [ Ben Hutchings ] * Add 686 kernels to replace 586 for i386 CDs. Closes: #808958 . [ Nicholas D Steeves ] * Change dependency on btrfs-tools to btrfs-progs. Closes: #820479 . [ Helge Deller ] * Update hppa support. Closes: #744155 . [ Philipp Hahn ] * Fix size calculation for EFI image Checksums-Sha1: 3c33349a3db32ba1f44ea554aa0d391730f12351 1694 debian-cd_3.1.18.dsc 37f45a9dafe3125dbf922d2980fb3a2f92cdcf3f 985968 debian-cd_3.1.18.tar.xz 616dd910bba1076a8e71d0112cb35ea4fda11e92 1006760 debian-cd_3.1.18_all.deb Checksums-Sha256: 3719dce7c60d6ed830c5d0c1aaf4ede95b101324ff5a4faefec49637838c 1694 debian-cd_3.1.18.dsc a4811e8b0b66072e5898452587f26aadf3f4f4567080804d71d1cd2865b0e3ed 985968 debian-cd_3.1.18.tar.xz 7dc0063bcd5bab5db0f2bfe859e95c3b6f20f29be323fd22fde6d695d19145c2 1006760 debian-cd_3.1.18_all.deb Files: 3ac5b149ad405e835b5387879664ffdb 1694 admin extra debian-cd_3.1.18.dsc 0efab22e0ef206d540e138cfa7e1daf0 985968 admin extra debian-cd_3.1.18.tar.xz e5a64786813da3aa9214aec49fa77018 1006760 admin extra debian-cd_3.1.18_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJXLRJOAAoJEFh5eVc0QmhOs9wQAKFQYzvWL0J2ABI0g3vHMbR8 EmqEy67Lp2wdDUT/gUqwoSV8PQUfMzI+WN0IkQPJjwazUOAKZnvu9MUbxVWlriNv LSKvR8tu58ms7HF0BrXw/imyJsyLDDiUZxlCK69T9T1wCe2L1w7ylbSRfXv79zWy qUZVPNjepqHn+KOW50CB6mGIWd8ESAVm8y7q6cPMKhenSslD7t/oRY3XTNj2LYzl NchDItTupX9kV5i8lWuxRwO9xIAMBQRQCcydKuFJkQ8oLvcMBz1FuW1GHhgeHp80 e5q8Vemw7McNODTH0nTT3+bzlQCPPtiNduUelcQ4VmexKQ0d4cURLwZBt/03QUra rvnrNb2GtoH982Y4FMIvNLR+R3rm7ohIaB+2tcY23q6p0JX7XzKHRLFnrFoBle3l kaT0f+VZYxFc6+mPvQKbyI2/DjmLlO49QEeAPWFsS+UCD7idFIbibVcvJmtONl3C xNwPOPpSmmU7JO+BBZKih09JogOnD8OgHwvQt/c5KrvVsQ1gPXmOaEuOqKKZBXlu VHH9OQuWlAsBxv3KcBSo8u735urWulrPb7LCX/NSd9MXtSuBpb1Arvy33Bvyk11D 11TOBlhiFeCjl5uSxW+9lUmbpFC/1ZD0WvsHNdAQkOyCaqT2X/5joCkzFuLJWXdZ FwQjFm789fDhSJF/eE1w =R7o9 -END PGP SIGNATURE- Thank you for your contr