add autologin reference

This commit is contained in:
joborun linux 2023-08-28 10:05:21 +00:00
parent b73d04c1b1
commit 638f32a99d
1 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,9 @@
### [[Back to the top joborun wiki page|index.md]] ###
## scripts included in jobo-setup pkg and in our base file system image ##
#### [[Back to the top joborun wiki page|index.md]] ####
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.
@ -20,6 +21,8 @@ sudo pacman -Sy $(cat X.list) --noconfirm
xinit
</pre>
Also we offer an [[autologin|autologin.md]] pkg that works with runit and s6/66
cldoc is an other optional script for those who would rather reach documentation through network and don't need it in their minimalist system
#### /usr/local/bin/cldoc ####
@ -72,9 +75,12 @@ At this point you have to make sure you have this minimal file in your home dire
<pre>
#!/usr/bin/zsh
exec openbox-session
#exec choosewm
#exec jwm
#exec vtwm
#exec lxterminal
#exec /usr/local/mlt
#exec cwm
</pre>
then simply type xinit (or startx no difference).