You are not logged in.
Pages: 1
This is my MX_Devuan with Plasma 6.5 and Dinit. For experiments.
I did not check the work on other configurations.
https://mega.nz/file/37I1FK7C#rnMFbuAe5 … zHHWzMJJUE
Last edited by Valera (2026-02-21 13:29:00)
Offline
New minimal version.1.9 gb
Rolling Devuan Unstable + Plasma 6.6 + Dinit + MX Tools
Soft: Synaptic, BleachBit, Grub Customizer, Gparted, Timeshift, Gwenview, PortProton, qBittorrent,Tribler, Firefox, FileZilla, JamesDSP, Strawberry, SMPlayer, AbiWord, Gnumeric, Okular and more.
https://mega.nz/file/zihwXLqa#ZD4_UGTNz … p5Z72rqEHs
Last edited by Valera (Yesterday 13:51:18)
Offline
Thanks for sharing. I've tried bot but couldn't figure out how to get any sort of network connection going. I was hoping using an Ethernet would autoconfigure itself, like it does on Devuan Excalibr and even my Freia test installs.
Any tips on how to get access to a network once these are installed?
Offline
Sorry. I don"t use a Network-manager. Using Dhcpcd. You can do:
ip link
ip link set eth0 up
Now I"ll do it with Network-manager....
Added Network-manager to ISO.
Last edited by Valera (2026-04-09 09:35:49)
Offline
If the computer will stay in one location, you could add a couple lines to /etc/network/interfaces.
https://www.devuan.org/os/documentation … figuration
See the section on using ifupdown and standard dhcp cable. If you need to have a static address on the local network, scroll down to Standard static address cable setup.
Offline
Thank you for the quick responses! Do you build this using live-build and debootstrap?
Offline
To create the ISO I used MX-Snapshot (it is in the system). I removed debootstrap from the ISO, but you can install it in the live boot and then install the system with debootstrap.
The system has the best GUI installer - Gazelle-installer for installing the system.
Offline
Updated ISO with Plasma 6.6
Offline
Fixed the work of Dinit user services
Last edited by Valera (2026-04-11 07:28:18)
Offline
Fixed Dinit working with Cgroups, Turnstile work, Pipewire now runs through Dinit user services. There are still small problems, but they run into the lack of Dinit support in Devuan.
Offline
I’m not a huge fan of KDE, but I’m glad someone’s adapting a Dinit to Devuan – great work, Valera!
Offline
l4nc, thank you!
Fixed Polkit, PackageKit
Last edited by Valera (2026-04-15 09:28:21)
Offline
Finished Dinit.Fixed running grafical.target with turnstile
Fixed starting a session with turnstile -now turnstile works completely like on Chimera Linux
Also fixed other bugs. Minimal, optimized for games with fresh software. Dinit is beautiful ![]()
Offline
Sorry,I didn"t notice
There were also problems with the cyclical launch of Turnstile services. I corrected it.
Turnstile - still in development...It's difficult with it.
Last edited by Valera (Yesterday 14:14:13)
Offline
I've heard that the integration in Chimaera Linux is perfect and a lot better than in ARTix. Are you sure it is the same level of implementation? ![]()
Offline
Sorry, I'm using Google Translate
My opinion is that Artix and Arch are not suitable for experimenting with init systems - they break very easily. Sid and Apt are better for this. The work of Dinit in Chimera Linux is the standard to be strived for. There the system is built to bypass Logind. I can't do the same on Devuan - there are permission problems. But I did my best to make Turnstile work. It controls the session and user services.
Offline
Are you developing turnstile?
Or "simply" fixing its dinit backend?
I guess I don't understand why you would need to experiment with init systems while fixing the dinit backend for turnstile.
And turnstile in itself should be agnostic about init system. It merely is a service that implements that concept of "User Services" where a user may set up "services" (programs) to start and restart when and while the user is logged in, and terminate when they log out.
Of course the ABI in detail has that start/restart as a 2-step matter with a "started" notification from the service control scripting separate from progress monitoring, and that's what the backend provides. The backend flavours, to me, only concerns which support utilities for process management would be expected.
But I may well have misunderstood it all. Why is turnstile related to which init system is in use?
Online
Pages: 1