Skip to content

Compile from source

4rkal edited this page Sep 8, 2023 · 3 revisions

Compile your own .img file from source

Note: This must be done from a pre-existing installation of Arch Linux.

  1. Clone this repository using Git:

    • git clone https://github.com/4rkal/moneroOS.git
  2. Install archuseriso from the Arch User Repository (AUR):

    • yay -S archuseriso
  3. Once archuseriso is installed, use the following command to build the .img file:

    • sudo aui-mkiso -m 'img' moneroOS/

Note you can also add the --verbose flag to see a full log of what is happening.

  1. When complete you should see a new directory displayed. Use cd to navigate into that new directory where you should find the newly generated .img file.

  2. Follow the directions within the above Installation & Configuration section to use your newly generated .img file.

Clone this wiki locally