Commit Graph
100 Commits
Author SHA1 Message Date
c-ludenberg 094c2b8366 fix AGENTS.md build command: add sudo -E to preserve WORKSPACE_DIR 2026-07-02 20:02:45 +02:00
c-ludenberg e10c8a49de fix: GRUB theme copy path - use iso_root instead of work_dir/iso 2026-07-02 19:59:43 +02:00
c-ludenberg 8efbcc153a Fix GRUB theme, wallpaper, and netinstall config
- buildiso: copy Antergos GRUB theme to ISO boot directory
- profile.yaml: add antergos-grub-theme to rootfs packages
- netinstall: move antergos-grub-theme from optional Style to mandatory Default group
- main.xml: set Antergos wallpaper as KDE system default
- set-antergos-wallpaper.sh: add QDbus fallback, wait for plasmashell
- .gitignore: ignore linux-next/ and winver/
2026-07-02 19:50:27 +02:00
c-ludenberg 0216e403c5 fix: remove Artix-specific packages from netinstall groups, add antergos-grub-theme 2026-07-01 18:55:44 +02:00
c-ludenberg b8740175bf fix: disable dbus machine-id generation (dbus-uuidgen not available in chroot) 2026-07-01 18:53:04 +02:00
c-ludenberg 415de465ba fix: GRUB branding to Antergos NeXT instead of Artix 2026-07-01 18:50:42 +02:00
c-ludenberg 45f032bcb8 fix: move module configs to /etc/calamares/modules/ to override system defaults (search path priority) 2026-07-01 18:45:39 +02:00
c-ludenberg 1025bd7d2b fix: robust wallpaper script with logging + skel autostart 2026-07-01 18:10:41 +02:00
c-ludenberg b1e663478d fix: stub in root-overlay, dbus-symlink: false, DE rename, screenshot fix 2026-07-01 18:04:20 +02:00
c-ludenberg a99245e251 fix: move wallpaper autostart to /etc/xdg/autostart to fix permissions 2026-07-01 17:52:07 +02:00
c-ludenberg 593205c0a9 fix: add wallpaper autostart for live session user 2026-06-30 21:15:35 +02:00
c-ludenberg 10894d9d90 fix: add systemd-machine-id-setup stub for Calamares machineid module 2026-06-30 21:11:47 +02:00
c-ludenberg 48d0e37b73 docs: add docs site badge to README 2026-06-30 19:50:24 +02:00
c-ludenberg e781085e36 docs: add Init Systems parent page with Dinit, Runit, S6 children 2026-06-30 19:48:14 +02:00
c-ludenberg 71000d0d9b docs: mention OpenRC is used by Gentoo, Devuan, Alpine, etc. 2026-06-30 19:40:19 +02:00
c-ludenberg e1f270fdea docs: add OpenRC primer page for new users 2026-06-30 19:38:41 +02:00
c-ludenberg c38e5d69df docs: add Polish README (README.pl.md) dla moich ludzi 2026-06-30 19:22:15 +02:00
c-ludenberg 8b552a5718 docs: update migration rationale from before-systemd-change branch 2026-06-30 19:17:27 +02:00
c-ludenberg 029e46a3e7 docs: add migration rationale to CHANGELOG 2026-06-30 19:16:11 +02:00
c-ludenberg a955bbbd98 docs: add Artix Migration entry to CHANGELOG 2026-06-30 19:15:40 +02:00
c-ludenberg d35751f491 feat: add DE selector via netinstall groups, move Plasma to livefs
- netinstall.yaml: add 'Desktop' group with 8 DEs as subgroups
  (Plasma default-selected, Xfce, Cinnamon, MATE, LXQt, i3,
   Sway, Hyprland) — users pick their DE during online install
- profile.yaml: move KDE Plasma (plasma group + apps) from
  rootfs/packages to livefs/packages so it's only installed
  when user selects it in netinstall; rootfs now has only
  DE-neutral packages (firefox, calamares, libs, etc.)
2026-06-30 19:02:24 +02:00
c-ludenberg e469408676 Add welcome message and migration announcement
Added a welcoming message to express gratitude and encourage support from users.
2026-06-29 23:23:13 +02:00
c-ludenberg 9e1a920680 fix: revert packagechooser instances in settings.conf, restore single init-only selector
The multi-instance packagechooser (init + desktop) broke the installer —
users couldn't select anything in the package step. Revert settings.conf
back to single packagechooser (init selector, netinstall-add method).
Remove packagechooser_init.conf and packagechooser_desktop.conf.
Restore original packagechooser.conf from last working commit.
2026-06-29 22:12:37 +02:00
c-ludenberg 9fe5174cc7 feat: add GitHub Pages docs site (Just the Docs), split packagechooser, disable IA upload
- docs/: new 13-page Jekyll site with Just the Docs theme
  - Home, Building, Installer, Packages, CI/CD, Development
  - Desktop Environments (with GNOME joke), Wallpapers, Launcher
  - Overlays, Root Overlay, Live Overlay
- .github/workflows/pages.yml: build & deploy docs from docs/ on
  push to master (only when docs/ changes)
- .github/workflows/build.yml: temporarily disable Internet Archive
  upload (if: false) until ISO is stable
- live-overlay/settings.conf: add instances section for init + desktop
  packagechooser instances
- live-overlay/modules/packagechooser_init.conf: init system selector
  (OpenRC, Runit, S6, Dinit) via netinstall-add method
- live-overlay/modules/packagechooser_desktop.conf: DE selector
  (Plasma, Xfce, Cinnamon, MATE, LXQt, i3, Sway, Hyprland + No Desktop)
  via legacy method
- README.md, AGENTS.md: fix sudo buildiso -> sudo ./buildiso, add note
  about system buildiso lacking --overwrite='*'
- .gitignore: add docs/_site/
2026-06-29 21:27:46 +02:00
c-ludenberg e3d35edcf7 feat: set default wallpaper on first KDE login via one-shot autostart
Add /etc/skel autostart that runs plasma-apply-wallpaperimage once on
first KDE login to set the Adwaita Morning wallpaper as default. Creates
a marker file so it never runs again. Works for both live ISO and
installed system.
2026-06-29 19:31:33 +02:00
c-ludenberg 70528d8553 Block extraction of Artix calamares-config-switcher.desktop
This file was appearing in the built ISO with Artix logo, despite being
deleted from the live-overlay. It's being pulled in from upstream
packages (likely artix-live or base) during the build.

Use NoExtract to prevent pacman from extracting this file during
package installation.
2026-06-28 19:58:20 +00:00
c-ludenberg 9fd12c4c03 delete: deleted the tumor 2026-06-28 21:42:23 +02:00
c-ludenberg 24b529d576 fix: add antergos-wallpapers to rootfs packages, restore Install Artix hide
- antergos-wallpapers now installed into rootfs so the KDE wallpaper picker
  shows the Antergos wallpaper automatically (package installs to
  /usr/share/wallpapers/antergos-wallpaper/ with metadata.desktop).
- Restored calamares-config-switcher.desktop in live-overlay with
  NoDisplay=true to hide 'Install Artix' from the app menu. Previous deletion
  exposed the package version, making it visible again.
2026-06-28 21:05:27 +02:00
c-ludenberg 4dfd2f2fac chore: remove install.log, add to gitignore 2026-06-28 20:58:41 +02:00
c-ludenberg d3b9032005 fix: switch live session to Wayland, remove plasma-wayland-session, delete Install Artix shortcut
- live-overlay SDDM config was overriding rootfs with Session=plasmax11.desktop
  (X11). Changed to Session=plasma.desktop (Wayland) so the live env actually
  boots into Wayland as intended.
- Removed plasma-wayland-session from profile.yaml packages — Artix bundles
  Wayland session support into plasma-workspace itself; the separate package
  does not exist in Artix repos.
- Deleted calamares-config-switcher.desktop from live-overlay (was previously
  hidden with NoDisplay=true but user reports it still appeared). Now gone
  entirely.
- Cleaned up leftover debug echo statements from earlier sudo -E
  troubleshooting in buildiso.
2026-06-28 20:58:31 +02:00
c-ludenberg 4a4f35d91b fix CI: use WORKSPACE_DIR env var instead of github.workspace for IA upload path (container path mismatch) 2026-06-28 18:28:45 +02:00
c-ludenberg 8af2e3ec1d fix: replace pkexec with sudo -E in calamares launcher, override stock calamares.desktop, remove redundant calamares-next.desktop 2026-06-28 18:14:13 +02:00
c-ludenberg f7215a534b CI: mkdir -p before ia.ini, use $HOME 2026-06-27 19:13:23 +02:00
c-ludenberg d399c24b02 CI: mount tmpfs as step instead of container --tmpfs
--tmpfs with size= in container options may not parse correctly
on GH Actions. Mount tmpfs as a run step for full control.
2026-06-27 19:05:03 +02:00
c-ludenberg a2e0c9cd5e CI: check existing swap before creating 2026-06-27 19:02:19 +02:00
c-ludenberg abf36b955d CI: use dd instead of fallocate for swap 2026-06-27 19:00:23 +02:00
c-ludenberg 9648c6454a CI: add 12G swap & 12G tmpfs, fix pip PEP 668 2026-06-27 18:58:18 +02:00
c-ludenberg d09686e9ab NOTICES: drop archiso/Cnchi, add Calamares (Codeberg) 2026-06-27 18:55:56 +02:00
c-ludenberg 1985f317f0 NOTICES: drop archiso/Cnchi refs, add Calamares 2026-06-27 18:47:39 +02:00
c-ludenberg 7dcef1ab23 Revert "NOTICES: drop archiso ref, we use artools only"
This reverts commit fda2ed74ae.
2026-06-27 18:46:57 +02:00
c-ludenberg fda2ed74ae NOTICES: drop archiso ref, we use artools only 2026-06-27 18:46:22 +02:00
c-ludenberg 70ae52b4f3 NOTICES: we use artools, not EndeavourOS-ISO 2026-06-27 18:45:44 +02:00
c-ludenberg e5464914e7 CI: bump tmpfs to 8G, fix artifact paths
rootfs.img ran out of space on default-size tmpfs (3.5G).
The KDE rootfs + squashfs output needs ~5-6G.

Also fix artifact upload and IA upload paths — ISO_POOL defaults
to $WORKSPACE_DIR/iso, not /var/lib/artools/buildiso/iso/.
2026-06-27 18:44:33 +02:00
c-ludenberg 2b4d23fdfb CI: add exec,suid,dev to --tmpfs mount
Docker's --tmpfs defaults to noexec, which prevents all chroot'd
pacman post-transaction hooks from executing (mkinitcpio, sysusers,
etc.). The missing vmlinuz was a symptom — noexec meant the linux
package install hooks couldn't generate the initramfs.
2026-06-27 18:34:18 +02:00
c-ludenberg 0f8eb250e8 CI: add --tmpfs for build directory to fix nested overlayfs in Docker
Docker's default overlayfs driver doesn't support nested overlayfs
upperdirs. A tmpfs at the build location sidesteps the issue.
2026-06-27 18:29:06 +02:00
c-ludenberg 38aea4c370 CI: use our buildiso with --overwrite='*' to resolve calamares branding file conflict
- Stock buildiso from artools passes --overwrite='*' through basestrap
  to pacman (basestrap stuffs all remaining args into pacman_args).
  Our copy already has this flag; CI was ignoring it.
- Add jack2, noto-fonts-emoji to common.yaml to pre-resolve provider
  prompts before they block the build.
2026-06-27 18:26:16 +02:00
c-ludenberg e6a456aba6 ci: copy pacman.conf to both user and system dirs; fix vi provider ambiguity 2026-06-27 18:15:49 +02:00
c-ludenberg 89fca2b385 ci: fix pacman.conf path — use relative path from workspace root 2026-06-27 18:14:17 +02:00
c-ludenberg 79bde2c74f docs: fix build instructions with all prerequisites + pacman.conf override 2026-06-27 18:09:48 +02:00
c-ludenberg 280fea74ca docs: remove dead Matrix badge and GitHub Releases, point to IA 2026-06-27 18:08:54 +02:00
c-ludenberg 0d9b3af062 feat: migrate from archiso to artools — are you threatening me in SKECHERS?!
Strip out archiso (airootfs, efiboot, syslinux, mkarchiso, prepare.sh,
Dockerfile, mirrorlist, profiledef.sh, packages.x86_64, reset.sh,
run_before_squashfs.sh) and adopt artools buildiso with full antergos
iso-profiles. Bitch, you NEED therapy.

