summaryrefslogtreecommitdiff
path: root/docs/README.build
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.build')
-rw-r--r--docs/README.build20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/README.build b/docs/README.build
index 71f8fbf..ca4f477 100644
--- a/docs/README.build
+++ b/docs/README.build
@@ -158,16 +158,16 @@ All packages/packages-* files must be named in lowercase.
# cd parabolaiso/configs/releng
* Build one or more ISOs.
- # ./build.sh # dual-architecture SystemD/CLI
- # ./build.sh -T i686 # 32-bit x86 target SystemD/CLI
- # ./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
-
-Note: See build.sh -h for more options.
+ # ./build.sh # dual-architecture SystemD/CLI
+ # ./build.sh -T i686 # 32-bit x86 target SystemD/CLI
+ # ./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/LXDE # SystemD/LXDE for net-install
+ # ./build.sh -E SystemD/MATE -S # SystemD/MATE with speech and braille
+ # ./build.sh -V "`date +%Y.%m.%d.%H.%M`-alpha" # development filename
+
+Note: The commands above are only some examples. See build.sh -h for the complete 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.