blob: 4185f79339e4cf80fc0f415442e2c0659a7cfa4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/bin/sh
cat <<EOF
NOTE: You must be a part of the [1mvideo[m group
for rootless xorg-server to work.
NOTE: This groups based permissions model may not
be suitable if KISS will be used as a multi
user system. Further configuration can be
done at your own discretion.
-> addgroup USER video
EOF
|