Does anyone know if it is possible to install a devuan gnu/linux ? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: Does anyone know if it is possible to install a devuan gnu/linux ? (/showthread.php?tid=8056) |
Does anyone know if it is possible to install a devuan gnu/linux ? - erosketak - 10-10-2019 I get a bit lost with architecture, I can't find image for pinebook pro. You know if you can install a devuan. You know freedom software Without systemd 8=] a greeting RE: Does anyone know if it is possible to install a devuan gnu/linux ? - enip - 10-12-2019 Idk about devuan. Probably more luck with artix linux (manjaro openrc's successor) since it is more active. RE: Does anyone know if it is possible to install a devuan gnu/linux ? - Der Geist der Maschine - 11-04-2019 (10-10-2019, 11:48 AM)erosketak Wrote: I get a bit lost with architecture, I can't find image for pinebook pro. If you are only interested in the systemd aspect, then you are lucky. The preinstalled OS is Debian 9. I don't know about Debian 10, but it's quite easy to run Debian 9 without systemd. Just uninstall it and apt-get automatically pulls in sys-v. The only remains is the systemd shim layer libsystemd0. On my intel laptop, I run Debian 9 with sys-v and it works like a charm. I expect this to be true for the Pinebook Pro, although I have not tried it. RE: Does anyone know if it is possible to install a devuan gnu/linux ? - Twig - 08-17-2020 Has anyone had any luck with Artix on the PBP? RE: Does anyone know if it is possible to install a devuan gnu/linux ? - rleasle - 08-18-2020 Short answer: yes. There's a thread in the tutorial section of this forum (and actually, a number of them across the web) explaining how to convert a Debian install into Devuan. I've done it successfully with the original (Mr Fixit) Debian image, but don't see why it wouldn't work with a newer build. You can simply Replace systemd as your init system and leave systemd in place to appease app dependencies (apt-get install sysvinit-core sysv-rc-conf - this automatically de-installs systemd-sysv. I believe this is basically what MX-Linux does). Or you can wipe systemd completely and switch to the Devuan repositories (this is a bit more involved. Best to read through the tutorials) RE: Does anyone know if it is possible to install a devuan gnu/linux ? - xmixahlx - 08-19-2020 hack danielt's debian installer and use a devuan debootstrap instead. |