Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] [RFC] Seperate init scripts into different package to support different inits officially
@ 2021-02-28  5:57 gitpubber
  2021-02-28  7:05 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gitpubber @ 2021-02-28  5:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1518 bytes --]

New issue by gitpubber on void-packages repository

https://github.com/void-linux/void-packages/issues/29112

Description:
Currently Void Linux only offers Runit init. I want VoidLinux to offer other Init systems too. I am specifically eyeing for s6 .

Currently VoidLinux packages init scripts into package itself. But,i want Voidlinux to pack them into seperate package like what Artix Linux does.

To be more specific, if `packagename`  is package, i want `packagename-openrc` , `packagename-runit` , `packagename-s6` too. device using runit would install packagename-runit package and device using s6 would install packagename-s6 package. Thus,we can support different inits officially without any hacks.

You would rebut this method by saying that when a package is installed, init scripts must also be installed automatically. I have solution for that too. a package `packagename` would depend on `packagename-init` . there would be 3 repositories void-openrc , void-runit , void-s6 . if device is using runit,then void-runit repository would be added. if device is using s6 , then void-s6 repository would be added. `packagename-init` package in void-runit would contain runit scripts while `packagename-init` in void-s6 would contain s6 scripts.

At last, i would like to ask you not to reply "All devs use runit,so there is no interest in other inits".I am sure there are many who would like to support other inits. I love void very much and would love void to support other inits officially as well.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-28  7:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-28  5:57 [ISSUE] [RFC] Seperate init scripts into different package to support different inits officially gitpubber
2021-02-28  7:05 ` ericonr
2021-02-28  7:05 ` [ISSUE] [CLOSED] " ericonr
2021-02-28  7:16 ` ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).