Difference between revisions of "ManjaroISO"
no edit summary
imported>Excalibur1234 |
imported>Excalibur1234 |
||
Line 32: | Line 32: | ||
Copy ManjaroISOs profiles to your work directory: | Copy ManjaroISOs profiles to your work directory: | ||
cp -a /usr/share/manjaroiso/configs ~/work/manjaroiso | cp -a /usr/share/manjaroiso/configs/ ~/work/manjaroiso/configs/ | ||
There is an [[Alternative way to install ManjaroISO]] available. | There is an [[Alternative way to install ManjaroISO]] available. | ||
Line 164: | Line 164: | ||
== Building 32 bit and 64 bit install-medias == | == Building 32 bit and 64 bit install-medias == | ||
The '''options.conf''' file found in the ''shared'' subfolder or the subfolder of the desktop environment you are trying to build (in our example: <code>~/work/manjaroiso/e17/</code> ) contains the following code: | The '''options.conf''' file found in the ''shared'' subfolder or the subfolder of the desktop environment you are trying to build (in our example: <code>~/work/manjaroiso/configs/e17/</code> ) contains the following code: | ||
arch=`uname -m` | arch=`uname -m` | ||
Line 181: | Line 181: | ||
Please change into the profile folder you want to build, if you have not already done this. In our example this is: | Please change into the profile folder you want to build, if you have not already done this. In our example this is: | ||
cd ~/work/manjaroiso/e17/ | cd ~/work/manjaroiso/configs/e17/ | ||
Now, use buildiso to build your install-media: | Now, use buildiso to build your install-media: | ||
Line 187: | Line 187: | ||
sudo buildiso | sudo buildiso | ||
buildiso will create a new folder <code>work-x86_64</code> or <code>work-i686</code> depending on install-media you want to build. buildiso will work in that folder exclusively. When buildiso is finished, the .iso file with your install-media will appear in your profile folder (in our example: <code>~/work/manjaroiso/e17/</code> ). | buildiso will create a new folder <code>work-x86_64</code> or <code>work-i686</code> depending on install-media you want to build. buildiso will work in that folder exclusively. When buildiso is finished, the .iso file with your install-media will appear in your profile folder (in our example: <code>~/work/manjaroiso/configs/e17/</code> ). | ||
== Troubleshooting == | == Troubleshooting == | ||
Line 194: | Line 194: | ||
If there is a severe error in buildiso or if you want to build a completely new install-media, it might be necessary to delete buildiso's work folder. In our example this is: | If there is a severe error in buildiso or if you want to build a completely new install-media, it might be necessary to delete buildiso's work folder. In our example this is: | ||
sudo rm -rfv ~/work/manjaroiso/e17/work-x86_64 | sudo rm -rfv ~/work/manjaroiso/configs/e17/work-x86_64 | ||
'''Attention:''' The <code>work-x86_64</code> folder will '''not''' be completely deleted, because parts of it are mounted. | '''Attention:''' The <code>work-x86_64</code> folder will '''not''' be completely deleted, because parts of it are mounted. |