Tweak the Volume ID for mips64el media
Make them fit for stretch d-i rc4
This commit is contained in:
parent
43b545e296
commit
abb116f60b
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue