All Projects → endeavouros-team → EndeavourOS-ISO

endeavouros-team / EndeavourOS-ISO

Licence: GPL-3.0 license
EndeavourOS ISO framework based on Arch-ISO

Programming Languages

shell
77523 projects
scheme
763 projects
CSS
56736 projects

Projects that are alternatives of or similar to EndeavourOS-ISO

Archinstall
Arch Linux installer - guided, templates etc.
Stars: ✭ 140 (-11.95%)
Mutual labels:  archlinux, installer, iso
linux-installer
Universal GNU+Linux installer script
Stars: ✭ 16 (-89.94%)
Mutual labels:  archlinux, installer
zarch
The Ultimate Script For Arch Linux
Stars: ✭ 49 (-69.18%)
Mutual labels:  archlinux, installer
Termuxarch
You can use setupTermuxArch.bash 📲 to install Arch Linux in Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/TermuxArch/docs/install
Stars: ✭ 653 (+310.69%)
Mutual labels:  archlinux, installer
ArchInstall
💻 Personnal install scripts for my development environment
Stars: ✭ 56 (-64.78%)
Mutual labels:  archlinux, installer
arch-odroid
A simple script automatically installing Arch Linux for the ODROID.
Stars: ✭ 30 (-81.13%)
Mutual labels:  archlinux, installer
Customarch
Arch Linux Based Custom ISOs Made With "Archiso"
Stars: ✭ 606 (+281.13%)
Mutual labels:  archlinux, iso
Archdi
Arch Linux Desktop Installer : tutorial installer
Stars: ✭ 283 (+77.99%)
Mutual labels:  archlinux, installer
Archfi
Arch Linux Fast Installer : tutorial installer
Stars: ✭ 2,156 (+1255.97%)
Mutual labels:  archlinux, installer
arch-install
A highly configurable script automatically installing Arch Linux.
Stars: ✭ 32 (-79.87%)
Mutual labels:  archlinux, installer
arch-ansible
An Ansible playbook to install Arch Linux
Stars: ✭ 33 (-79.25%)
Mutual labels:  archlinux, installer
simplyarch
The blazing fast ⚡ Arch Linux ⚡ installation script that puts you on control 🌟
Stars: ✭ 38 (-76.1%)
Mutual labels:  archlinux, installer
archdi-pkg
Arch Linux Desktop Installer Packages
Stars: ✭ 46 (-71.07%)
Mutual labels:  archlinux, installer
pacman.store
Pacman Mirror via IPFS for ArchLinux, Endeavouros and Manjaro
Stars: ✭ 65 (-59.12%)
Mutual labels:  archlinux, endeavouros
arch-pi
A simple script automatically installing Arch Linux for the Raspberry Pi.
Stars: ✭ 38 (-76.1%)
Mutual labels:  archlinux, installer
Kindd
A kindful dd, written in qt-quick.
Stars: ✭ 93 (-41.51%)
Mutual labels:  archlinux, iso
Image Bootstrap
⛅️ Creates (chroots and) bootable virtual machine images; command line tool (Python 3)
Stars: ✭ 178 (+11.95%)
Mutual labels:  archlinux, installer
manjarno
Why you shouldn't use Manjaro
Stars: ✭ 96 (-39.62%)
Mutual labels:  archlinux, endeavouros
MS-PS-Installer
Automated PowerShell installer for *Nix with multi Distro support.
Stars: ✭ 20 (-87.42%)
Mutual labels:  installer
Dark Souls Config Utility
All-in-one installer and configuration UI for various mods/fixes for Dark Souls™: Prepare to Die Edition.
Stars: ✭ 27 (-83.02%)
Mutual labels:  installer

EndeavourOS-ISO

Maintenance

main branch is development latest (unstable)

Developers:

Contributors:

..and our beloved community

This ISO is based on hugely modified Arch-ISO to provide Installation Environment for EndeavourOS.
More info at EndeavourOS-GitHub-Development

Resources:

Installer LiveSession

Our journey wouldn't be made possible without the generosity of our Open Collective community!

Development source

Base source

Boot options

Systemd-boot for UEFI systems:
drawing

Bios-boot (syslinux) for legacy systems:
drawing

How to build ISO

You need to use an installed EndeavourOS system or any archbased system with EndeavourOS repository enabled.

As the installer packages and needed dependencies will get installed from EndeavourOS repository.

general information:

https://endeavouros-team.github.io/EndeavourOS-Development/

And read the changelog before starting to know about latest changes:

https://github.com/endeavouros-team/EndeavourOS-ISO/blob/main/CHANGELOG.md

Install build dependencies

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

Recommended to reboot after this changes.

Build

1. Prepare

If you want the last release state to rebuild ISO you need to use specific tag tarball. https://github.com/endeavouros-team/EndeavourOS-ISO/tags

If not you will use latest "unstable" development state.

use last stable release (exemple for 22.9 Artemis-nova Release):

wget https://github.com/endeavouros-team/EndeavourOS-ISO/archive/refs/tags/22.9.tar.gz
tar -xvf 22.9.tar.gz
cd "EndeavourOS-ISO-22.9"
./prepare.sh
2. Build
sudo ./mkarchiso -v "."

or with log:

sudo ./mkarchiso -v "." 2>&1 | tee "eosiso_$(date -u +'%Y.%m.%d-%H:%M').log"
3. The .iso appears in out directory

Advanced

To install locally builded packages on ISO put the packages inside directory:

airootfs/root/packages

Packages will get installed and directory will be cleaned up after that.

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].