Skip to content

Commit

Permalink
[README.md] fix info about built instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Oct 18, 2023
1 parent cf4458a commit 0657c1a
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If not, it will default to using the latest "unstable" development state.
example using latest **stable** release (23.10.1 Galileo KDE Release)

```
wget https://github.com/endeavouros-team/EndeavourOS-ISO/archive/refs/tags/22.12.2.tar.gz
wget https://github.com/endeavouros-team/EndeavourOS-ISO/archive/refs/tags/23.10.1.tar.gz
tar -xvf 23.10.1.tar.gz
cd "EndeavourOS-ISO-23.10.1"
./prepare.sh
Expand All @@ -99,6 +99,25 @@ git clone https://github.com/endeavouros-team/EndeavourOS-ISO.git
cd EndeavourOS-ISO
./prepare.sh
```
### In case you want to build pre Galileo Releases:

If that you can use older tags like:
```
wget https://github.com/endeavouros-team/EndeavourOS-ISO/archive/refs/tags/22.12.2.tar.gz
tar -xvf 22.12.2.tar.gz
cd "EndeavourOS-ISO-22.12.2"
./prepare.sh
```
But caused by the change to KDE these iso will use XFCE4 LiveSession and you will need to build calamares manually:

using this PKGBUILD:
https://raw.githubusercontent.com/endeavouros-team/PKGBUILDS/18e3f580abb68486091492168956619bb0f32abe/calamares/PKGBUILD

And put the resulting package into ISO structure to get installed withnbISO build procedure:

`EndeavourOS-ISO/airootfs/root/packages/`

To get this working you need to remove `calamares` from `EndeavourOS-ISO/packages.x86_64` befor estarting ISO build.

##### 2. Build

Expand Down

0 comments on commit 0657c1a

Please sign in to comment.