2022-02-08 11:40:06 +09:00
2022-02-08 11:27:55 +09:00
2022-02-08 01:12:33 +09:00
2022-02-08 00:00:07 +09:00
2022-01-27 10:46:42 +01:00
2021-12-07 20:59:36 +03:00
2021-10-20 18:26:58 +02:00
2021-10-20 18:26:58 +02:00
2021-12-07 21:00:25 +03:00
2021-10-20 18:26:58 +02:00
2022-02-08 11:40:06 +09:00
2022-02-08 00:19:35 +09:00
2022-01-03 12:22:07 +01:00
2021-12-07 21:01:31 +03:00
2022-02-08 11:40:06 +09:00

EndeavourOS-ISO

Maintenance

New merged repository structure (october 2021) by joekamprad. now live-user-desktop-settings are included under /airootfs/root/liveuser-desktop-settings

Developers:

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

Resources

drawing

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/

Install build dependencies

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

Build

1. Prepare
git clone https://github.com/endeavouros-team/EndeavourOS-ISO.git
cd "EndeavourOS-ISO"
sudo ./fix_permissions.sh
2. Build
sudo ./mkarchiso "."

or with log

sudo ./mkarchiso "." 2>&1 | tee "eosiso.log"
3. The .iso appears in out directory

Advanced

To install locally builded packages on ISO put the packages inside airootfs/root and use something like this lines:

pacman -U --noconfirm "/root/calamares_current-3.2.44.3-4-any.pkg.tar.zst
rm /root/calamares_current-3.2.44.3-4-any.pkg.tar.zst

inside run_before_squashfs.sh

S
Description
No description provided
Readme GPL-3.0 235 MiB
Languages
Shell 84.1%
CSS 13.6%
JavaScript 2.3%