work on Config.in help text
This commit is contained in:
parent
613d46b0d0
commit
14f86de443
1 changed files with 12 additions and 0 deletions
12
Config.in
12
Config.in
|
@ -44,11 +44,17 @@ mainmenu "JHALFS Build Script Configuration"
|
||||||
string "Branch"
|
string "Branch"
|
||||||
default ""
|
default ""
|
||||||
depends BRANCH
|
depends BRANCH
|
||||||
|
help
|
||||||
|
#-- A list of valid branch ID's is available here.
|
||||||
|
# http://wiki.linuxfromscratch.org/alfs/wiki/SupportedBooks
|
||||||
|
|
||||||
config BOOK
|
config BOOK
|
||||||
string "Loc of working copy"
|
string "Loc of working copy"
|
||||||
default "**EDIT ME**"
|
default "**EDIT ME**"
|
||||||
depends WORKING_COPY
|
depends WORKING_COPY
|
||||||
|
help
|
||||||
|
#--- The full path to a local copy of the book
|
||||||
|
#
|
||||||
#endmenu
|
#endmenu
|
||||||
|
|
||||||
#-----------------------
|
#-----------------------
|
||||||
|
@ -208,6 +214,12 @@ depends on BOOK_CLFS || BOOK_CLFS2
|
||||||
# (e.g., i386/qwerty/us.map.gz) or "none" if you do not want
|
# (e.g., i386/qwerty/us.map.gz) or "none" if you do not want
|
||||||
# a keymap included in the kernel
|
# a keymap included in the kernel
|
||||||
|
|
||||||
|
=== Note about CLFS ===
|
||||||
|
If building the SVN or 1.0.0rc3 version using the boot method and
|
||||||
|
compiling the keymap into the kernel, you MUST to edit the "loadkeys"
|
||||||
|
command found in $JHALFSDIR/clfs-commands/boot/066-kernel to set the
|
||||||
|
full path in your host to the keymap file.
|
||||||
|
|
||||||
comment "----------------------------------------"
|
comment "----------------------------------------"
|
||||||
depends on BOOK_CLFS || BOOK_CLFS2
|
depends on BOOK_CLFS || BOOK_CLFS2
|
||||||
|
|
||||||
|
|
Reference in a new issue