Difference between revisions of "ManjaroISO"
Views
Actions
Namespaces
Variants
Tools
→Building 32 bit and 64 bit install-medias
imported>Excalibur1234 |
imported>Excalibur1234 |
||
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/configs/e17/</code> ) contains the following code: | The '''options.conf''' file found in the ''shared'' subfolder (in our example: <code>~/work/manjaroiso/configs/shared/</code> ) 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 175: | Line 175: | ||
#arch=`uname -m` | #arch=`uname -m` | ||
arch=i686 | arch=i686 | ||
=Building an install-media= | =Building an install-media= |