summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-05-03 10:02:31 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-07-02 10:50:36 -0400
commit139fb6038f7c00fd1c2d9284d24e2a1ef36a64a4 (patch)
tree97906c437719dc3d2fdefaa8bd6f8f00183c9645 /docs
parent01bbcddda18ebbeeb81cd469037ec9736d0392e4 (diff)
squashme - doc
Diffstat (limited to 'docs')
-rw-r--r--docs/README.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/README.build b/docs/README.build
index eae43fe..71f8fbf 100644
--- a/docs/README.build
+++ b/docs/README.build
@@ -163,6 +163,7 @@ All packages/packages-* files must be named in lowercase.
# ./build.sh -T x86_64 # 64-bit x86 target SystemD/CLI
# ./build.sh -E OpenRC/CLI -O # OpenRC/CLI for offline install
# ./build.sh -E OpenRC/LXDE -O # OpenRC/LXDE for offline install
+ # ./build.sh -E SystemD/MATE # SystemD/MATE
# ./build.sh -E SystemD/Talking # SystemD/TalkingParabola
# ./build.sh -T x86_64 -V "`date +%Y.%m.%d.%H.%M`-alpha" # development filename
@@ -170,6 +171,8 @@ Note: See build.sh -h for more options.
Note: This script needs to be run on an x86_64 ArchLinux derrivative
Note: Specifying a single architecture with the -T option builds in half of the time
and results in the ISO being about half of the size as the dual-architecture ISO.
+Note: Omitting the -O option results in the ISO being about half of the size yet again;
+ but will require an internet connection to install the target system.
Note: The argument to the -E option must consist of an init/wm pair separated by a '/' slash.
This will determine which package lists will be used. Although the package lists
files are named in lowercase, this argument may contain captial letters.