Difference between revisions of "ManjaroISO"
Views
Actions
Namespaces
Variants
Tools
more changes and restructuring
imported>Excalibur1234 (added links) |
imported>Excalibur1234 (more changes and restructuring) |
||
Line 159: | Line 159: | ||
Any file added to this folder gets '''only''' added to the '''live-session'''. In some cases, this can be important. | Any file added to this folder gets '''only''' added to the '''live-session'''. In some cases, this can be important. | ||
== 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: | |||
arch=`uname -m` | |||
#arch=i686 | |||
This will build a 32bit install-media, if you are on a 32bit Manjaro system and a 64bit install-media, if you are on a 64bit Manjaro system. | |||
If you are on a 64bit Manjaro system and want to build a 32bit install-media, please change the code to this: | |||
#arch=`uname -m` | |||
arch=i686 | |||
Line 183: | Line 197: | ||
In severe cases, please reboot your system before and after you try to remove the <code>work-x86_64</code> folder. | In severe cases, please reboot your system before and after you try to remove the <code>work-x86_64</code> folder. | ||
Line 202: | Line 204: | ||
* [http://vimeo.com/63063954 Video tutorial] | * [http://vimeo.com/63063954 Video tutorial] | ||
* [https://forum.manjaro.org/index.php?topic=4295.0 ManjaroISO Tutorial] | |||
* [https://forum.manjaro.org/index.php?board=27.0 Manjaro subforum dedicated to ManjaroISO] | * [https://forum.manjaro.org/index.php?board=27.0 Manjaro subforum dedicated to ManjaroISO] | ||