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 <xterm> 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