disk-label: Increase the max size of the PReP boot partition
Some folks put a whole zImage in there, and we can easily cope with more than 8M nowadays. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
099d99e73d
commit
b35fffc1c7
|
@ -18,8 +18,8 @@ false VALUE debug-disk-label?
|
||||||
\ partition. This is required to keep the load time in reasonable limits if the
|
\ partition. This is required to keep the load time in reasonable limits if the
|
||||||
\ PREP partition becomes big.
|
\ PREP partition becomes big.
|
||||||
\ If we ever want to put a large kernel with initramfs from a PREP partition
|
\ If we ever want to put a large kernel with initramfs from a PREP partition
|
||||||
\ we might need to increase this value. The default value is 16384 blocks (8MB)
|
\ we might need to increase this value. The default value is 65536 blocks (32MB)
|
||||||
d# 16384 value max-prep-partition-blocks
|
d# 65536 value max-prep-partition-blocks
|
||||||
|
|
||||||
s" disk-label" device-name
|
s" disk-label" device-name
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue