summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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.