/ README.md
README.md
 1  **To make a build you must do the following:**
 2  
 3  1) Change the current working directory to where your curent user has write permissions, for example `cd ~`
 4  2) run `git clone --depth=1 --branch=main https://github.com/armbian/build`
 5  3) Clone this repo with `git clone https://code.samourai.io/ronindojo/RoninOS.git`
 6  4) run `mkdir -p build/userpatches/overlay/`
 7  5) run `cp -Rv RoninOS/customize-image.sh build/userpatches/customize-image.sh && cp -Rv RoninOS build/userpatches/overlay/`
 8  6) change the working directory to the root of the build project with `cd build`
 9  7) Start armbian build process by running the command `./compile.sh BOARD=rockpro64 BRANCH=current BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=no RELEASE=bullseye`
10  8) Let it run and relax. (Takes 45-90 min)
11  9) You can find the image files in the directory `output` that's in the root of the build project
12  
13  **Resources:**
14  
15  - https://docs.armbian.com/Developer-Guide_Build-Preparation/
16  
17  **File structure:**
18  
19  - _customize-image.sh:_ Customize the image during the building process. Setting username and password (random password). clone repos, modify tor and prep the UI. 
20  
21  If any changes occur moving forward this repo will be updated. 
22  If you'd like to customize anything about the build, utilize the armbian guides and/or edit the `customize-image.sh` file.