Typos
This commit is contained in:
parent
3fa20d4aee
commit
1b99a8b0b4
2 changed files with 5 additions and 5 deletions
|
@ -57,7 +57,7 @@ menu "--- BOOK Settings"
|
|||
endchoice
|
||||
|
||||
config BRANCH_ID
|
||||
string "Branch (mandatory)"
|
||||
string "Book Version (mandatory)"
|
||||
default "**EDIT ME**"
|
||||
depends BRANCH
|
||||
help
|
||||
|
@ -388,7 +388,7 @@ menu "--- Build Settings"
|
|||
config CONFIG_TESTS
|
||||
bool "Run testsuites"
|
||||
depends !BOOK_CLFS2
|
||||
default n
|
||||
default y
|
||||
help
|
||||
#-- Run test suites
|
||||
#
|
||||
|
@ -503,7 +503,7 @@ menu "--- Build Settings"
|
|||
bool "Install vim-lang package"
|
||||
default y
|
||||
help
|
||||
#-- install the optional vim-lang package
|
||||
#-- Install the optional vim-lang package
|
||||
|
||||
config TIMEZONE
|
||||
string "TimeZone"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#--- Which library model to use uclibc/glibc
|
||||
MODEL=glibc
|
||||
|
||||
#--- The host system has grsecurity options enabled? n0(no)/y(yes)
|
||||
#--- The host system has grsecurity options enabled? n(no)/y(yes)
|
||||
GRSECURITY_HOST=n
|
||||
|
||||
#--- Unprivileged user and group name
|
||||
|
|
Reference in a new issue