Layout Options
Which layout option do you want to use?
Wide
Boxed
Color Schemes
Which theme color do you want to use? Select from here.
Reset color
Reset Background
Forums
New posts
Trending
Random
What's new
New posts
Latest activity
Rules
Libraries
New Audios
New Comments
Search Profile Audios
Clubs
Public Events
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Trending
Random
Menu
Log in
Register
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Forums
Boards
/g/ - Technology
I LOVE ARCH LOONIX!
Message
<blockquote data-quote="Deleted member 584" data-source="post: 72868" data-attributes="member: 584"><p>Slackware>Void>Gentoo>Devuan>Artix</p><p>pkgtools>xbps>portage>apt>pacman</p><p>[SPOILER="Explanation: "]the best init you can use on Artix is OpenRC. It's neat enough for you to rc-update delete udev, elogind and dbus</p><p></p><p>Devuan lets you use SysVinit which is ideal, you run <code>ln -sf /bin/true /usr/sbin/update-rc.d</code></p><p><code>ln -sf /bin/true /usr/sbin/invoke-rc.d</code></p><p><code>find /etc/rc?.d/ -type l -delete</code></p><p><code>find /etc/rc?.d/ -name "*udev*" -delete</code></p><p><code>find /etc/rc?.d/ -name "*elogind*" -delete</code></p><p><code>find /etc/rc?.d/ -name "*dbus*" -delete</code></p><p>and edit /etc/rc.local manually</p><p></p><p>In Gentoo things are simpler, you write USE="-udev -elogind -dbus"</p><p></p><p>Void takes it a step further you rm the symlinks for udev, elogind and dbus from /var/service/</p><p></p><p>Slackware is the best because you simply run chmod -x /etc/rc.d/rc.udev, chmod -x /etc/rc.d/rc.elogind, and rc.messagebus can be disabled in initialisation but just make sure its executable bit is also flipped off.</p><p>[/SPOILER]</p></blockquote><p></p>
[QUOTE="Deleted member 584, post: 72868, member: 584"] Slackware>Void>Gentoo>Devuan>Artix pkgtools>xbps>portage>apt>pacman [SPOILER="Explanation: "]the best init you can use on Artix is OpenRC. It's neat enough for you to rc-update delete udev, elogind and dbus Devuan lets you use SysVinit which is ideal, you run [ICODE]ln -sf /bin/true /usr/sbin/update-rc.d[/ICODE] [ICODE]ln -sf /bin/true /usr/sbin/invoke-rc.d[/ICODE] [ICODE]find /etc/rc?.d/ -type l -delete[/ICODE] [ICODE]find /etc/rc?.d/ -name "*udev*" -delete[/ICODE] [ICODE]find /etc/rc?.d/ -name "*elogind*" -delete[/ICODE] [ICODE]find /etc/rc?.d/ -name "*dbus*" -delete[/ICODE] and edit /etc/rc.local manually In Gentoo things are simpler, you write USE="-udev -elogind -dbus" Void takes it a step further you rm the symlinks for udev, elogind and dbus from /var/service/ Slackware is the best because you simply run chmod -x /etc/rc.d/rc.udev, chmod -x /etc/rc.d/rc.elogind, and rc.messagebus can be disabled in initialisation but just make sure its executable bit is also flipped off. [/SPOILER] [/QUOTE]
Insert quotes…
Name
Verification
Post reply
Forums
Boards
/g/ - Technology
I LOVE ARCH LOONIX!
Top