Tweak the Volume ID for mips64el media

Make them fit for stretch d-i rc4
This commit is contained in:
Steve McIntyre 2017-05-26 22:50:11 +01:00
parent 43b545e296
commit abb116f60b
2 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -13,6 +13,7 @@ debian-cd (3.1.20) UNRELEASED; urgency=medium
* Ensure that arm64 images include grub-efi packages
* Tweak the Volume ID and disk info output slightly for netinst media.
Closes: #858031
* Tweak the Volume ID for mips64el media
[ Samuel Thibault ]
* Add support for grub submenu hotkeys.

View File

@ -65,6 +65,8 @@ if [ $NUM_ARCHES = 1 ] ; then
case "$ARCHES" in
powerpc)
export VOLID="$VOLID_BASE ppc $DISKNUMSTRING" ;;
mips64el)
export VOLID="$VOLID_BASE m64el $DISKNUMSTRING" ;;
kfreebsd-i386)
export VOLID="$VOLID_BASE f-i386 $DISKNUMSTRING" ;;
kfreebsd-amd64)