Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 839 Bytes

File metadata and controls

31 lines (25 loc) · 839 Bytes

InedibleOS

Install image password is "live" without the quote.

Build instructions

Requirements (Build Environment):
Arch Linux REQUIRED as a build environment (Manjaro DOES NOT WORK even though it is based on Arch)
Only x86_64 is supported\

Device requirement:
PC/Mac with at least 8 GB of ram, 50 GB of free disk space and 2 cores of x86_64 CPU (Using virtual machine might require more resources).

Building Process

  1. Go in opt/ezrepo, check the calamares-dependencies.txt for any required but not installed dependencies.
  2. Open the terminal in opt/ezrepo, then copy and paste this command:
./build.sh
  1. Open the terminal in the project's root folder, then execute these commands.
su
./clean.sh
./build.sh
  1. The iso file will be created outside of the root folder.