Fix relative d-i path for kernel images and initrd in boot-sparc64

This commit is contained in:
John Paul Adrian Glaubitz 2017-09-06 14:13:51 +02:00
parent e3875379c3
commit 2b9b429245
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -16,6 +16,7 @@ debian-cd (3.1.21) UNRELEASED; urgency=medium
* Add support for unreleased packages from Debian Ports.
* Remove special handling for palo, silo and yaboot in which_deb.
* Fix relative d-i path for kernel images and initrd in boot-hppa.
* Fix relative d-i path for kernel images and initrd in boot-sparc64.
-- Steve McIntyre <93sam@debian.org> Mon, 19 Jun 2017 13:59:36 +0100

View File

@ -86,7 +86,7 @@ else
fi
if [ ! -e "$DI_DIR"/initrd.gz ] ; then
DI_DIR="$DI_DIR"/2.6
DI_DIR="$DI_DIR"/cdrom
fi
cp "$DI_DIR"/initrd.gz "$inst/boot/initrd.gz"
#cp "$DI_DIR"/vmlinuz-*-sparc32 "$inst/boot/sparc32"

View File

@ -86,7 +86,7 @@ else
fi
if [ ! -e "$DI_DIR"/initrd.gz ] ; then
DI_DIR="$DI_DIR"/2.6
DI_DIR="$DI_DIR"/cdrom
fi
cp "$DI_DIR"/initrd.gz "$inst/boot/initrd.gz"
#cp "$DI_DIR"/vmlinuz-*-sparc32 "$inst/boot/sparc32"