Difference between revisions of "ManjaroISO"

imported>Aaditya
imported>Aaditya
Line 188: Line 188:


   sudo buildiso
   sudo buildiso
== Building 32 bit media on 64 bit systems ==
Edit the '''options.conf''' file found in the ''shared'' subfolder or the subfolder of the desktop environment you are trying to build, and change:
arch=`uname -m`
#arch=i686
to
#arch=`uname -m`
arch=i686
Anonymous user