Skip to content

ArcheonOS/liveiso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archeon Live ISO

This is the live ISO I’ve set up for myself, which I call Archeon.

Building

1. Install Required Dependencies

sudo pacman -S --needed git archiso squashfs-tools

2. Clone Repository

git clone https://github.com/ArcheonOS/liveiso.git archeon && cd archeon

3. Build ISO

./build.sh

Notes

  • Ensure you have sufficient disk space for building the ISO.
  • The build process may take some time depending on your system.
  • After building, the ISO will be located in the dist/ directory inside the repository.