Are you threatening me?
- 154 files changed, 2804 insertions, 7352 deletions
- buildiso wrapper + iso-profiles/antergos/ (profile.yaml, root-overlay,
  live-overlay) + iso-profiles/common/common.yaml
- pacman.conf.d/iso-x86_64.conf with antergos-pkgs repo first

...Are you THREATENING me in SKECHERS?!
- Calamares offline + online module dirs, antergos-next branding
- componentName must match dir or Branding.cpp goes full T-square
- calamares before calamares-branding-antergos-next so --overwrite='*'
  wins correctly. YOU'RE ON YOUR FOURTH WIFE RIGHT NOW-
- calamares-next.desktop in live-overlay (/usr/share + /etc/skel/Desktop)
- netinstall.yaml bundled. No remote deps. Kill that bitch (Cnchi).

What fuckin' college would care if you drew some bullshit picture
about your feelings?
- CI: artixlinux/artixlinux:base container, install artools, buildiso -p
  antergos, IA upload with collection=open_source_software. Class is in
  session. Maybe I should grow 40 feet! Then you'd REALLY like me!
- IA: mediatype=software keeps us out of Community Texts jail. The
  question is; what's this stick gonna do?

It's honestly super humbling, when the trashiest repo you know;
probably coked out of its mind... says the most thoughtful thing
you've done in years.
- README.md rewritten with Artix/OpenRC/KDE badges, build instructions,
  migration notes. Nice SpongeBob impression. ...Nice SpongeBob impression.
