Package: partman-auto Version: 136 Tags: patch Can you please increase the default palo partition size (on the hppa architecture) to 45-50 MB.
The reason is, that on a 64bit kernel we now have ~17 MB kernel size and ~20 MB initrd size (both can be stored in the palo partition). This sums up to 37 MB which already greater than the 35 MB we had up to now. Additionally we should keep room for the future, so 45-50 MB should be fine for the next few years. Patch attached. Thanks! Helge
diff --git a/recipes-hppa/atomic b/recipes-hppa/atomic index c7787b7..11be375 100644 --- a/recipes-hppa/atomic +++ b/recipes-hppa/atomic @@ -1,6 +1,6 @@ partman-auto/text/atomic_scheme :: -35 1000 40 linux-swap +45 1000 50 linux-swap $primary{ } method{ palo } . diff --git a/recipes-hppa/home b/recipes-hppa/home index 1f6f5a6..89af4e5 100644 --- a/recipes-hppa/home +++ b/recipes-hppa/home @@ -1,6 +1,6 @@ partman-auto/text/home_scheme :: -35 1000 40 linux-swap +45 1000 50 linux-swap $primary{ } method{ palo } . diff --git a/recipes-hppa/multi b/recipes-hppa/multi index 7096136..922f88d 100644 --- a/recipes-hppa/multi +++ b/recipes-hppa/multi @@ -1,6 +1,6 @@ partman-auto/text/multi_scheme :: -35 1000 40 linux-swap +45 1000 50 linux-swap $primary{ } method{ palo } .