Skip to content

kavibritto/xero_g_iso

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XeroLinux "G" ISO Repo

Repo for the Xero-G Project. Feel free to go through files and learn how it's all done. To build ISO need to use ABS Script via guide below. Click Here for full release info ;)

logo

You must be on an *Arch* based Distro to build ISO.

The following are not supported Distros to build on since they don't use Arch repos which will result in errors building the ISO.

  • Garuda (Build Fails)
  • Manjaro (Own Repos)
  • CachyOS (Arch v3)
  • KaOS (Limited Repos)
  • Artix (No Systemd)

Note

As it stands, there will be no public ISO of this project. Building it yourselves, is currently the only way to get it for Free. Or wait until I have raised enough to make it join the family. However, an ISO will be made available, as well as many other bonuses, on Patreon, via our Platinum Tier (monthly). Or if you find that amount to be too much or don't want to support the project on a monthly basis, you can donate any amount to my FundRazr (Once) without any bonuses, just ISO. Why Paid ?


.:: Video Guide ::.

Watch Video Guide

Step 1 - Get Repo in to build :

Before we get started we will need to get the ABS repo in, that's where the new build tool is located. To do so need to edit the "pacman.conf". Use either methods to do so :

- Method 1 :

sudo nano /etc/pacman.conf

Now we need to add the repo at the end of the file, so add this,

# Valen Repository
[valen_repo]
SigLevel = Never
Server = https://keyaedisa.github.io/$repo/$arch

- Method 2 :

Type the following command using sudo in terminal done !

sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/keyaedisa/valen_repo/trunk/install/addRepo2PacmanConf.sh)"

Now install the tool via,

sudo pacman -S abs

Step 2 - Clone Build Repo :

Once you got Repos in, time to grab the build environment that you will be building from. Just note that you will need Git installed in order to do that.

Install Git with :

sudo pacman -S git

Grab Build Env.

cd ~ && git clone https://github.com/xerolinux/xero_g_iso.git

Step 3 - Building the Xero ISO :

Now that we have build environment on our system, it's time to build it.

Build ISO :

cd ~/xero_g_iso/ && abs XeroG
or
cd ~/xero_g_iso/ && abs -xg

Follow the prompts and you good to go...

I hope this helps.. In case of other issues kindly find me on Discord

Happy building

About

Xero "G" Repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%