------------------------------------------------------------ revno: 1727 committer: Adam Conrad <[email protected]> branch nick: ubuntu timestamp: Tue 2012-07-24 00:16:54 -0600 message: Give the netboot images an additional 2MB of breathing room. modified: build/config/amd64/netboot.cfg build/config/i386/netboot.cfg build/config/powerpc/powerpc/netboot.cfg debian/changelog
-- lp:~ubuntu-core-dev/debian-installer/ubuntu https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu Your team Tieto is subscribed to branch lp:~ubuntu-core-dev/debian-installer/ubuntu. To unsubscribe from this branch go to https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu/+edit-subscription
=== modified file 'build/config/amd64/netboot.cfg' --- build/config/amd64/netboot.cfg 2012-04-04 16:10:02 +0000 +++ build/config/amd64/netboot.cfg 2012-07-24 06:16:54 +0000 @@ -1,7 +1,7 @@ MEDIA_TYPE = netboot image # Not really a floppy; this is for use on USB memory sticks. -FLOPPY_SIZE = 23360 +FLOPPY_SIZE = 25408 GZIPPED = .gz DISK_LABEL = "bootable drive" === modified file 'build/config/i386/netboot.cfg' --- build/config/i386/netboot.cfg 2012-05-04 08:57:07 +0000 +++ build/config/i386/netboot.cfg 2012-07-24 06:16:54 +0000 @@ -3,7 +3,7 @@ MEDIA_TYPE = netboot image # Not really a floppy; this is for use on USB memory sticks. -FLOPPY_SIZE = 22016 +FLOPPY_SIZE = 24064 GZIPPED = .gz DISK_LABEL = "bootable drive" === modified file 'build/config/powerpc/powerpc/netboot.cfg' --- build/config/powerpc/powerpc/netboot.cfg 2012-04-04 16:10:02 +0000 +++ build/config/powerpc/powerpc/netboot.cfg 2012-07-24 06:16:54 +0000 @@ -1,7 +1,7 @@ MEDIA_TYPE = netboot image # Not really a floppy; this is for use on USB memory sticks. -FLOPPY_SIZE = 28000 +FLOPPY_SIZE = 30000 GZIPPED = .gz DISK_LABEL = "bootable drive" === modified file 'debian/changelog' --- debian/changelog 2012-07-24 05:17:51 +0000 +++ debian/changelog 2012-07-24 06:16:54 +0000 @@ -1,3 +1,9 @@ +debian-installer (20101020ubuntu161) quantal; urgency=low + + * Give the netboot images an additional 2MB of breathing room. + + -- Adam Conrad <[email protected]> Mon, 23 Jul 2012 23:55:09 -0600 + debian-installer (20101020ubuntu160) quantal; urgency=low * Move master kernels to 3.5.0-6.
-- Mailing list: https://launchpad.net/~tieto Post to : [email protected] Unsubscribe : https://launchpad.net/~tieto More help : https://help.launchpad.net/ListHelp

