Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial voidlinux changes #86

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

initial voidlinux changes #86

wants to merge 2 commits into from

Conversation

anuejn
Copy link
Member

@anuejn anuejn commented Mar 5, 2019

known issues / todos:

  • the control daemon does not compile because it still depends on systemd
  • the global bashrc is not sourced, it needs to go to /etc/bashrc.d/ or something like that
  • lighttpd is not autostarted, ln -sf /etc/sv/lighttpd /etc/runit/runsvdir/default/
  • runit does its dependency management the other way around as systemd which means to generate the /etc/issue file intime we need to patch the agetty-console target / copy and modify it (we don't want to patch it, because it will probably get replaced by system updates)
  • some unnecessary packages are still installed, decide what packages we need and what we can remove (do we need things like xfsprogs?)
  • the axiom-start service needs to be ported to runit
  • which python version do we want / need for the python scripts? (currently their dependencies are installen for python2.7, any reason not to use python3.7 / python3.8 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants