diff -Nru debian-installer-20101020ubuntu451.25.2/build/config/amd64/hwe-netboot.cfg debian-installer-20101020ubuntu451.25.3/build/config/amd64/hwe-netboot.cfg --- debian-installer-20101020ubuntu451.25.2/build/config/amd64/hwe-netboot.cfg 2018-07-27 08:38:40.000000000 +0000 +++ debian-installer-20101020ubuntu451.25.3/build/config/amd64/hwe-netboot.cfg 2018-07-27 08:38:40.000000000 +0000 @@ -5,4 +5,4 @@ KERNELVERSION = 4.15.0-29-generic KERNELNAME_ALT_SUFFIX = -$(KERNELVERSION) -FLOPPY_SIZE = 70656 +FLOPPY_SIZE = 64512 diff -Nru debian-installer-20101020ubuntu451.25.2/build/config/amd64/netboot.cfg debian-installer-20101020ubuntu451.25.3/build/config/amd64/netboot.cfg --- debian-installer-20101020ubuntu451.25.2/build/config/amd64/netboot.cfg 2018-07-27 08:38:40.000000000 +0000 +++ debian-installer-20101020ubuntu451.25.3/build/config/amd64/netboot.cfg 2018-07-27 08:38:40.000000000 +0000 @@ -1,7 +1,7 @@ MEDIA_TYPE = netboot image # Not really a floppy; this is for use on USB memory sticks. -FLOPPY_SIZE = 70656 +FLOPPY_SIZE = 64512 GZIPPED = .gz DISK_LABEL = "bootable drive" diff -Nru debian-installer-20101020ubuntu451.25.2/build/config/i386/hwe-netboot.cfg debian-installer-20101020ubuntu451.25.3/build/config/i386/hwe-netboot.cfg --- debian-installer-20101020ubuntu451.25.2/build/config/i386/hwe-netboot.cfg 2018-07-27 08:38:40.000000000 +0000 +++ debian-installer-20101020ubuntu451.25.3/build/config/i386/hwe-netboot.cfg 2018-07-27 08:38:40.000000000 +0000 @@ -6,4 +6,4 @@ FLAVOUR_SUPPORTED = "" KERNELVERSION = $(BASEVERSION)-generic -FLOPPY_SIZE = 70656 +FLOPPY_SIZE = 64512 diff -Nru debian-installer-20101020ubuntu451.25.2/build/config/i386/netboot.cfg debian-installer-20101020ubuntu451.25.3/build/config/i386/netboot.cfg --- debian-installer-20101020ubuntu451.25.2/build/config/i386/netboot.cfg 2018-07-27 08:38:40.000000000 +0000 +++ debian-installer-20101020ubuntu451.25.3/build/config/i386/netboot.cfg 2018-07-27 08:38:40.000000000 +0000 @@ -3,7 +3,7 @@ MEDIA_TYPE = netboot image # Not really a floppy; this is for use on USB memory sticks. -FLOPPY_SIZE = 70656 +FLOPPY_SIZE = 64512 GZIPPED = .gz DISK_LABEL = "bootable drive" diff -Nru debian-installer-20101020ubuntu451.25.2/build/config/powerpc/powerpc/netboot.cfg debian-installer-20101020ubuntu451.25.3/build/config/powerpc/powerpc/netboot.cfg --- debian-installer-20101020ubuntu451.25.2/build/config/powerpc/powerpc/netboot.cfg 2018-07-27 08:38:40.000000000 +0000 +++ debian-installer-20101020ubuntu451.25.3/build/config/powerpc/powerpc/netboot.cfg 2018-07-27 08:38:40.000000000 +0000 @@ -1,7 +1,7 @@ MEDIA_TYPE = netboot image # Not really a floppy; this is for use on USB memory sticks. -FLOPPY_SIZE = 70656 +FLOPPY_SIZE = 64512 GZIPPED = .gz DISK_LABEL = "bootable drive" diff -Nru debian-installer-20101020ubuntu451.25.2/debian/changelog debian-installer-20101020ubuntu451.25.3/debian/changelog --- debian-installer-20101020ubuntu451.25.2/debian/changelog 2018-07-27 08:38:40.000000000 +0000 +++ debian-installer-20101020ubuntu451.25.3/debian/changelog 2018-07-27 08:38:40.000000000 +0000 @@ -1,4 +1,4 @@ -debian-installer (20101020ubuntu451.25.2) xenial; urgency=medium +debian-installer (20101020ubuntu451.25.3) xenial; urgency=medium * Bump FLOPPY_SIZE on amd64, i386 and powerpc for linux-firmware growth.