Jan Kundrát | 8ddd27f | 2018-04-05 11:14:24 +0200 | [diff] [blame] | 1 | config BR2_TARGET_ROOTFS_CZECHLIGHT_SEPARATE_BOOT |
2 | bool "Separate /boot partition" | ||||
3 | help | ||||
4 | Builds a standalone ext2 image with the /boot directory from the real rootfs. | ||||
5 | |||||
6 | if BR2_TARGET_ROOTFS_CZECHLIGHT_SEPARATE_BOOT | ||||
7 | |||||
8 | config CZECHLIGHT_SEPARATE_BOOT_SIZE | ||||
9 | string "exact size" | ||||
10 | default "4M" | ||||
11 | help | ||||
12 | Size of the /boot filesystem image. | ||||
13 | |||||
14 | endif # BR2_TARGET_ROOTFS_CZECHLIGHT_SEPARATE_BOOT |