Forgot to add gnome/gdm.start
This commit is contained in:
parent
47ace21ebc
commit
e96251a580
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# gdm.start: start gdm (duh)
|
||||||
|
|
||||||
|
gdm &>/dev/null
|
||||||
|
|
Loading…
Reference in New Issue