2022-02-27 13:36:09 +09:00
2022-02-27 13:36:09 +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 00:19:35 +09:00
2022-02-13 00:58:50 +09:00
2021-12-07 21:01:31 +03:00

EndeavourOS-ISO-t2

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 EndeavourOS-ISO to provide Installation Environment for EndeavourOS.
More info at EndeavourOS-GitHub-Development Read the instuction at t2linux wiki

t2linux Resources

EOS Original 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

How to build ISO

Just follow what GH Workflow does. It's simple.

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%