diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-11-09 12:17:22 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-11-09 12:17:52 +0100 |
commit | 12a6e3cd0546764f972df636ac86ae4bdf4f6978 (patch) | |
tree | 70996df9b1ae3d39e44f240c709ca2730b59118e | |
parent | 6649a172f28883caa417f2eefa5224a9e206f65a (diff) | |
download | upstream-12a6e3cd0546764f972df636ac86ae4bdf4f6978.tar.gz upstream-12a6e3cd0546764f972df636ac86ae4bdf4f6978.tar.bz2 upstream-12a6e3cd0546764f972df636ac86ae4bdf4f6978.zip |
x86: bump default kernel partition size to 16M
This leaves more room for sysupgrade config data or for having multiple
kernel images to choose from
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | config/Config-images.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index 1866bb1325..5b2ddd1bd4 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -248,7 +248,7 @@ menu "Target Images" config TARGET_KERNEL_PARTSIZE int "Kernel partition size (in MB)" depends on GRUB_IMAGES - default 4 + default 16 config TARGET_ROOTFS_PARTSIZE int "Root filesystem partition size (in MB)" |