rebrand!: Antergos NeXT -> Euri Linux
This commit is contained in:
+6
-6
@@ -6,21 +6,21 @@ nav_order: 11
|
||||
|
||||
# Calamares Launcher
|
||||
|
||||
The `calamares-next` script (`calamares-next.sh`) handles the installer boot flow. It is installed by the `calamares-branding-antergos-next` package to `/usr/bin/calamares-next`.
|
||||
The `calamares-next` script (`calamares-next.sh`) handles the installer boot flow. It is installed by the `calamares-branding-euri` package to `/usr/bin/calamares-next`.
|
||||
|
||||
## Boot flow
|
||||
|
||||
1. **Notice** — displays a YAD information dialog explaining why the offline install mode was removed
|
||||
2. **Welcome** — presents a branded splash screen with a single "Install" button
|
||||
3. **Configuration** — copies `calamares-online/settings.conf` to `/etc/calamares/settings.conf` after removing any existing file (the removal is necessary to prevent `cp` from following symlinks)
|
||||
4. **Launch** — runs `calamares -D8` with the online config; debug output is redirected to a log file at `~/antergos-install.log`
|
||||
4. **Launch** — runs `calamares -D8` with the online config; debug output is redirected to a log file at `~/euri-install.log`
|
||||
|
||||
## Desktop entries
|
||||
|
||||
The live session ships two entries in `/usr/share/applications/`:
|
||||
|
||||
- `calamares.desktop` — the branded "Install Antergos NeXT" entry, launching `Exec=sudo -E calamares-next`
|
||||
- `antergos-offline-install.desktop` — "Install Antergos NeXT (Offline — NO DE)", launching the experimental `Exec=sudo -E antergos-offline-install` script
|
||||
- `calamares.desktop` — the branded "Install Euri Linux" entry, launching `Exec=sudo -E calamares-next`
|
||||
- `euri-offline-install.desktop` — "Install Euri Linux (Offline — NO DE)", launching the experimental `Exec=sudo -E euri-offline-install` script
|
||||
|
||||
Both use `sudo -E`, which preserves environment variables (`WAYLAND_DISPLAY`, `XDG_CURRENT_DESKTOP`, etc.) when launched from the SDDM session. Without it, Calamares may not detect the display server correctly. **Do not switch to `pkexec`** — it does not work in the live environment (tested and failed in previous releases).
|
||||
|
||||
@@ -66,7 +66,7 @@ The `calamares-extensions` package ships an "Install Artix Linux" desktop entry
|
||||
|
||||
## Module configs
|
||||
|
||||
Configs live in `live-overlay/etc/calamares/modules/` (overriding the copies installed by `calamares-branding-antergos-next`):
|
||||
Configs live in `live-overlay/etc/calamares/modules/` (overriding the copies installed by `calamares-branding-euri`):
|
||||
|
||||
- `packagechooser_de.conf` — desktop environment selector using `method: netinstall-add`
|
||||
- `packagechooser_dm.conf` — display manager selector using `method: netinstall-add` with inline DM groups
|
||||
@@ -75,4 +75,4 @@ Configs live in `live-overlay/etc/calamares/modules/` (overriding the copies ins
|
||||
- `grubcfg.conf` — GRUB default configuration (`/etc/default/grub`)
|
||||
- `bootloader.conf` — bootloader installation parameters
|
||||
|
||||
The remaining module configs (`initcpiocfg.conf`, `initcpio.conf`, `welcome.conf`, `basestrap.conf`, etc.) ship in the `calamares-branding-antergos-next` package under `/etc/calamares/modules/`.
|
||||
The remaining module configs (`initcpiocfg.conf`, `initcpio.conf`, `welcome.conf`, `basestrap.conf`, etc.) ship in the `calamares-branding-euri` package under `/etc/calamares/modules/`.
|
||||
|
||||
Reference in New Issue
Block a user