xdm-setup 232 B

123456789101112131415
  1. #!/sbin/openrc-run
  2. # Copyright 1999-2009 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. # $Id$
  5. depend() {
  6. need localmount
  7. }
  8. start() {
  9. if get_bootparam "nox" ; then
  10. touch /etc/.noxdm
  11. fi
  12. }