Corrections additions

Add a section about boot-user and correct/update some info on scripts.
This commit is contained in:
joborun linux 2023-07-29 10:29:31 +00:00
parent b4ce74316a
commit 3c10f4df97

View file

@ -3,7 +3,9 @@
## scripts saved in /home/make or /usr/local/bin of our image ##
If you don't wish to [[install|https://git.disroot.org/joborun/web/src/branch/main/inst_from_image.md]] via downloading and exploding a tarball image, and follow the [[live net-installation|https://git.disroot.org/joborun/web/src/branch/main/install.md]] method, you will miss on a few helper scripts that make guess-work easier. Here they are, we publish them so you can adopt some of the experience of the tar.ball.
If you don't wish to [[install|https://git.disroot.org/joborun/web/src/branch/main/install2.md]] via downloading and exploding a tarball image, and follow the [[live net-installation|https://git.disroot.org/joborun/web/src/branch/main/install1.md]] method, you can find the helper scripts that make guess-work easier in jobo-setup package.
Below see the contents on some of those scripts.
#### Install X + openbox + jwm + vtwm ####
@ -125,6 +127,8 @@ sudo 66-enable -t root ntpd</pre>
you can add, and should add, sudo <b> 66-env -t boot -e nano boot@sys </b> and edit your boot module to your liking, then use enable -F boot@sys to pass the changes to the boot module. The configuration script is pretty explanatory, but refer to the obarun wiki for details.
Also, if you are in need of user level services, dbus-session, xdg-user-dirs, pipewire/pulseaudio etc, use the boot-user-up boot-user-down scripts (also included in jobo-setup pkg). The one issue to remember is you must exit X, exit the user, and re-enter and restart X for the user services to have a full effect on the X session. When npt in need of user services (consolekit dbus seatd ..etc) boot-user-down should terminate them.
/home/make/rm.66
To remove s6/66 and return to your runit only system use this rm.66 script.