mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
fs/*/Config.in: re-wrap help text
... to follow the convention <tab><2 spaces><62 chars>. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b205420e6a
commit
4a417b7509
@ -1,9 +1,9 @@
|
|||||||
config BR2_TARGET_ROOTFS_CPIO
|
config BR2_TARGET_ROOTFS_CPIO
|
||||||
bool "cpio the root filesystem (for use as an initial RAM filesystem)"
|
bool "cpio the root filesystem (for use as an initial RAM filesystem)"
|
||||||
help
|
help
|
||||||
Build a cpio archive of the root filesystem. This is typically
|
Build a cpio archive of the root filesystem. This is typically
|
||||||
used for an initial RAM filesystem that is passed to the kernel
|
used for an initial RAM filesystem that is passed to the
|
||||||
by the bootloader.
|
kernel by the bootloader.
|
||||||
|
|
||||||
if BR2_TARGET_ROOTFS_CPIO
|
if BR2_TARGET_ROOTFS_CPIO
|
||||||
|
|
||||||
|
@ -49,11 +49,11 @@ config BR2_TARGET_ROOTFS_EXT2_SIZE
|
|||||||
default BR2_TARGET_ROOTFS_EXT2_BLOCKS if BR2_TARGET_ROOTFS_EXT2_BLOCKS_WRAP # legacy 2017.08
|
default BR2_TARGET_ROOTFS_EXT2_BLOCKS if BR2_TARGET_ROOTFS_EXT2_BLOCKS_WRAP # legacy 2017.08
|
||||||
default "60M"
|
default "60M"
|
||||||
help
|
help
|
||||||
The size of the filesystem image. If it does not have a suffix,
|
The size of the filesystem image. If it does not have a
|
||||||
it is interpreted as power-of-two kilobytes. If it is suffixed
|
suffix, it is interpreted as power-of-two kilobytes. If it is
|
||||||
by 'k', 'm', 'g', 't' (either upper-case or lower-case), then
|
suffixed by 'k', 'm', 'g', 't' (either upper-case or
|
||||||
it is interpreted in power-of-two kilobytes, megabytes,
|
lower-case), then it is interpreted in power-of-two kilobytes,
|
||||||
gigabytes, terabytes, etc.
|
megabytes, gigabytes, terabytes, etc.
|
||||||
|
|
||||||
config BR2_TARGET_ROOTFS_EXT2_INODES
|
config BR2_TARGET_ROOTFS_EXT2_INODES
|
||||||
int "exact number of inodes (leave at 0 for auto calculation)"
|
int "exact number of inodes (leave at 0 for auto calculation)"
|
||||||
@ -65,15 +65,16 @@ config BR2_TARGET_ROOTFS_EXT2_RESBLKS
|
|||||||
help
|
help
|
||||||
The number of blocks on the filesystem (as a percentage of the
|
The number of blocks on the filesystem (as a percentage of the
|
||||||
total number of blocks), that are reserved for use by root.
|
total number of blocks), that are reserved for use by root.
|
||||||
Traditionally, this has been 5%, and all ext-related tools still
|
Traditionally, this has been 5%, and all ext-related tools
|
||||||
default to reserving 5% when creating a new ext filesystem.
|
still default to reserving 5% when creating a new ext
|
||||||
|
filesystem.
|
||||||
|
|
||||||
config BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS
|
config BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS
|
||||||
string "additional mke2fs options"
|
string "additional mke2fs options"
|
||||||
default "-O ^64bit"
|
default "-O ^64bit"
|
||||||
help
|
help
|
||||||
Specify a space-separated list of mke2fs options, including any
|
Specify a space-separated list of mke2fs options, including
|
||||||
ext2/3/4 filesystem features.
|
any ext2/3/4 filesystem features.
|
||||||
|
|
||||||
For more information about the mke2fs options, see the manual
|
For more information about the mke2fs options, see the manual
|
||||||
page mke2fs(8).
|
page mke2fs(8).
|
||||||
@ -91,7 +92,8 @@ choice
|
|||||||
prompt "Compression method"
|
prompt "Compression method"
|
||||||
default BR2_TARGET_ROOTFS_EXT2_NONE
|
default BR2_TARGET_ROOTFS_EXT2_NONE
|
||||||
help
|
help
|
||||||
Select compressor for ext2/3/4 filesystem of the root filesystem
|
Select compressor for ext2/3/4 filesystem of the root
|
||||||
|
filesystem
|
||||||
|
|
||||||
config BR2_TARGET_ROOTFS_EXT2_NONE
|
config BR2_TARGET_ROOTFS_EXT2_NONE
|
||||||
bool "no compression"
|
bool "no compression"
|
||||||
|
@ -10,7 +10,8 @@ config BR2_TARGET_ROOTFS_INITRAMFS
|
|||||||
A rootfs.cpio file will be generated in the images/ directory.
|
A rootfs.cpio file will be generated in the images/ directory.
|
||||||
This is the archive that will be included in the kernel image.
|
This is the archive that will be included in the kernel image.
|
||||||
The default rootfs compression set in the kernel configuration
|
The default rootfs compression set in the kernel configuration
|
||||||
is used, regardless of how buildroot's cpio archive is configured.
|
is used, regardless of how buildroot's cpio archive is
|
||||||
|
configured.
|
||||||
|
|
||||||
Note that enabling initramfs together with another filesystem
|
Note that enabling initramfs together with another filesystem
|
||||||
formats doesn't make sense: you would end up having two
|
formats doesn't make sense: you would end up having two
|
||||||
|
@ -94,18 +94,20 @@ config BR2_TARGET_ROOTFS_JFFS2_SUMMARY
|
|||||||
config BR2_TARGET_ROOTFS_JFFS2_USE_CUSTOM_PAGESIZE
|
config BR2_TARGET_ROOTFS_JFFS2_USE_CUSTOM_PAGESIZE
|
||||||
bool "Select custom virtual memory page size"
|
bool "Select custom virtual memory page size"
|
||||||
help
|
help
|
||||||
Use a custom virtual memory page size. Note that this is not related to
|
Use a custom virtual memory page size. Note that this is not
|
||||||
the flash memory page size. Using this option is only needed if Linux is
|
related to the flash memory page size. Using this option is
|
||||||
configured to use a page size different than 4kB.
|
only needed if Linux is configured to use a page size
|
||||||
|
different than 4kB.
|
||||||
|
|
||||||
config BR2_TARGET_ROOTFS_JFFS2_CUSTOM_PAGESIZE
|
config BR2_TARGET_ROOTFS_JFFS2_CUSTOM_PAGESIZE
|
||||||
hex "Virtual memory page size"
|
hex "Virtual memory page size"
|
||||||
default 0x1000
|
default 0x1000
|
||||||
depends on BR2_TARGET_ROOTFS_JFFS2_USE_CUSTOM_PAGESIZE
|
depends on BR2_TARGET_ROOTFS_JFFS2_USE_CUSTOM_PAGESIZE
|
||||||
help
|
help
|
||||||
Set to virtual memory page size of target system (in bytes). This value
|
Set to virtual memory page size of target system (in bytes).
|
||||||
should match the virtual page size in Linux (i.e. this should have the
|
This value should match the virtual page size in Linux (i.e.
|
||||||
same value as the value of the PAGE_SIZE macro in Linux). It is not
|
this should have the same value as the value of the PAGE_SIZE
|
||||||
related to the flash memory page size.
|
macro in Linux). It is not related to the flash memory page
|
||||||
|
size.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -18,8 +18,9 @@ config BR2_TARGET_ROOTFS_UBI_SUBSIZE
|
|||||||
int "sub-page size"
|
int "sub-page size"
|
||||||
default 512
|
default 512
|
||||||
help
|
help
|
||||||
Tells ubinize that the flash supports sub-pages and the sub-page
|
Tells ubinize that the flash supports sub-pages and the
|
||||||
size. Use 0 if sub-pages are not supported on flash chip.
|
sub-page size. Use 0 if sub-pages are not supported on flash
|
||||||
|
chip.
|
||||||
The value provided here is passed to the -s/--sub-page-size
|
The value provided here is passed to the -s/--sub-page-size
|
||||||
option of ubinize.
|
option of ubinize.
|
||||||
|
|
||||||
@ -28,9 +29,9 @@ config BR2_TARGET_ROOTFS_UBI_USE_CUSTOM_CONFIG
|
|||||||
help
|
help
|
||||||
Select this option to use a custom ubinize configuration file,
|
Select this option to use a custom ubinize configuration file,
|
||||||
rather than the default configuration used by Buildroot (which
|
rather than the default configuration used by Buildroot (which
|
||||||
defines a single dynamic volume marked as auto-resize). Passing
|
defines a single dynamic volume marked as auto-resize).
|
||||||
a custom ubinize configuration file allows you to create several
|
Passing a custom ubinize configuration file allows you to
|
||||||
volumes, specify volume types, etc.
|
create several volumes, specify volume types, etc.
|
||||||
|
|
||||||
As a convenience, buildroot replaces the string
|
As a convenience, buildroot replaces the string
|
||||||
"BR2_ROOTFS_UBIFS_PATH" with the path to the built ubifs file.
|
"BR2_ROOTFS_UBIFS_PATH" with the path to the built ubifs file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user