Difference between revisions of "Translations:Build Manjaro ISOs with buildiso/104/en"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Importing a new version from external source) |
(Importing a new version from external source) Tags: Mobile web edit Mobile edit |
||
Line 3: | Line 3: | ||
===Example:=== | ===Example:=== | ||
You can use arguments with the <code>buildiso</code> command for more build options: | You can use arguments with the <code>buildiso</code> command for more build options: | ||
{{UserCmd|command=buildiso -f -p xfce -b stable}} | |||
* <code>-f</code> let's you specify if you want the full ISO. If omitted a minimal ISO will be build. | * <code>-f</code> let's you specify if you want the full ISO. If omitted a minimal ISO will be build. | ||
* <code>-b</code> let's you specify the branch. You can also set this in your <code>manjaro-tools.conf</code> file. | * <code>-b</code> let's you specify the branch. You can also set this in your <code>manjaro-tools.conf</code> file. | ||
You can find other examples of builds using different arguments for ''buildiso'' [https://wiki.manjaro.org/index.php?title=Manjaro-tools#buildiso here]. | You can find other examples of builds using different arguments for ''buildiso'' [https://wiki.manjaro.org/index.php?title=Manjaro-tools#buildiso here]. |
Latest revision as of 16:58, 5 January 2023
When the build process finishes successfully, the ISO file and the package list will appear in this folder:
/var/cache/manjaro-tools/iso/
Example:
You can use arguments with the buildiso
command for more build options:
user $ buildiso -f -p xfce -b stable
-f
let's you specify if you want the full ISO. If omitted a minimal ISO will be build.-b
let's you specify the branch. You can also set this in yourmanjaro-tools.conf
file.
You can find other examples of builds using different arguments for buildiso here.