Merge lp:~barry/update-manager/132311-bootspace into lp:update-manager

Proposed by Barry Warsaw
Status: Merged
Merge reported by: Michael Vogt
Merged at revision: not available
Proposed branch: lp:~barry/update-manager/132311-bootspace
Merge into: lp:update-manager
Diff against target: 27 lines (+8/-1)
2 files modified
DistUpgrade/DistUpgradeCache.py (+1/-1)
debian/changelog (+7/-0)
To merge this branch: bzr merge lp:~barry/update-manager/132311-bootspace
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+22712@code.launchpad.net

Description of the change

Bumps the /boot space assigned to new kernels by about 500K/kernel. Based on my inspection, the old value undercounts by about 260K/kernel. I think this is about the best we can do to address the /boot space problem in bug 132311.

To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

How about we add a full meg? Bump to 19 or even 20 mb just to be sure that we are not too low?

Revision history for this message
Barry Warsaw (barry) wrote :

I thought about using 19 but it seemed excessive. Maybe it wasn't! :) I think 19 would be plenty for now.

Revision history for this message
Michael Vogt (mvo) wrote :

Thanks, I merged it via diff apply now, I can not merge directly because its in a loom format that my bzr does not (yet?) understand :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'DistUpgrade/DistUpgradeCache.py'
2--- DistUpgrade/DistUpgradeCache.py 2010-04-01 20:18:49 +0000
3+++ DistUpgrade/DistUpgradeCache.py 2010-04-02 16:53:16 +0000
4@@ -49,7 +49,7 @@
5 pass
6
7 # the initrd/vmlinuz/abi space required in /boot for each kernel
8-KERNEL_INITRD_SIZE = 18*1024*1024
9+KERNEL_INITRD_SIZE = 18.5 * 1024 * 1024
10
11 class FreeSpaceRequired(object):
12 """ FreeSpaceRequired object:
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2010-03-31 19:49:55 +0000
16+++ debian/changelog 2010-04-02 16:53:16 +0000
17@@ -1,3 +1,10 @@
18+update-manager (1:0.133.8ubuntu1) lucid; urgency=low
19+
20+ * Bump up the amount of /boot space calculated per kernel. The current
21+ value appears to undercount by about 260K/kernel. (LP: #132311)
22+
23+ -- Barry Warsaw <barry@canonical.com> Fri, 02 Apr 2010 12:45:11 -0400
24+
25 update-manager (1:0.133.8) UNRELEASED; urgency=low
26
27 * DistUpgrade/DistUpgradeController.py, DistUpgrade/DistUpgradeCache.py:

Subscribers

People subscribed via source and target branches

to status/vote changes: