Minor updates to hurd boot. Closes: #818176

Patch from Samuel Thibault
This commit is contained in:
Steve McIntyre 2016-03-28 23:37:01 +01:00
parent 2c47622e76
commit 604432183b
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -48,6 +48,7 @@ debian-cd (3.1.18) UNRELEASED; urgency=medium
[ 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

View File

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