Some grammatical corrections
This commit is contained in:
parent
38150e590e
commit
8f96017874
2 changed files with 13 additions and 12 deletions
2
README
2
README
|
@ -7,7 +7,7 @@ acts as the automation control of the commands to be run. Finally, if you have
|
||||||
specified it to do so, and have the necessary packages available (jhalfs can
|
specified it to do so, and have the necessary packages available (jhalfs can
|
||||||
download them if you need it to), it can begin and log the build process.
|
download them if you need it to), it can begin and log the build process.
|
||||||
|
|
||||||
There are several options that jhalfs can employ, and that may be useful to
|
There are several options that jhalfs can employ and that may be useful to
|
||||||
your particular needs. For a full list run:
|
your particular needs. For a full list run:
|
||||||
|
|
||||||
jhalfs --help
|
jhalfs --help
|
||||||
|
|
23
jhalfs
23
jhalfs
|
@ -27,11 +27,11 @@ Options:
|
||||||
jhalfs produces will be in the directory
|
jhalfs produces will be in the directory
|
||||||
DIR/jhalfs. Default is \"/mnt/lfs\".
|
DIR/jhalfs. Default is \"/mnt/lfs\".
|
||||||
|
|
||||||
-P, --get-packages download the packages and patches. That
|
-P, --get-packages download the packages and patches. This
|
||||||
depend on the server declared in the
|
assumes that the server declared in the
|
||||||
jhalfs.conf file having the proper packages
|
jhalfs.conf file has the proper packages
|
||||||
and patches versions for the book version
|
and patches for the book version being
|
||||||
being processed.
|
processed.
|
||||||
|
|
||||||
-D, --download-client CLIENT use CLIENT as the program for retrieving
|
-D, --download-client CLIENT use CLIENT as the program for retrieving
|
||||||
packages (for use in conjunction with -P)
|
packages (for use in conjunction with -P)
|
||||||
|
@ -42,17 +42,17 @@ Options:
|
||||||
-L, --LFS-version VER ckeckout VER version of the LFS book.
|
-L, --LFS-version VER ckeckout VER version of the LFS book.
|
||||||
Supported versions at this time are:
|
Supported versions at this time are:
|
||||||
|
|
||||||
dev* | trunk | SVN alias for Development LFS
|
dev* | trunk | SVN aliases for Development LFS
|
||||||
testing | 6.1.1 alias for the testing 6.1.1 branch
|
testing | 6.1.1 aliases for the testing 6.1.1 branch
|
||||||
|
|
||||||
-T, --testsuites add support to run the optional testsuites
|
-T, --testsuites add support to run the optional testsuites
|
||||||
|
|
||||||
--no-toolchain-test don't run the toolchain testsuites. This
|
--no-toolchain-test don't run the toolchain testsuites. This
|
||||||
disables also the build of TCL, Expect
|
also disables the build of TCL, Expect
|
||||||
and DejaGNU
|
and DejaGNU
|
||||||
|
|
||||||
--timezone TIMEZONE set TIMEZONE as the local timezone. If not
|
--timezone TIMEZONE set TIMEZONE as the local timezone. If not
|
||||||
specified, Europe/London will be used.
|
specified, \"Europe/London\" will be used.
|
||||||
|
|
||||||
--page_size PAGE set PAGE as the default page size (letter
|
--page_size PAGE set PAGE as the default page size (letter
|
||||||
or A4). This setting is required to
|
or A4). This setting is required to
|
||||||
|
@ -65,8 +65,9 @@ Options:
|
||||||
created.
|
created.
|
||||||
|
|
||||||
-C, --kernel-config FILE use the kernel configuration file specified
|
-C, --kernel-config FILE use the kernel configuration file specified
|
||||||
in FILE to build the kernel. If not found,
|
in FILE to build the kernel. If the file is
|
||||||
the kernel build is skipped.
|
not found, or if not specified, the kernel
|
||||||
|
build is skipped.
|
||||||
|
|
||||||
-M, --run-make run make on the generated Makefile
|
-M, --run-make run make on the generated Makefile
|
||||||
|
|
||||||
|
|
Reference in a new issue