Updated instructions.txt

This commit is contained in:
AwesomeAdam54321 2021-06-24 21:23:40 +08:00
parent c353452a7e
commit 2649eb9efa
2 changed files with 16 additions and 1 deletions

View file

@ -34,4 +34,18 @@ USER="Your user name here"
then save.
Next, you need to configure the display-manager service. Mine points to lightdm but if you use a different display manager,
you need to make the equivalent runit service for it and make the display-manager service point to it instead.
you need to make the equivalent runit service for it and make the display-manager service point to that instead(and
optionally enable the service that your display-manager service points to as well, so you can do "sv status display-manager"
AND "sv status $YOUR_DISPLAY_MANAGER").
$ mkdir sv/$YOUR_DISPLAY_MANAGER
$ cd sv/$YOUR_DISPLAY_MANAGER
$ nano run
#!/bin/sh
#Make the runit equivalent of your display manager
#Make a finish script as well (with "nano finish")after this if it needs one
$ chmod +x ./run
$ cd ../service
$ ln -s /etc/sv/$YOUR_DISPLAY_MANAGER display-manager #The command below this one is the optional command mentioned earlier
$ ln -s /etc/sv/$YOUR_DISPLAY_MANAGER #These symlinks are broken for now, but they'll be fixed when we move them later
$ cd ../

1
service/display-manager Symbolic link
View file

@ -0,0 +1 @@
/etc/sv/lightdm