[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#610206: partman-auto: please make larger newworld bootblock by default (maybe 5MiB?)



Control: tags -1 patch

Here is a proposed patch for this.
commit d1c7630df2be65a717f904d007ef6b7f146036a5
Author: Mathieu Malaterre <malat@debian.org>
Date:   Tue May 31 16:25:15 2016 +0200

    Change default newworld bootloader partition size
    
    This should close bug 610206, so that in the long term
    we may be able to switch from yaboot to grub smoothly
    As per documentation found in partman-auto-recipe.txt I also
    increased the priority to 1000 since this partition is small.

diff --git a/recipes-powerpc-powermac_newworld/atomic b/recipes-powerpc-powermac_newworld/atomic
index 99956ef..455a4fd 100644
--- a/recipes-powerpc-powermac_newworld/atomic
+++ b/recipes-powerpc-powermac_newworld/atomic
@@ -1,6 +1,6 @@
 partman-auto/text/atomic_scheme ::
 
-1 1 1 hfs
+5 1000 5 hfs
 	$bootable{ }
 	method{ newworld } .
 
diff --git a/recipes-powerpc-powermac_newworld/home b/recipes-powerpc-powermac_newworld/home
index 5bd5f33..1a95d2c 100644
--- a/recipes-powerpc-powermac_newworld/home
+++ b/recipes-powerpc-powermac_newworld/home
@@ -1,6 +1,6 @@
 partman-auto/text/home_scheme ::
 
-1 1 1 hfs
+5 1000 5 hfs
 	$bootable{ }
 	method{ newworld } .
 
diff --git a/recipes-powerpc-powermac_newworld/multi b/recipes-powerpc-powermac_newworld/multi
index 4ab1d7f..2219a7a 100644
--- a/recipes-powerpc-powermac_newworld/multi
+++ b/recipes-powerpc-powermac_newworld/multi
@@ -1,6 +1,6 @@
 partman-auto/text/multi_scheme ::
 
-1 1 1 hfs
+5 1000 5 hfs
 	$bootable{ }
 	method{ newworld } .
 

Reply to: