Fix relative d-i path for kernel images and initrd in boot-sparc64
This commit is contained in:
parent
e3875379c3
commit
2b9b429245
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue