Difference between revisions of "Build Manjaro ISOs with buildiso"
Views
Actions
Namespaces
Variants
Tools
no edit summary
imported>Excalibur1234 |
imported>Excalibur1234 |
||
Line 18: | Line 18: | ||
==Install manjaro-tools-iso== | ==Install manjaro-tools-iso== | ||
''buildiso'' has often bugs introduced my new upstream package changes, therefore it is recommended to install the absolute latest version with the most recent bug fixes. A relatively easy way is to install ''manjaro-tools-iso'' from the unstable repositories of Manjaro | ''buildiso'' has often bugs introduced my new upstream package changes, therefore it is recommended to install the absolute latest version with the most recent bug fixes. A relatively easy way is to install ''manjaro-tools-iso'' from the unstable repositories of Manjaro: | ||
Line 41: | Line 40: | ||
sudo pacman -U http://mirror.netzspielplatz.de/manjaro/packages/unstable/extra/x86_64/manjaro-tools-iso-0.9.8-3-any.pkg.tar.xz | sudo pacman -U http://mirror.netzspielplatz.de/manjaro/packages/unstable/extra/x86_64/manjaro-tools-iso-0.9.8-3-any.pkg.tar.xz | ||
Alternatively, you can download and build the complete ''manjaro-tools'' from GitHub directly. In this case, you should build the absolute latest available [https://github.com/manjaro/manjaro-tools/tree/devel manjaro-tools] from the <code>devel</code> branch. This branch is in sync with the <code>devel</code> branch of [https://github.com/manjaro/manjaro-tools-iso-profiles/tree/devel manjaro-tools-iso-profiles]. | |||