Difference between revisions of "Manjaro-tools"
Views
Actions
Namespaces
Variants
Tools
update. manjaro-tools got splitted.
imported>Excalibur1234 |
imported>Excalibur1234 (update. manjaro-tools got splitted.) |
||
Line 5: | Line 5: | ||
= Introduction = | = Introduction = | ||
''manjaro-tools'' consists of | ''manjaro-tools'' consists of a lot of different tools aimed at Manjaro developers. It is splitted into 3 different packages: | ||
* ''manjaro-tools-base'' contains basic tools, different chroot tools, and ''buildset'' | |||
* ''manjaro-tools-pkg'' contains small helper tools, ''buildpkg'', and ''buildtree'' | |||
* ''manjaro-tools-iso'' contains small helper tools and ''buildiso'' | |||
''manjaro-tools'' are a replacement for [[devtools]] and [[manjaroiso]]. | |||
''manjaro-tools'' | |||
A detailed user manual is available at [https://github.com/manjaro/manjaro-tools github]. | A detailed user manual is available at [https://github.com/manjaro/manjaro-tools github]. | ||
Line 249: | Line 246: | ||
$ buildiso -h | $ buildiso -h | ||
Usage: buildiso [options] | Usage: buildiso [options] | ||
-p <profile> Buildset or profile [default: default] | |||
-a <arch> Arch [default: x86_64] | |||
-b <branch> Branch [default: stable] | |||
-r <dir> Chroots directory | |||
[default: /var/lib/manjaro-tools/buildiso] | |||
-c Disable clean work dir | |||
-x Clean xorg cache | |||
-l Clean lng cache | |||
-i Build images only | |||
-s Generate iso only | |||
Requires pre built images (-i) | |||
-v Verbose output, show profies detail (-q) | |||
-q Query settings and pretend build | |||
-h This help | |||