Difference between revisions of "ManjaroISO"

no edit summary
imported>Excalibur1234
imported>Excalibur1234
Line 168: Line 168:
   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: ~/work/manjaroiso/e17/ ).
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> ).
 
== Troubleshooting ==


In case anything goes wrong buildiso will display an error. Try to fix this error and restart buildiso.  
In case anything goes wrong buildiso will display an error. Try to fix this error and restart buildiso.  
Line 175: Line 177:
  sudo rm -rfv ~/work/manjaroiso/e17/work-x86_64
  sudo rm -rfv ~/work/manjaroiso/e17/work-x86_64


'''Attention:''' The <code>work-x86_64</code> folder will '''not''' be completely deleted, because parts of it are mounted. In severe cases, please reboot your system.
'''Attention:''' The <code>work-x86_64</code> folder will '''not''' be completely deleted, because parts of it are mounted.  
 
In severe cases, please reboot your system before and after you try to remove the <code>work-x86_64</code> folder.


== Building 32 bit media on 64 bit systems ==
== Building 32 bit media on 64 bit systems ==