forked from Cjh1_hd/linitrc
an lightweight, modular init system
|
SP649
4edccd21ac
Fix URL to point to new URL in README.md
Signed-off-by: SP649 <sp649@noreply.codeberg.org> |
||
|---|---|---|
| acpi | first commit | |
| rc | first commit | |
| bash_profile | first commit | |
| init | first commit | |
| initctl | first commit | |
| LICENSE | first commit | |
| README.md | Fix URL to point to new URL in README.md | |
Linitrc
Requirements:
-
bash (other shell may work)
-
possibly mounting rootfs in the kernel via root=PARTUUID= or root=PARTLABEL=
-
you may need the following groups to actually start an desktop session: "network audio input video seat"
Installation:
move rc into /etc/
configure kernel parameters "init=" to change init
Note
you may even need to configure initramfs to force init instead of systemd (or whatever your distro runs).
optionally move acpi into /etc/ to get shutdown functionality if running with acpid.service
read .bash_profile to get ideas how to run a desktop session