Advertisement
Guest User

Untitled

a guest
Oct 6th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. $ cat /opt/ltsp/i386/etc/lts.conf
  2. # This is the default lts.conf file for ltsp 5. For more information about
  3. # valid options please see lts.conf(5) man page, available in the ltsp-docs
  4. # package.
  5. #
  6. # Note that things like sound and local device support are auto-enabled if the
  7. # corresponding packages are installed, there is no need to manually set these
  8. # options anymore.
  9.  
  10. [default]
  11. LTSP_CONFIG=True
  12. #SOUND=False
  13. #LOCALDEV=False
  14. #CONFIGURE_X=False
  15. SCREEN_07=ldm
  16. SCREEN_08=shell
  17. SCREEN_DEFAULT=07
  18. LDM_AUTOLOGIN=True
  19. LDM_USERNAME=guest
  20. LDM_PASSWORD=pass
  21. LDM_DEBUG=True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement