system/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:
Ricardo Martincoski 2018-04-01 02:08:44 -03:00 committed by Thomas Petazzoni
parent b2b8a3c3e4
commit d3de010481

View File

@ -92,9 +92,9 @@ config BR2_TARGET_GENERIC_PASSWD_SHA512
help help
Use SHA512 to encode passwords. Use SHA512 to encode passwords.
Extremely strong, but not ubiquitous, although available in glibc Extremely strong, but not ubiquitous, although available in
for some time now. Choose only if you are sure your C library glibc for some time now. Choose only if you are sure your C
understands SHA512 passwords. library understands SHA512 passwords.
endchoice # Passwd encoding endchoice # Passwd encoding
@ -219,9 +219,9 @@ config BR2_ROOTFS_MERGED_USR
is the historical UNIX way. In this case, /usr can be a is the historical UNIX way. In this case, /usr can be a
filesystem on a partition separate from / . filesystem on a partition separate from / .
If you say 'y' here, then /bin, /sbin and /lib will be symlinks If you say 'y' here, then /bin, /sbin and /lib will be
to their counterparts in /usr. In this case, /usr can not be a symlinks to their counterparts in /usr. In this case, /usr can
separate filesystem. not be a separate filesystem.
config BR2_TARGET_ENABLE_ROOT_LOGIN config BR2_TARGET_ENABLE_ROOT_LOGIN
bool "Enable root login with password" bool "Enable root login with password"
@ -230,10 +230,10 @@ config BR2_TARGET_ENABLE_ROOT_LOGIN
help help
Allow root to log in with a password. Allow root to log in with a password.
If not enabled, root will not be able to log in with a password. If not enabled, root will not be able to log in with a
However, if you have an ssh server and you add an ssh key, you password. However, if you have an ssh server and you add an
can still allow root to log in. Alternatively, you can use sudo ssh key, you can still allow root to log in. Alternatively,
to become root. you can use sudo to become root.
config BR2_TARGET_GENERIC_ROOT_PASSWD config BR2_TARGET_GENERIC_ROOT_PASSWD
string "Root password" string "Root password"
@ -242,25 +242,28 @@ config BR2_TARGET_GENERIC_ROOT_PASSWD
help help
Set the initial root password. Set the initial root password.
If set to empty (the default), then no root password will be set, If set to empty (the default), then no root password will be
and root will need no password to log in. set, and root will need no password to log in.
If the password starts with any of $1$, $5$ or $6$, it is considered If the password starts with any of $1$, $5$ or $6$, it is
to be already crypt-encoded with respectively md5, sha256 or sha512. considered to be already crypt-encoded with respectively md5,
Any other value is taken to be a clear-text value, and is crypt-encoded sha256 or sha512. Any other value is taken to be a clear-text
as per the "Passwords encoding" scheme, above. value, and is crypt-encoded as per the "Passwords encoding"
scheme, above.
Note: "$" signs in the hashed password must be doubled. For example, Note: "$" signs in the hashed password must be doubled. For
if the hashed password is "$1$longsalt$v35DIIeMo4yUfI23yditq0", example, if the hashed password is
then you must enter it as "$$1$$longsalt$$v35DIIeMo4yUfI23yditq0" "$1$longsalt$v35DIIeMo4yUfI23yditq0", then you must enter it
(this is necessary otherwise make would attempt to interpret the $ as "$$1$$longsalt$$v35DIIeMo4yUfI23yditq0" (this is necessary
as a variable expansion). otherwise make would attempt to interpret the $ as a variable
expansion).
WARNING! WARNING! WARNING! WARNING!
The password appears as-is in the .config file, and may appear The password appears as-is in the .config file, and may appear
in the build log! Avoid using a valuable password if either the in the build log! Avoid using a valuable password if either
.config file or the build log may be distributed, or at the the .config file or the build log may be distributed, or at
very least use a strong cryptographic hash for your password! the very least use a strong cryptographic hash for your
password!
choice choice
bool "/bin/sh" bool "/bin/sh"
@ -375,10 +378,10 @@ config BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW
default y default y
help help
The root filesystem is typically mounted read-only at boot. The root filesystem is typically mounted read-only at boot.
By default, buildroot remounts it in read-write mode early during the By default, buildroot remounts it in read-write mode early
boot process. during the boot process.
Say no here if you would rather like your root filesystem to remain Say no here if you would rather like your root filesystem to
read-only. remain read-only.
If unsure, say Y. If unsure, say Y.
config BR2_SYSTEM_DHCP config BR2_SYSTEM_DHCP
@ -391,8 +394,9 @@ config BR2_SYSTEM_DHCP
If left empty, no automatic DHCP requests will take place. If left empty, no automatic DHCP requests will take place.
For more complicated network setups use an overlay to overwrite For more complicated network setups use an overlay to
/etc/network/interfaces or add a networkd configuration file. overwrite /etc/network/interfaces or add a networkd
configuration file.
comment "automatic network configuration via DHCP needs ifupdown or busybox or networkd" comment "automatic network configuration via DHCP needs ifupdown or busybox or networkd"
depends on !(BR2_PACKAGE_BUSYBOX || BR2_PACKAGE_IFUPDOWN || BR2_PACKAGE_SYSTEMD_NETWORKD) depends on !(BR2_PACKAGE_BUSYBOX || BR2_PACKAGE_IFUPDOWN || BR2_PACKAGE_SYSTEMD_NETWORKD)
@ -468,18 +472,19 @@ config BR2_TARGET_TZ_ZONELIST
help help
Space-separated list of time zones to compile. Space-separated list of time zones to compile.
The value "default" includes all commonly used time zones. Note The value "default" includes all commonly used time zones.
that this set consumes around 5.5M for glibc and 2.1M for uClibc. Note that this set consumes around 5.5M for glibc and 2.1M for
uClibc.
The full list is the list of files in the time zone database source, The full list is the list of files in the time zone database
not including the build and .tab files. source, not including the build and .tab files.
config BR2_TARGET_LOCALTIME config BR2_TARGET_LOCALTIME
string "default local time" string "default local time"
default "Etc/UTC" default "Etc/UTC"
help help
The time zone to install as the default local time, expressed as a The time zone to install as the default local time, expressed
tzdata location, such as: as a tzdata location, such as:
Etc/UTC (the default) Etc/UTC (the default)
GMT GMT
Europe/Paris Europe/Paris
@ -506,24 +511,24 @@ config BR2_ROOTFS_OVERLAY
root filesystem after the build has finished and before it is root filesystem after the build has finished and before it is
packed into the selected filesystem images. packed into the selected filesystem images.
They are copied as-is into the rootfs, excluding files ending with They are copied as-is into the rootfs, excluding files ending
~ and .git, .svn and .hg directories. with ~ and .git, .svn and .hg directories.
config BR2_ROOTFS_POST_BUILD_SCRIPT config BR2_ROOTFS_POST_BUILD_SCRIPT
string "Custom scripts to run before creating filesystem images" string "Custom scripts to run before creating filesystem images"
default "" default ""
help help
Specify a space-separated list of scripts to be run after the build Specify a space-separated list of scripts to be run after the
has finished and before Buildroot starts packing the files into build has finished and before Buildroot starts packing the
selected filesystem images. files into selected filesystem images.
This gives users the opportunity to do board-specific cleanups, This gives users the opportunity to do board-specific
add-ons and the like, so the generated files can be used directly cleanups, add-ons and the like, so the generated files can be
without further processing. used directly without further processing.
These scripts are called with the target directory name as first These scripts are called with the target directory name as
argument. Make sure the exit code of those scripts are 0, otherwise first argument. Make sure the exit code of those scripts are
make will stop after calling them. 0, otherwise make will stop after calling them.
config BR2_ROOTFS_POST_FAKEROOT_SCRIPT config BR2_ROOTFS_POST_FAKEROOT_SCRIPT
string "Custom scripts to run inside the fakeroot environment" string "Custom scripts to run inside the fakeroot environment"
@ -548,8 +553,9 @@ config BR2_ROOTFS_POST_FAKEROOT_SCRIPT
to create arbitrary entries statically in /dev to create arbitrary entries statically in /dev
- BR2_ROOTFS_DEVICE_TABLE - BR2_ROOTFS_DEVICE_TABLE
to set arbitrary permissions as well as extended attributes to set arbitrary permissions as well as extended
(such as capabilities) on files and directories, attributes (such as capabilities) on files and
directories,
- BR2_ROOTFS_USERS_TABLES: - BR2_ROOTFS_USERS_TABLES:
to create arbitrary users and their home directories to create arbitrary users and their home directories
@ -581,16 +587,16 @@ config BR2_ROOTFS_POST_SCRIPT_ARGS
|| BR2_ROOTFS_POST_FAKEROOT_SCRIPT != "" \ || BR2_ROOTFS_POST_FAKEROOT_SCRIPT != "" \
|| BR2_ROOTFS_POST_IMAGE_SCRIPT != "" || BR2_ROOTFS_POST_IMAGE_SCRIPT != ""
help help
Pass these additional arguments to each post-build or post-image Pass these additional arguments to each post-build or
scripts. post-image scripts.
Note that all the post-build and post-image scripts will be passed Note that all the post-build and post-image scripts will be
the same set of arguments, you can not pass different arguments to passed the same set of arguments, you can not pass different
each script. arguments to each script.
Note also, as stated in their respective help text, that the first Note also, as stated in their respective help text, that the
argument to each post-build or post-image script is the target first argument to each post-build or post-image script is the
directory / images directory. The arguments in this option will be target directory / images directory. The arguments in this
passed *after* those. option will be passed *after* those.
endmenu endmenu