All Projects → endeavouros-team → Endeavouros Archiso

endeavouros-team / Endeavouros Archiso

Licence: gpl-3.0
Build EndeavourOS ISO

Programming Languages

shell
77523 projects

These are the basic needed files and folders to build EndeavourOS system.

To get more info on how we put everything together read here: https://github.com/endeavouros-team/EndeavourOS-archiso/wiki/EndeavourOS-ISO

--> This is configured to run the build process inside an actual installed EndeavourOS system.

Maintenance

Add and enable EndeavourOS Repository at your system

Add calamares package repo to your /etc/pacman.conf

[endeavouros_calamares]
SigLevel = PackageRequired
Server = https://github.com/endeavouros-team/mirrors/releases/download/endeavouros_calamares/

  • Uses the same signature that normal repo and has no mirrors package to install.

sudo pacman -Syy

Install necessary packages

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

Clone:
git clone https://github.com/endeavouros-team/EndeavourOS-archiso.git

cd EndeavourOS-archiso

Run fix permissions script

sudo ./fix_permissions.sh

Build

sudo ./build.sh -v

The iso appears at out folder

Uses archiso from archlinux as base.

  • xfce4 as live environment
  • Basic tools for a livecd
  • Installer
  • rescue tools included:

liveiso.rescue-tools

  • grsync
  • dd
  • ddrescue
  • dd_rescue
  • testdisk
  • clonezilla
  • partclone
  • partimage
  • gftp
  • hdparm
  • fsarchiver
  • mc
  • gparted

LiveISO Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].