- AGENTS.md updated (identity ritual, gotchas, commands, repo layout)
- Restore LICENSE, NOTICES, APOLOGY.txt, CHANGELOG.md from git history.
  Some files you just don't let die. No matter what, you NEVER use that
  N-word! (...should've said nothing.)
- .gitignore: work/ iso/ out/. Go work at Starbucks with your little apron.

So laugh all you want. Forget about me all you want. But at least
I'll be gorgeous forever. Mother, I'm in the SquashFS now.

Signed-off-by: Celestia Ludenberg <ash8820@proton.me>
2026-06-27 18:03:54 +02:00
c-ludenberg f682adc72e docs: add pointer to before-systemd-change branch for migration explanation 2026-06-24 23:48:49 +02:00
c-ludenberg c08990acb3 Revert "docs: add systemd migration warning to README"
This reverts commit e7f34f4ca1.
2026-06-24 23:40:34 +02:00
c-ludenberg e7f34f4ca1 docs: add systemd migration warning to README 2026-06-24 23:40:27 +02:00
c-ludenberg d4bef13241 fix: zstd compression for squasfs, fix motd URL 2026-06-24 23:39:28 +02:00
c-ludenberg 371fb071af docs: add codeberg remote info to AGENTS.md 2026-06-24 18:57:49 +02:00
c-ludenberg f6a79c9b45 fix: replace zenity with yad for calamares-next launcher 2026-06-23 17:18:46 +02:00
c-ludenberg 62f6a5256c Add zenity to ISO packages for calamares-next launcher
The calamares-next launcher uses zenity (or kdialog, or terminal)
to present the offline/online choice. zenity was missing from the
ISO, causing the launcher to hang silently when launched from the
welcome app (no terminal attached).
2026-06-23 16:35:49 +02:00
c-ludenberg ef3eb6112b Revise download info and branding note
Update download section to reflect project status and clarify branding message.
2026-06-23 13:43:21 +02:00
c-ludenberg 266ec69576 R.I.P. Cnchi (2012-2026) — Calamares is the big boy installer now
Full removal of Cnchi from the ISO. It was the original Antergos
installer and we tried to keep it alive with a GTK4 port, but the
Python GTK4 bindings were unstable, the maintenance burden was
unsustainable for a solo dev, and Calamares simply does everything
better.

What changed:
  - README: complete rewrite of installer section with eulogy and
    'Why Calamares and not Cnchi' explanation
  - packages.x86_64: cnchi removed (calamares stays)
  - run_before_squashfs.sh: removed cnchi memes dir creation, cnchi
    desktop file fix, cnchi version comment; changed GTK theme from
    Adwaita to Adwaita-dark (fixes white-on-white welcome app)
  - airootfs/.../cnchi.desktop: deleted
  - user-commands-before.bash: updated cnchi references → generic
  - user_commands.bash: updated cnchi reference → generic
  - .gitignore: removed Cnchi/ entry
  - AGENTS.md: cnchi → calamares
  - .github/workflows/build.yml: cnchi → calamares in README gen
  - NOTICES: kept historical Cnchi credit (unchanged)

🕯️ Requiescat in pace, Cnchi. You did your job.
2026-06-23 13:35:40 +02:00
c-ludenberg 3099b79251 fix: add /etc/lsb-release generation, fix calamares desktop to use calamares-next 2026-06-23 13:07:12 +02:00
c-ludenberg 59b3224aaa fix pacman.conf URLs to antergos-next.github.io/antergos-packages 2026-06-23 11:49:56 +02:00
c-ludenberg 2861933902 chore: add hal to ISO packages 2026-06-23 01:29:45 +02:00
c-ludenberg a2f7e3a152 chore: add antergos-pkgs repo to pacman.conf and squashfs-tools for Calamares unpackfs
- airootfs/etc/pacman.conf: enable antergos-pkgs repo for installing
  branded packages from GitHub Pages
- packages.x86_64: add squashfs-tools needed by Calamares unpackfs
  module
2026-06-23 01:19:11 +02:00
c-ludenberg 186de7a265 feat: add antergos-welcome to ISO package list 2026-06-22 22:10:12 +02:00
c-ludenberg 85d2a5cacd fix: remove calamares.desktop from airootfs overlay — conflicts with calamares package, already patched in run_before_squashfs.sh 2026-06-22 21:51:33 +02:00
c-ludenberg ba963be669 Revise README for community links and download info
Updated community contact information and clarified download source details. Added note about project affiliation and modernized description of Antergos NeXT.
2026-06-20 20:00:08 +02:00
c-ludenberg 7bea28da5f readme: branding police note 2026-06-18 18:46:10 +02:00
c-ludenberg 32504f77d2 readme: calamares Q&A, clarify revival+modernization 2026-06-18 18:41:38 +02:00
c-ludenberg e2d686c577 add calamares to ISO + desktop file + branding setup 2026-06-18 18:38:57 +02:00
c-ludenberg eead185e0b note: apology and context for the silence 2026-06-18 18:13:45 +02:00
c-ludenberg 76ddffc71d add antergos-next-memes to ISO packages 2026-06-18 18:00:37 +02:00
c-ludenberg d91bb96b10 i̷ f̸e̷e̷l̵ f̸a̷n̷t̷a̸s̷t̷i̷c̷
i feel fantastic
hey hey hey
you feel fantastic
hey hey hey
you are fantastic

type 666 anywhere in cnchi to find out what lies beneath.
the counter never resets. backspace wont save you.

channel ___
2026-06-18 17:42:15 +02:00
c-ludenberg d8f133f07e cnchi: fix launch as sudo, drop libnacl hard dep, handle missing deps gracefully
Fixes:
- cnchi.desktop: Exec=sudo -E (not pkexec or bare cnchi)
- run_before_squashfs.sh: sed now matches any Exec=*cnchi*
- packages.x86_64: remove unused python-pynacl
- Cnchi/lembrame: optional import, no more hard crash on missing libnacl
- Cnchi/cnchi.py: wrap disable_suspend in broad except

im still in the vent... a body needs to heal before crawling out. ultimate ??? trapped in 15-day isolation arc. at least the monitor glow keeps the nightmares away. dont mind the blood on the keyboard.
2026-06-18 16:26:05 +02:00
c-ludenberg 4c8f195a74 fix: python-libnacl -> python-pynacl (wrong pkg name) 2026-06-16 20:47:12 +02:00
c-ludenberg 5ee1695fc0 fix: add python-libnacl dep, use sudo -E instead of pkexec 2026-06-16 20:36:30 +02:00
c-ludenberg c1692355fc fix: remove sed hack for regain_privileges (cnchi 0.17.1 already has it) 2026-06-16 20:23:41 +02:00
c-ludenberg fa34adb8ab fix: convert syslinux splash to 640x480 8-bit indexed 2026-06-16 20:17:54 +02:00
c-ludenberg 82fb9f2913 gitignore skel build artifacts 2026-06-16 19:13:25 +02:00
c-ludenberg 2e6da9acf8 fix: switch live session from startx to GDM for GNOME 2026-06-16 19:10:54 +02:00
c-ludenberg 950cded742 fix: correct Dustin's role - one of the original developers, not sole founder 2026-06-15 21:26:00 +02:00
c-ludenberg f29905860e skel: purge KDE/Breeze leftovers, add proper GNOME light blue Antergos theme
- Removed KDE/Breeze gtkrc, gtkrc-2.0, .gtkrc-2.0, colors.css,
  window_decorations.css, SVG assets, antergos-log-tool.desktop
- Fixed .bashrc: dropped exo-open fallback (XFCE)
- Fixed firefox.desktop: removed dead antergos.com URL
- Fixed user-commands: calamares -> cnchi
- Fixed PKGBUILD maintainer email
- Fixed wallpaper gschema override path
- Added proper light blue (#1d90cd) GTK3/GTK4 user CSS
- Added Antergos-NeXT GNOME Shell theme with dark panel
- Wired shell theme via gsettings + dbus-launch in chroot
- Added out/ and work/ to .gitignore
2026-06-15 20:28:41 +02:00
c-ludenberg 622ae6768c pacman.conf: fix repo URL antergos-pkgs -> antergos-packages 2026-06-15 20:12:52 +02:00
c-ludenberg de3f815195 SF workflow: upload to pulsar-linux /Antergos-NeXT ISO's/, add validation and release logic 2026-06-15 20:08:39 +02:00
c-ludenberg d115d48110 README: update SF download link to pulsar-linux project /Antergos_NeXT folder 2026-06-15 20:02:53 +02:00
c-ludenberg d9f28a7a1a README: link to NOTICES for Dustin's blessing and disclaimers 2026-06-15 19:54:31 +02:00
c-ludenberg 286cc93c4f Revert "README: add link to Wikipedia sourcing Dustin's blessing"
This reverts commit fd9dba6fdc.
2026-06-15 19:54:21 +02:00
c-ludenberg fd9dba6fdc README: add link to Wikipedia sourcing Dustin's blessing 2026-06-15 19:54:04 +02:00
c-ludenberg fa78cbb5c6 NOTICES: expand disclaimers, remove quote, add Dustin's blessing 2026-06-15 19:52:56 +02:00
c-ludenberg b20efae6c8 README: update repo links and default DE to GNOME 2026-06-15 19:45:34 +02:00
c-ludenberg de31ed7e64 Rebrand: Pulsar → Antergos NeXT, switch KDE → GNOME 2026-06-15 19:31:22 +02:00
c-ludenberg 509d4347f6 remove local cnchi package, rely on sed patch in run_before_squashfs.sh 2026-06-12 19:43:04 +02:00
c-ludenberg 6d518bb8ca gitignore internetarchive.log 2026-06-12 19:42:02 +02:00
c-ludenberg c187784f41 fix regain_privileges in cnchi, keep ranked mirrorlist on live ISO 2026-06-12 19:41:51 +02:00
c-ludenberg 12087244d4 all fixes: wallpaper registration, pkexec cnchi, polkit nopasswd, CI → SourceForge 2026-06-12 19:27:37 +02:00
c-ludenberg e19df5623e Change download source to SourceForge
Updated download source from Internet Archive to SourceForge and added a download button.
2026-06-12 10:04:21 +02:00
c-ludenberg ff43669696 Fix autologin and intel-gpu script: liveuser->antergos 2026-06-11 19:05:36 +02:00
c-ludenberg 75ebd39d93 Fix work_dir path handling: support absolute paths in run_before_squashfs.sh 2026-06-11 18:53:36 +02:00
c-ludenberg c4a5776e33 Fix run_before_squashfs.sh: use work_dir from argument instead of hardcoded path
Allows the script to find the airootfs when mkarchiso is run with -w <custom-path>
2026-06-11 18:50:59 +02:00
c-ludenberg 3b968afff5 Fix os-release conflict: remove from airootfs, write in run_before_squashfs instead
airootfs/usr/lib/os-release conflicts with filesystem package (owns /usr/lib/os-release).
Moved os-release creation to run_before_squashfs.sh so it's written after packages install.
2026-06-11 18:25:36 +02:00